servbaymac.hashnode.devHow I Slashed API Response Time from 200ms to 10msListen, young Padawan. When your API is as slow as a snail, your P95 latency is skyrocketing, and your server crashes at 3 AM due to a traffic spike, you have two choices: Spend three months rewriting everything in Rust. Watch your users churn. ...5d ago·6 min read
servbaymac.hashnode.devOne Afternoon, One Computer: Eliminate 90% of Repetitive Symfony WorkWhen writing Symfony projects, the trivial and repetitive low-level work can be a real headache. Dealing with file uploads, writing CRUD interfaces, and synchronizing database timestamps — if you start from scratch for every project, you’re not only ...Feb 12·5 min read
servbaymac.hashnode.devDeepSeek R1 on Localhost: Building a Private Coding Assistant for $0The release of DeepSeek R1 has sent shockwaves through the AI community. It’s not just because it benchmarks competitively against OpenAI's o1; it’s because it’s open-weights and incredibly efficient. For developers, this marks a turning point. We n...Feb 11·4 min read
servbaymac.hashnode.devMastering Database Indexing: A Practical Guide with 100 Million RowsMany developers have faced this scenario: running locally, the dataset is small, pages load instantly, and SQL queries feel lightning-fast regardless of how they are written. But the moment you go to production and face millions of requests, queries ...Feb 10·5 min read
servbaymac.hashnode.dev10 Open Source Tools to Build Production-Grade Local AI Agents in 2026: Say Goodbye to Sky-High APIsAI is becoming increasingly powerful and convenient to use. However, while using it feels great in the moment, looking at the bill at the end of the month can be a nightmare. Context caching, automatic retry mechanisms, and complex reasoning chains—e...Feb 9·6 min read