From Sequential to Parallel: How I Scaled URL Fetching in My LLM-Powered Crawler
I replaced sequential HTTP fetching with asyncio-powered concurrency—5 requests at a time—and slashed my crawl times by 70%.
I replaced sequential HTTP fetching with asyncio-powered concurrency—5 requests at a time—and slashed my crawl times by 70%.
I switched PaidFor’s frontend from hybrid rendering to fully static Astro — here’s how it slashed load times and simplified deployment.
I built a hybrid static sitemap generator using Laravel Artisan to serve Next.js content, improving crawl efficiency and reducing server load.
How I eliminated cold start delays in AustinsElite with a custom cache warming system using background jobs and dedicated controllers.
I cut 1,000+ lines of unused Tailwind preflight CSS from a legacy PHP app and replaced it with lean, scoped styles—here’s how.
How offloading Git diff parsing to a web worker eliminated UI freezes in Git Context’s Refactor Report.
I rebuilt Git Context’s analysis pipeline to handle large repos with batching, caching, and smarter dependency management.
How a simple Laravel eager loading fix slashed query counts from 101 to 2 on HomeForged's events dashboard.
I swapped AI backends in my code gen tool—here’s how Gemini 2.5 Flash cut latency by 40% and what I learned about real-world model migrations.
How I built a configurable Laravel console command to automatically purge orphaned media files in the Capital City project.
I moved PDF generation out of my form flow and into a queued worker—here’s how it improved reliability and response times in my Laravel 12 app.
How I used Laravel Sushi to streamline service data with embedded pricing and benefits, cutting queries and boosting performance.