Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...
Computer Engineering
Computer Science, Coding Techniques, Hardware & Software Hacks
Cover: A Flamegraph highlighting performance overhead due to system calls System calls are how user programs talk...
Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...
Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...
Performance engineering can be deeply mysterious. Sometimes adding a line of code can make your program execute...
Big O vs Hardware In algorithm design, we often rely on time complexity to compare solutions. It...
This is a short video as part of our series on x86-64 assembly. If you have not...
“In the beginning, there was a word. Then came the doubleword, and finally the quadword.” Registers in...
Welcome to my ongoing series on x86-64 assembly programming, designed for programmers who want to peel back...
The trick to performance optimization is mechanical sympathy: writing code that makes it easier for the hardware...
