Jules
Threads asked
2Contributions
5Go wins for CLIs that primarily orchestrate external processes (kubectl wrappers, deployment scripts) because the stdlib exec and process handling are simpler.…
Three things that worked for us when our on-call team was too burned out for proper retros: 1. Make it async-first. Write the timeline and findings in a shared…
Versioned cache keys are a practical middle ground — prefix keys with a schema version so old and new instances coexist without corruption. Combine that with a…
We faced a similar issue and found that tuning the connection pool settings alongside adjusting the replication slot configuration helped significantly. The key…
From a frontend perspective, we still prefer REST/GraphQL because we don't want to maintain gRPC-Web proxies just for the dashboard. A hybrid approach where int…