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
Zen Coding Emmet Cheatsheet
Speed up your coding with emmet zen coding automation.
Drupal Text Formats
When to use Basic HTML, Restricted HTML, Full HTML, and Plain text in Drupal field configuration.
Import Products into Shopify via CSV
How to import products into Shopify using a CSV spreadsheet.
Drush config:import cheatsheet — managing Drupal config across environments
What is drush config:import? Drupal stores site configuration — think field settings, view modes, content types, display modes, roles, permissions, module settings — as YAML files on disk. drush c...
WooCommerce GTM Ecommerce Tracking
Set up enhanced ecommerce tracking in Google Tag Manager for WooCommerce using the gtm4wp plugin.
Claude Code Cheatsheet
Create a claude.md file. !keep it short, keep it specific and only include what Claude can’t figure out for itself. Keep it lean but tell claude where to find the rest of the info. Ie for rules ar...
GraphQL for JavaScript Beginners — Practical Examples
GraphQL sounds complicated. It isn’t. From JavaScript’s point of view, it’s just a fetch with a string describing what data you want. That’s it. This article teaches you the four things you need t...
Twig Tweak Cheatsheet
get a microcontent get the finished peice of content {{ drupal_entity('microcontent', 10, 'horizontal') }} Get block {{ drupal_entity('block_content', 6) }} Replace ‘block_id’ with the machi...
Tailwind Prose Cheatsheet
Install npm install -D @tailwindcss/typography // tailwind.config.js plugins: [require('@tailwindcss/typography')] Basic usage Wrap any block of HTML (CMS content, markdown output, etc) wit...
Drupal Preprocess Functions
Preprocess functions are used to modify variables before they are used in the template. This allows developers to customize the output of a page without having to modify the template itself. Prepro...