Learning in Public
/posts
/tags
Search
No results
1 result
$NUMBER results
Entries tagged :: zig
2025-11-30
Rust vs Zig: the ecosystem maturity gap
I thought Zig would be simpler and Rust harder. After building the same project in both, I learned that language simplicity doesn't matter when the tooling fights you at every step.
Read more ⟶
2025-11-16
Stack vs heap memory in zig
The two places your data lives, how they differ, and the use-after-free bug that taught me why it matters.
Read more ⟶
2025-11-15
The zig hashmap gotcha: it doesn't copy your data
How I learned that Zig's HashMap stores pointers, not data, and why that creates use-after-free bugs if you're not careful.
Read more ⟶