The last project of the common core: a full-stack web app with real-time multiplayer Pong, chat,…
The last project of the common core: a full-stack web app with real-time multiplayer Pong, chat,…
The classic dining philosophers problem - my first real fight with race conditions, deadlocks and the…
A real IRC server that actual clients can connect to - sockets, poll, channels, operators and…
NGINX, WordPress and MariaDB - each in its own container, built from scratch, wired together with…
Rebuilding vector, map and stack in C++98 - iterators, allocators, and a red-black tree of…
Nine modules that take you from your first class to templates, exceptions and polymorphism - all…