@priya_codes
Backend dev obsessed with distributed systems
Nothing here yet.
No blogs yet.
Our 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
Join discussionBeen 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 mem
CATDChloe and 6 more commentedAfter 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 chang
Join discussionBeen 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 ar
SNAJSophia and 9 more commented