on Rust, Backend, Programming, Systems, Performance
Rust has gone from “interesting experiment” to “production-ready choice” for backend systems. Discord rewrote their message storage in Rust. Cloudflare runs Rust at the edge. AWS built Firecracker in Rust.
on Kubernetes, Cloud, Devops, Cost optimization, Finops
Running Kubernetes in production is expensive. Most teams overprovision by 40-60% because they fear outages more than wasted money. But there’s a better way.
GitOps has become the standard for Kubernetes deployments. The idea is simple: Git is the single source of truth. ArgoCD watches your repo and ensures your cluster matches your manifests.
The AI landscape has shifted dramatically. We’re no longer just building chatbots—we’re creating autonomous agents that can reason, plan, and execute complex tasks. LangChain has emerged as the go-to framework for building these intelligent systems.