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 files to a remote server using git push
To deploy files to a remote server using Git, you can follow these general steps. As you may need to do this process several times before it works. Its best to set up an external text file so you d...
Sendgrid Cheatsheet
Send email from wordpress site using sendgrid SendGrid is a cloud-based email delivery service that allows businesses to send transactional and marketing emails at scale. It provides a reliable inf...
Obsidian create and Sync remote vault
Obsidian is great note taking app for mac osx, but you need to way to have it operating on your phone, as well as on your desktop computer. To do this you do need to purchase a premium add-on for o...
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...