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
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...
Javascript Cheatsheet
JavaScript: Understanding the Weird Parts - The First 3.5 Hours Javascript compares the value of objects and variables stored in memory and not the value you assigned to them Javascript behaves t...

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.
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 ...
Install Drupal
Install Drupal Locally from Upsun using ddev Upsun and ddev have a special relationship. Upsun have an integration tool to help get pull your remote enviroments down to your local. upsun ddev int...
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...