-
13
The Productive Programmer on Mac
A tribute to the ideas of Neal Ford
Tagged with:
"programming"
2021
Jan
2020
Dec
-
27
Programming on the Apple M1 Silicon
Is early adoption a good idea as a software developer?
Jul
-
21
3D Software Rendering on the GBA
Game Boy Advance Fixed-point math, here we come...
Jun
-
11
Combining async with generators in Node 11
Feel like blowing up your colleagues heads? Use async function*!
2019
Apr
-
15
Teaching Object-Oriented design using the GBA
C++ and a GBA engine. Let's learn to create a game!
2018
Dec
-
05
Unit Testing PicoBlaze Assembly files
Writing Psm Assembly test-first, because why wouldn't you?
Aug
-
03
Domain Driven Design in C
Who says imperative languages don't do DDD?
Apr
-
28
Thinking in terms of objects
An introduction to software design in terms of objects -
06
Death to pseudocode?
Clean code, pseudocode or real code?
Feb
-
26
Hiding Code Complexity
Do make it easy to read. Don't expose inner workings.