CI
2 posts
Rust Compiler Pipeline Refactor: 35% Faster Build Times, But There's a Catch
Our team’s CI dropped from 42 minutes to 27 minutes just by upgrading the Rust compiler. This journey taught us one thing: performance optimization rewards those who measure, punishes those who guess.
January 8, 2026 · 8 min · 1575 words · Dream Beast Programming

I Slimmed a Docker Image from 2GB to 50MB: A Hands-on Postmortem
The real steps and trade-offs I took to cut a Docker image from 2GB down to 50MB — pitfalls, decisions, and practical takeaways without the fluff.
September 14, 2025 · 5 min · 925 words · Rexai Programming