48 followers
I'm a self-taught developer building applications and tools for the web π€. I build with Laravel, NodeJS, VueJS & AWS. I'm also a huge F1 nerd.
Will it replace us all? I donβt think so. But what is left behind will be a skeleton crew whose main job is to monitor AI systems like the sysadmin in...
A quick guide on Semantic Versioning and why you should care. Β· So here's a cheat sheet for understanding semantic versioning. I've used this off an on...
Let's start with a truth bomb: dumb questions exist. Case in point: https://www.reddit.com/r/yahooanswers/. The Yahoo Answers subreddit is a place...
A quick tip on how to allow Laravel to detect custom namespace models Β· If you like to follow certain patterns, such as DDD, you may find models in...
Ahoy, me hearties! Cap'n Chris here with another thrillin' Laravel adventure. Today, we be divin' into the mysterious world of route structures in a...
When to use chunk(), and when to use cursor() Β· When working with large datasets in Laravel, efficiently managing memory usage is essential. Eloquent...