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
Commandline Cheatsheet
Improve your Commandline usage with these Dns and Navigational terminal commands and functions.
DDev Cheatsheat
Start a new project cd into your project root directory. Then run the ddev config command and choose your project settings. ddev config Start an existing project ddev start update php versio...
Mysql Cheatsheet
Connect to a remote mysql database You can test your connection to a remote mysql database from a local terminal with: mysql -h host-name.com -P portnumber -u dbuser -p dbname Fix error 3750 wi...
Tailwind Cheatsheet
Responsive layouts Breakpoints Prefix Min Width Example Usage sm: 640px sm:text-lg → applies at > 640px md: 7...
SASS SCSS Cheatsheet
Setup Node SASS Watch If your a frontend web developer, then CSS is your bread-and-butter. For a long time, CSS is all us frontend devs had. CSS is pretty limited. It lacks variables and functions...
Radix Cheatsheet
Radix is a Drupal theme that even has its own cli. Pretty cool. Radix promotes the use of self contained components. By using the radix cli, you can create your own components to override the radi...
Setup WordPress on VPS
If you’re into WordPress and you want to do your own hosting, and the idea of cPanel makes you feel a little bit sick, then configuring your own Ubuntu server to host multiple WordPress websites is...
Jekyll Blog Setup
Setup a Jekyll Markdown Blog using Chirpy Theme.
WordPress Website Security Hardening
What you can do to stop your WordPress site from getting hacked.
Slick Slider Code Examples
Slick slider relies on jquery. jquery is old. and old is stupid. maybe try something new. like https://swiperjs.com In a sea of sliders and carousels, “Slick slider” has been in our toolkit for al...