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
Sym Links
Sym links are “symbolic” links. Its a symbolic link to a real file or folder. The symbolic part is just a representation of a file, not a real file. Move your file or folder to its new locatio...
Debugging in the Browser
Using the Chrome browser for debugging website errors is a common practice among developers due to its powerful built-in developer tools. Here’s a step-by-step guide to help you get started: Access...
SCP Cheatsheet
Scp commands to run to copy files from your local computer to a remote server
MySQL CLI Cheatsheet
MySQL databases are an essential part of a WordPress or Drupal website. It’s where all the content for the website is stored. It is essentially just a large, ever growing, “dynamic” text file that ...
Imagemagick Cheatsheet
Overview of Imagemagick ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write images in a variety ...
Htaccess File Cheatsheet
An .htaccess file is a configuration file used by web servers running Apache. It allows webmasters to override server configuration settings for their specific directories without having access to...
SSH cheatsheet
Creating an ssh Key What is an SSH key? An SSH key, or Secure Shell key, is a pair of cryptographic keys used for secure communication over the SSH protocol. The pair consists of a private key an...
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...