Programming / C++

⚙️ C++

Used for systems programming, networking, and performance-critical applications during university coursework.

C++ was a core part of my Computer Science Engineering degree at KU Leuven. I used it to build a fully functional HTTP browser from scratch — implementing TCP socket communication, HTTP request/response parsing, and basic HTML rendering. Other coursework included data structures, algorithms, and systems programming. C++ taught me to think carefully about memory management, performance, and low-level system design.


Used In

HTTP Browser