News
Oct 16, 2025
Why I Built a Zig Dotenv Lib
While working on a Zig based CLI argument parser, I found myself creating a dotenv parser as an unexpected side project.
Oct 16, 2025
I Rewrote My CLI in Zig — and Didn’t Miss the Borrow Checker Once
Exploring why Zig often feels more practical than Rust for real-world CLI tools, focusing on memory management, developer ergonomi...
Oct 16, 2025
Error Handling in Zig Explained
Error handling in Zig is simple, explicit, and powerful.
