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
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...
Certbot SSL
Install a free ssl certificate using Certbot issued by Lets encrypt on a Apache server .
Screaming Frog Cheatsheet
Configure Screaming Frog settings to crawl sites and fix 404s.
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
SSH cheatsheet
Creating an ssh Key What is an SSH key? An SSH key, or Secure Shell key, is a pair of cryptographic keys used for secure communication over the SSH protocol. The pair consists of a private key an...
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...

Google Tag Manger (GTM) Cheatsheet
Configure gtm to track the important user events on your website.

Git Cheatsheet
Use the power and structure of GIT in your web development workflow with these helpful Git commands.