Writing Real C
Building a Project
how to build a CLI log filter from scratch using structs, dynamic memory, string parsing, and a Makefile β putting everything together
stay in the loop
/ what's next
C Programming done.
Time to do some coding. Here's where you can go from here.

book
OS Fundamentals
inside the operating system β how processes are created, how memory is managed, how the scheduler decides what runs next. the layer between your code and the hardware, explored hands-on with real Linux tools.
read book βlab
Build Your Own HTTP Server
Build an HTTP server from raw TCP sockets. No frameworks, no libraries - just you and the protocol specification. Understand exactly what happens when browsers talk to servers.
start lab β
Notes & Highlights