on Rust, Programming languages, Systems programming, Backend, Performance
Rust has had one of the most interesting trajectories in programming language history. It started as a Mozilla research project for writing safe browser internals, survived the Firefox layoffs, became the language of choice for systems programming, entered the Linux kernel, and is now showing up in machine learning runtimes, cloud infrastructure, and web backends. This is a state-of-the-language post: where Rust actually won, where it hit walls, and where it’s heading in 2026.
on Kubernetes, Cloud native, Devops, Infrastructure, Container orchestration
Kubernetes 1.32 dropped in early 2026 with some of the most developer-friendly changes the project has shipped in years. Gateway API is now stable, the scheduler has new autopilot behaviors that reduce toil, and there are long-awaited quality-of-life improvements that make operating clusters less painful. Let’s dig in.
on Ebpf, Linux, Observability, Security, Networking, Devops
When eBPF was introduced as a Linux networking feature in the mid-2010s, the goal was simple: let administrators write small, sandboxed programs that could filter packets in the kernel without modifying kernel source code. A useful-but-niche capability.
on Postgresql, Database, Backend, Performance, Sql
PostgreSQL 18 dropped in late 2025, and unlike some releases that feel incremental, this one has changes that will meaningfully affect real workloads. The headline feature — asynchronous I/O — has been in development for years and finally landed in a mature form. But there are several smaller features that will have more immediate impact for most applications.
on React, Javascript, Frontend, Web development, Performance
Every major React release arrives with a new mental model to learn. React 16 brought Fiber. React 18 brought concurrent rendering and useTransition. React 20 — released in early 2026 — brings the React Compiler to stable, reshapes how Suspense works in server contexts, and introduces cache() as a first-class API for request-scoped memoization.