Search results
7 results
Article
Product Engineering
★ Featured
Observability — Logs, Metrics, and Traces
Implementing the three pillars with OpenTelemetry and making them actionable.
Article
Product Engineering
★ Featured
Resilience Patterns — Circuit Breaker, Retry, Bulkhead, and Timeout
Prevent cascading failures with proven resilience patterns.
Article
Product Engineering
WebSockets — Building Real-Time Features
Connection lifecycle, heartbeats, reconnection logic, and scaling with Redis pub/sub.
Article
Product Engineering
Health Check Endpoints — Readiness, Liveness, and Startup
Implement correct health endpoints so orchestrators route traffic and restart containers appropriately.
Article
Product Engineering
Async/Await Patterns and Common Pitfalls
Concurrency, parallelism, error handling, and avoiding common async bugs.
Article
Product Engineering
Designing and Publishing API Client SDKs
Auto-generation vs handwritten, retry logic, versioning, and developer experience.
Article
Product Engineering
Message Queue Patterns — SQS, RabbitMQ, and Dead Letter Queues
Fan-out, work queues, priority queues, and poison message handling.