All
Articles 171,096Blog Posts 162,626Tech Tutorials 45,592Research Papers 33,063News 21,678
⚡ AI Lessons

Dev.to · Alex Voste
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
fz 2.0.0 NEXUS — package manager, BLAKE3 cache, and cross-compilation for C/ASM
Yesterday I shipped 1.9.0. Got a solid mix of hate and genuinely useful feedback. Didn't sleep. Took...

Dev.to · Alex Voste
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
I haven't slept properly in days. I'm building a package manager for C. And I regret nothing.
4 hours of sleep a night for the past few days. ForgeZero went from 1.0 to 1.9.0 in that time. This...

Dev.to · Alex Voste
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
I built a build tool in Go — and now I'm slowly rewriting pieces in Rust (fz 1.9.0 release)
So I've been solo-building fz — a fast, opinionated build tool for C/ASM projects written in Go. No...

Dev.to · Alex Voste
🔧 Backend Engineering
⚡ AI Lesson
3mo ago
I got tired of typing nasm/ld/gcc by hand, so I built a tool that does it for me
If you've ever written assembly or C without CMake, Makefiles, or any build system — you know the...
DeepCamp AI