Creating worktrees with Claude Code in a custom directory
Claude Code recently got support for a native --worktree flag which creates a git worktree where Claude works in.
The
Docker sandbox with Claude Code Max plan
Gist link
Anthropic unfortunately didn't make it easy for us developers to set up Claude Code with a
This is how I actually use AI agents to ship real features to production
Whether you like it or not, AI agents are creeping into our workflows as a developer and in this article,
Rebuilding our infrastructure from scratch and migrating live (AWS ECS migration)
It’s been a busy few months in which I was finally able to migrate our entire application to AWS
Don’t forget to prune your Laravel failed jobs table
Since we migrated to RDS, I've rolled out a disaster recovery strategy that involves creating daily offsite backups
DDoSed while on a holiday - How to configure CloudFlare correctly
Recently my multi-tenant food ordering app got hit with a massive DDoS attack in which one of our merchants was
Migrating our MySQL database to RDS with just 3 minutes of downtime (step-by-step guide)
Today I’m going to walk you through how we migrated our MySQL database from a self-managed VPS to a
Turbo monorepo with Tailwind V4 and Vite
I recently introduced Tailwind V4 into my Turbo monorepo using the @tailwindcss/vite plugin - and while this worked, HMR
Powerful timeseries metrics using Timescale and Laravel
I help develop a baby registry platform that allows expecting parents to create and share a wishlist of baby products
Laravel valet 502 error when using postgres pgsql driver
I recently faced an issue where my local Laravel installation would stop working when using the pgsql database driver. The
Dynamic image resizing in Laravel
When it comes to resizing images in Laravel, every developer seems to have their own favorite way of doing it.
PHP 8.4 with Sabatino & Brent (Property hooks, Asymmetric visibility, Lazy objects and more)
In this conversation, Brent will bring me up to speed with the exciting new features of PHP 8.4. We
High-level architecture of my point-of-sales app
In addition to my online food ordering app, I also developed an in-store Point-of-sales system that works on iPads, Android
Using UUID primary keys in Dexie
For my point-of-sales application I use Dexie as a wrapper for IndexedDB - and it works great.
I experimented with
How I maintain 100+ apps using expo & EAS
We offer customers of our food ordering platform the ability to get a personalized iOS and Android application. And, to
How does the Laravel defer helper work? (Plain PHP example included!)
By now we’ve all seen that you can use the Laravel defer helper to defer the execution of a