Bash script to create daily, monthly and yearly MySQL database backups
Here is my simple bash script that creates a fresh MySQL database backup every day for the last 30 days, and a monthly backup for the last 12 months, and a yearly backup for the last 10 years ! »
Fix 307 Internal redirect
If you are trying to test redirections on your web server (Apache, NGINX, etc), but your web browser (chrome, firefox, etc) keeps redirecting to HTTPS no »
How to increase pictures sharpness on your website
The best way to achieve 100% sharpness is to display an image with it's actual size matching the exact size of the file. Obviously, if the »
Fix unwanted "// WARNING:" atom snippet when typing "width" !
This has been annoying me for years, every time I tried to type width in SCSS, the first snippet suggested after typing the first 2 letters »
How to make a newtab chrome extension
Learn the basics of making a Google Chrome extension that changes the new tab default page. Explained in a way that doesn't expect you to have prior knowledge of chrome extensions. »