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
Deploy to WPEngine Using Git Push
Sometimes you can think something is more complicated than it is. And sometimes you get beaten down by the fear or the overwhelm of a concept. That’s why I have created this article. It breaks down...
Markdown Cheatsheet for Obsidian
I’ve recently migrated from native apple notes to Obsidian for every day note taking. Reasons to migrate. You can’t link notes with Apple notes. Apple notes does not natively support links. ...
Apache command cheatsheet
Find DB Version mariadb --version mysql --version When your running your own lamp on vps having a cheatsheet like this for Apache may come in handy. Especially when the rubber hits the road. S...
Git Branch Cheatsheet
I’ve been using Git for a long time. Though for a long time I wasn’t using branches. I knew about them and I knew how powerful they were (or could be). I understood the concept. But you can’t use b...
Curl Cheatsheet
Install php-curl on Apache on Ubuntu 20 If some plugins are not updating on your wordpress site. ensure Curl is enabled on the server. sudo apt update sudo apt install php8.0-curl sudo systemctl ...
CSS Cheatsheet
css code examples and for styling modern websites
Load Google Map with WP Enqueue
Adding a google map to your wordpress website? Want to do it the coding way. Theres a couple things you should be aware of. Ensure the API loads before your map init script. Use the dependenc...
WordPress Code Snippets
Once you have a Wordpress site setup and you have access to the functions.php this is where the fun starts. You can start dropping snippets of code into the functions file, give your website a refr...
Essential WPCli Commands
How to install Use curl to download the WP-CLI phar file: curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Check if the file is executable: php wp-cli.phar --in...
Iterm2 Cheatsheet
A list of some of the more critical keyboard shortcuts. Ive excluded many of the shortcuts that are beyond the basics. Less is more. Advanced Features Enable shell intergration imgcat filename D...