Zuhaitz
I code in C (and usual langs like Brainfuck). Sometimes it even compiles.
Bypass high-level abstractions and master low-level software engineering. Book an interactive, 1-on-1 live session focused on breaking down core C programming concepts, assembly translations, custom memory layout design, and systems architecture frameworks.
$ cat zuhaitz_cv.pdf1-on-1 sessions
Latest Articles
Thoughts on systems programming and low-level engineering
Protothreads: Stackless Concurrency in C
May 18, 2026 · 5 min readThere are moments to hate C macros, and moments to love C macros. This one is the latter.
Building a simple Bootloader in Assembly
September 25, 2025 · 9 min readI’m sure you know what a bootloader is, but surely don’t know what’s behind this concept. Let’s build a simple one in a few lines of code!
Build your first Full Adder (in Minecraft)
September 21, 2025 · 5 min readHow does your computer know what 1+1 is? Today we are going to build the mechanism behind it!
Disassembly your first program like a pro!
September 19, 2025 · 4 min readIt is easy to go from human readable code to machine code, but how could we do it the other way around? Let’s explore it with a simple example!
Building TUIs in a few lines of code with ncurses
September 17, 2025 · 6 min readFrom a simple ‘Hello World’ to a colorful bouncing ball, you will understand the raw potential of your terminal.