From Sequential to Parallel: How We Scaled URL Fetching in Our LLM-Powered Crawler
We replaced sequential HTTP fetching with asyncio-powered concurrency—5 requests at a time—and slashed our crawl times by 70%.
We replaced sequential HTTP fetching with asyncio-powered concurrency—5 requests at a time—and slashed our crawl times by 70%.
We switched PaidFor’s frontend from hybrid rendering to fully static Astro — here’s how it slashed load times and simplified deployment.
We 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.
We 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.
We 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.
We swapped AI backends in our code gen tool—here’s how Gemini 2.5 Flash cut latency by 40% and what we 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.
We moved PDF generation out of our form flow and into a queued worker—here’s how it improved reliability and response times in our Laravel 12 app.
How we used Laravel Sushi to streamline service data with embedded pricing and benefits, cutting queries and boosting performance.