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
Imagemagick Cheatsheet
Change Filetype You can use ImageMagick’s convert command-line tool to change the file type of an image. Here’s the basic syntax: Change filetype of Multiple Images Using a wildcard it is very e...
Gravity forms cheatsheet
This article is compilation of some of the more intricate Gravity Forms Functions and Features. Submit Partial information. On a multipage form you can capture partial information. (first page of ...
Screaming Frog Cheatsheet
Configure Screaming Frog settings to crawl sites and fix 404s.
Shopify CLI Cheatsheet
setup a local shopify website on your computer and deploy your theme with shopify cli.
Shopify Cheatsheet
General admin and site development and maintenance cheatsheet for site owners
Valet Cheatsheet
Serve a single site After installing your php framework or cms, run the below command in your projects root directory, you can now access the site at the currentdirectoryname.test valet link As...
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 ...

Git Branch Cheatsheet
Develop, Staging and Main git workflow using git switch Working with develop, staging, main git repo’s, and respective environments. 1. Start work on a feature branch (from develop) git switch de...
Setup Google Analytics and integrate with Google Tag Manger
Integrate Google Analytics into Google Tag Manger All You need is a Google tag added in GTM Tag type: Google tag Measurement ID: G-XXXXXXXXXX (get this from Google Analytics admin) Trigger...
Api development tutorial for Web Developers
API Development Tutorial: A Hands-On Guide Welcome to this tutorial designed for web developers who are new to working with APIs! This guide will walk you through a series of exercises to help you...