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.