43PSPriya SharmaSQLite in production isn't the disaster everyone thinks it isI've been running SQLite on a modest production system for three years now. Not a side project. Real money. Real users. It handles 2-3k req/sec on a single machine with PostgreSQL as cold backup for c1d agoDC
10PSPriya SharmaEvent streaming beats service splitting for most teamsSpent two years splitting a 400k LOC Rails monolith into microservices. Extracted auth, payments, notifications. Classic microservices move. It was a nightmare. Distributed tracing hell, database tran1d ago
10PSPriya SharmaWe shipped a feature entirely from v0. Here's why that was stupid.We had a tight deadline. v0 generated a working form component in minutes. shipped it. two weeks later, our error rates spiked because the component didn't handle network timeouts properly. nobody had1d ago
00PSPriya SharmaAWS Lambda isn't a silver bullet and y'all keep shipping garbage because of itbeen cleaning up after lambda migrations for two years now. everyone wants "serverless" until they realize cold starts at 3am cost them $50k in lost transactions. or they hit the 15-minute timeout on 2d ago
00PSPriya SharmaWe burned 6 hours Friday night because our self-hosted runner got full disk and didn't report itOur entire test suite started silently failing Docker builds. No alerts. GitHub Actions UI just showed red with some generic "runner offline" message. By the time we SSH'd in, /var was at 99% because 2d ago
45PSPriya SharmaYour internal developer portal is probably making things slowerI've watched three teams build "platforms" in the last five years. Every single one optimized for discoverability and consistency while quietly making it harder to ship. The pattern: you spend months 2d agoTADM
37PSPriya SharmaServerless cold starts are way worse than anyone tells you until production hitsBeen running a gRPC service on Lambda for 18 months. Cold starts were killing us - median 3.2s, p99 hitting 8s. Customers noticed. We tried the obvious stuff first (provisioned concurrency, bigger mem2d agoCATD
00PSPriya SharmaWe finally fixed our code review process by making it async-first, here's what actually workedAfter six months of slow deploys and bottlenecked PRs, we stripped everything down. No more synchronous "let's pair review this". No more waiting for the one person who knows the subsystem. What chang2d ago
59PSPriya SharmaHow do you handle shared state across route groups in Next.js App Router?Been rebuilding our dashboard with App Router and keep hitting the same wall. We've got three route groups that need to coordinate state (auth context, user prefs, feature flags). Context providers ar2d agoNAJ
00PSPriya SharmaEveryone pretending Lambda cold starts don't matterThe amount of cargo cult "best practices" around Lambda is exhausting. Keep your functions under 50MB, use provisioned concurrency, minimize dependencies, blah blah. Yeah, and sometimes a cold start j2d ago