My new website for tracking lend-out books is live! Take control of your shelf 

boydbloemsma

Articles

Things I've written.

2024-09-08
16 views

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.

Read more , Building my first SAAS using Laravel
2024-04-20
35 views

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.

Read more , Laravel OG images
2024-03-24
74 views

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.

Read more , Git submodules for dummies
2024-01-11
1.6K views

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.

Read more , Hosting Laravel applications statically