Mastering C with Effective C: Introduction to Makefiles Introduction Welcome to the first post in the "Mastering C with Effective C" series! In this post, we'll explore the basics of Makefiles and how…
Upgrading Your C Project Build to Use Nix Flakes: A Modern Guide Hello again, fellow C enthusiasts! In our previous blog post, we explored building a C program with external library dependencies using…
Upgrading Your C Project Build to Use Nix Flakes: A Modern Guide Hello again, fellow C enthusiasts! In our previous blog post, we explored building a C program with external library dependencies using…
Welcome, fellow C enthusiasts, to a whimsical journey through the world of library dependencies in C programming! This is the second post in the series "Mastering C with Effective C" series! Not at a…
The index for my Mastering C series — working through Robert Seacord's Effective C as a Rust dev before moving on to Zig.
A beginner-friendly walk through rendering a rotating 3D cube in the terminal with C — projection math, trig, and a simple animation loop.