Why I Started Writing a Ray Tracer in C
Most tutorials go straight for C++ or Python. I wanted to feel the memory — no abstractions, just structs, function pointers, and raw math.
Read →
Learning by Building: Why I Don't Trust Tutorials Alone
You can follow a tutorial perfectly and still be completely lost when you try to extend it. The blank file is the honest one.
Read →
What Happens Before main()
Most programmers think main() is where execution starts. It isn't — by that point the OS has already done a surprising amount of work.
Read →