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
Setup Google Analytics and integrate with Google Tag Manger
Step 1: Create a Google Analytics Account Go to the Google Analytics website (analytics.google.com) and sign in with your Google account. Click on “Create” and follow the prompts to create a ...
technical seo screaming frog cheatsheet
Here is an extensive technical SEO checklist using Premium Screaming Frog: Pre-Crawl Checks Verify website accessibility: Check if the website is accessible and crawlable by search ...
Ollama cheatsheet
Ollama is a platform designed to easily download, run, and manage various LLMs (including Llama models) locally on your computer. Here is a simple LLaMA (not Ollama) cheat sheet for everyday basic ...
Create Sub Domain
So your new sub domain website is not working Here’s the steps that should work if its not working Create domain entry a record to ip address on domain registry Add domain listing on host ...
n8n cheatsheet
Workflows Trigger - you could use a chat message to trigger the workflows AI Agent - which also requires a ai model and a memory and some tools such as gmail within the AI agent is an option to s...

Virtual Machines Cheatsheet
At SEO Saigon 2025 a speaker spoke of her team working on a Super, cloud based Virtual Machine. This way they can all login using the same account. This is a way of using a virtual machine I never ...
AI Coding Tools Cheatsheet
Coding apps, games or website with AI feels like a revolution of sorts. Recently coded a slot machine game using a set of AI tools that are quite powerful yet still only scratching the surface. Sl...
Cloudflare cheatsheet
Share Access In Cloudflare, you can share account access with another developer by inviting them as a member of your account. Here’s how you can do this: Steps to Share Access: Log in to Cloudfla...
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 litterally thousand...
LSP Cheatsheet
Add the tailwind language server to Neovim. Tailwindcss Prerequisites node version 22 nvim-cmp (completion engine) Treesitter LSPconfig Mason install global language server npm in...