A personal repo documenting my journey learning Zig from scratch.
I wanted a "low-level" modern language that doesn't hide much what's happening from me.
Zig is explicit, has no hidden control flow, and forces you to understand your own code.
That felt like the right kind of hard. I just want to be a better dev in general.
First contribution to the Zig language itself within a year.
I get the resources from courses, youtube, books, documentation, anywhere I can find what I need. When I do the examples, I ask Claude to make the code more educational, add comments to make it easier to document and for revisiting later on.
Atm I'm using a course on Udemy from Bohdan Zaremba, some docs, and Claude for further explanation and easier documentation notes.