Managing Expectations
How long will something take to do? Who knows? Sometimes you just need to make just a tiny little quick change, but it doesn’t work out quite as expected and...
Is web development just copying and pasting?
It seems it’s impossible to make a website these days without using some kind of package manager, whether its npm for your frontend dependencies or something like composer for your...
Where is the best place to put your project documentation?
Making a project, library or package sometimes seems like the hard part, but if you want someone else to use it you probably want to spend a decent amount of...
Getting started with Bulma Clean Theme for Jekyll
I have made a theme for Jekyll which is based on the Bulma frontend framework. It might look familiar, because I am also using it for this site. If you...
Why use a static site generator
There are many ways to make a website and many different CMS platforms you can use, such as WordPress and Joomla, as well as site builder tools that offer you...
Why do I always use Laravel?
I often get asked why I use Laravel for a lot of projects. I get comments such as its too big for this project, its overkill, you can write something...