Latest Articles
How to parse CLI arguments in Zig
Without any libraries, how would you handle CLI arguments in Zig? I recently wanted to do it from scratch and discovered a few things.
tech4/26/2025
Tagged Union in Zig - Real World Example
A real-world example of using tagged unions in Zig. This made me understand it.
tech4/22/2025