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
Figma Cheatsheet
Shortcuts to speed up common Figma practices Hide/Show UI command / Type show, then check/uncheck the box for hideshow UI. Command / is like the master command in Figma. If you run that command...
Tree-sitter Neovim Config Cheatsheet
treesitter is a parser for programming and scripting languages. Tree-sitter helps with syntax highlighting, code formatting and for looking up code function definitions right from your code editor....
Twig Cheatsheet
Twig coding overview, conditional statements extends, arrays, objects, loops
Technical SEO Checklist
Technical SEO refers to the process of optimizing the technical aspects of your website to ensure that it can be effectively crawled, indexed, and understood by search engines. It focuses on improv...
Activate Content Delivery Network on WPEngine
What is a CDN? A Content Delivery Network (CDN) is a network of servers strategically distributed around the world to deliver web content, such as text, images, videos, and other resources, to use...
Fix Gyp Error with NVM
Try this if you cant run npm install because you keep getting gyp ERR!
Zip Command Cheatsheet
Cheatsheet for running zip on the commandline
add seo schema to wordpress page using acf and chatgpt
** prerequisites ** acf plugin installed chatgpt credits Create header scripts field create your textarea field and apply it to pages Add code to your header.php in your theme locate ...
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 ...
Valet Cheatsheet
What is Laravel Valet? Laravel Valet is a development environment for macOS that makes it easy to create and manage local development environments for PHP applications, particularly those built us...