Essential Web development & Digital Marketing cheatsheets, step by step guides and tutorials, code examples. Simplified.
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Latest posts
Build a 5-Page Headless Drupal 11 + Next.js Site with Paragraphs and GraphQL
A practical step-by-step guide to building a 5-page brochure website using Drupal 11 as a headless CMS with Paragraphs for flexible layouts, GraphQL Compose as the API layer, and Next.js as the fro...
React Cheatsheat
React Overview - 2024-05-11 Why React atomic design React allows you to build frontends in components and the components can be updated to form alternate components. This solves the problem of h...
CSS Cheatsheet
css code examples and for styling modern websites
Tailwind Cheatsheet
Responsive layouts Breakpoints Prefix Min Width Example Usage sm: 640px sm:text-lg → applies at > 640px md: 7...
GraphQL Cheatsheet
They call it GraphQL because the data is all connected like a Graph.. And the QL part, well that stands for Query Language. For example, Reviews are connected to authors. and you only need to make...
Shopify Liquid Conditional Cheatsheet
Shopify theme conditional Liquid tag code examples for coding shopify themes
Twig Cheatsheet
Twig coding overview, conditional statements extends, arrays, objects, loops
Sym Links
Sym links are “symbolic” links. Its a symbolic link to a real file or folder. The symbolic part is just a representation of a file, not a real file. Move your file or folder to its new locatio...
File Permissions Cheatsheet
Quick fix for uploads and plugins chmod 755 wp-content/uploads chmod 755 wp-content/plugins find wp-content/uploads -type f -exec chmod 644 {} \; find wp-content/plugins -type f -exec chmod 644 ...
Drupal display modes cheatsheet
Custom display modes Drupal offers some ways to change the appearance of your content forms in the admin and also the appearance of your content on the frontend view. This article is focused on ar...