devops

0x021 - Durable Workflows 🔄

Problem: Most async workflows are held together with queues, retries, cron jobs, and hope. Durable workflows are the abstraction trying to replace that mess. Solution: Durable workflows let you write long-running, multi-step workflows as normal code. They handle crashes, retries, waits

0x020 - FinOps 💰

Problem: As cloud costs grow, they become hard to track, attribute and act upon across teams. Solution: FinOps platforms provide cost visibility, optimization recommendations, and budget controls through tagging and automation.

0x019 - OpenTelemetry 📡

Problem: Keeping an eye on your apps and infrastructure during runtime is a difficult mission. Solution: OpenTelemetry is a standardized framework to generate and process telemetry data, an open-source project under the CNCF.

0x017 - GitOps ♾️

Problem: “Cowboy engineering” in the infrastructure is manual and error-prone. Solution: Treat your Operations as Code, so your infrastructure is on cruise control.

0x015 - Dev Containers 🍱

Problem: Having consistent development environments shared across developers is difficult. “It works on my machine”. Solution: A reproducible development environment that can be versioned, shared and integrated seamlessly with your IDE.