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
Hot Reload Cheatsheet
If your a web developer like me and need to refresh your browser after you make each and every incremental code change, then you and me need all the help we can get. As there is literally thousands...

Git Cherry Pick
Apply specific commits from one branch to another without merging the whole branch.
Certbot SSL
Install a free ssl certificate using Certbot issued by Lets encrypt on a Apache server .
SSH cheatsheet
Generate a key ssh-keygen -t ed25519 -C "label-for-this-key" -t ed25519 — modern algorithm, prefer over RSA -C — just a label, use anything descriptive (e.g. work-laptop, github) Set a pa...

Google Tag Manger (GTM) Cheatsheet
Configure gtm to track the important user events on your website.
Jekyll Blog Setup
Setup a Jekyll Markdown Blog using Chirpy Theme.
Javascript Cheatsheet
Async Functions Async functions are everywhere in modern JavaScript because most real-world applications depend on asynchronous operations such as API requests, database calls, file access, and t...
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 yo...
SSG, SSR, ISR
Nextjs gives you options (ssg, ssr, isr) on a page by page basis for generating pages. SSG - Static site generation GetStaticProps Specifically when using frameworks like Next.js—”Static Props” r...
Drupal block interpolation
The Minimal Version Create display view Create a form view Create a normal select list field with names relative to the display and form view Apply to your paragraph block using the the s...