Blog
Everything I have written.
-
Why I get demotivated
It’s probably every month that I will start a new project, usually this coincides with me finding a new interesting technology.
-
Rewriting my blog in Astro
Sometimes you shouldn't try to swim against the current.
-
Simplicity is the ultimate sophistication
This idea permeates through my entire life. The idea that to make something simple to use a lot of effort is needed.
-
Building my first SAAS using Laravel
I think it's especially hard for developers to think of these things, because we are used to thinking in solutions instead of problems.
-
Deploying Laravel Reverb in production
Once I had completed a proof of concept and was ready to deploy it, however, the trouble started for me.
-
Laravel OG images
Because we don't want to have to manually create an image for every article, we can use The OG package which will do all the hard work for us.
-
Git submodules for dummies
A great option to share code between multiple projects is by using git submodules, but there are a few things you need to keep in mind.
-
Hosting Laravel applications statically
In this article we will be going over how to I used laravel-export to deploy the very blog you're reading right now; to Cloudflare Pages, Netlify and Vercel.
-
PHP's built-in web server
Sometimes the easiest solution is the best solution.
-
Event tracking using Laravel queues
To provide the best user experience on your website you first need to understand the user, this is what event tracking is for.
-
Generate unique slugs on-the-fly in Laravel
Have you ever wondered how YouTube video IDs work?
-
Creating a markdown blog using Laravel 10
Before we can start this article I have a confession to make; I'm a back-end developer.