Tag:[Ctrl + Build]
All the articles with the tag "[Ctrl + Build]".
The Impact Managers Don't See
Published: at 08:55 AMManagers may shape careers, but the trust people place in them can influence lives in ways no quarterly metric can capture.
Building an Event Loop From Scratch
Published: at 09:43 AMA hands-on walk from a blocking TCP echo server to a tiny kqueue-based event loop, using C++ to demystify what Node hides behind socket callbacks.
Learning C++ by Implementing SOCKS5
Published: at 02:07 PMI started my career writing C and C++ for embedded systems. Then I didn't touch it for over a decade. This is the story of going back, with SOCKS5 as the excuse.
Hello, World, but Without an Operating System
Published: at 11:00 AMWhat happens when you take the most familiar first program in software development and remove the operating system underneath it.