My Blog
RSS FeedHey! I'm André, a software developer from Portugal. This blog serves as a collection of things I learned and decided to write about. I'm by no means an authority on any of these topics, but I hope you find something useful here.
If for some weird reason you want to know more about me, check the About page for more info.
Featured
-
Memory Magic Part 3: The Specialist's Toolkit
What if your allocator could recycle like a pro, pack for cache, perfect loops, and deliver unbreakable handles, without leaks or dangling pointers?
-
Memory Magic Part 2: The Arena of Power
What if you could stop asking the OS for memory and just... take it? Learn how to forge an Arena: a private memory playground where allocation is instant and an entire class of bugs is simply impossible.
-
Memory Magic Part 1: The Pointer is a Lie (A Dive into Virtual Memory)
Ever wondered how your computer runs multiple programs without them setting each other on fire? The answer is a beautiful illusion called Virtual Memory.