

'If' Is Slow!
Any conditional statement can take a toll on the performance of your program. Luckily, there is branchless programming.
7 min read
0 comments


My Venture Into Code - Part II
First day in the office.
2 min read
0 comments


Binary-searching for a bug in git
Have you ever saved your changes in git only to find out later you've introduced a bug somewhere along?
2 min read
0 comments


My Venture Into Code - Part I
Starting out.
2 min read
0 comments


How is a C/C++ program built?
About the multistage process of building C/C++ source files into an executable.
3 min read
0 comments