Things I've written

Articles

Laravel OG images 11 views

Laravel OG images

2024-04-20

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 33 views

Git submodules for dummies

2024-03-24

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 1.4K views

Hosting Laravel applications statically

2024-01-11

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.

Event tracking using Laravel queues 130 views

Event tracking using Laravel queues

2024-01-01

To provide the best user experience on your website you first need to understand the user, this is what event tracking is for.