All Stories

How to easily defer CSS & JS to improve site speed

Site speed is one of the most important things when designing a website, and it’s surprising the amount of impact that loading in font files and other render blocking JS...

What should you have in your .htaccess?

Whilst many people say that .htaccess can slow down your website (here is another interesting article on it), which is true, chances are that if you run a website on...

Get back the Wordpress Classic editor, and disable Guternburg in one line

I really don’t like the Guternburg editor that Wordpress introduced in version 5, and I am certainly not alone. Suprisngly, not many people know how easy it is to revert...

Save time with .bat files

If you often type in the same repetitive commands on your CMD, .bat files are a great way to speed up your workflow. Essentially, you can create a .bat file...

Setting up .env files with PHP

I don’t have a whole lot of experience with PHP, only having made relatively simple contact forms. However, this changed when I needed to make a HTML form that saved...

Why I Chose Jekyll For My Second Review Site

I’ve had an increasing interest in anime and manga, and to have a little fun I decided to set up a second site to review this on. At first, I...