Projects / HTTP Browser

HTTP Browser

Custom HTTP browser built from scratch in C++.

A fully functional HTTP browser implemented in C++ from scratch. Handles HTTP/HTTPS requests, parses HTML responses, and renders basic web pages. Built as part of a networking and systems programming course, demonstrating deep understanding of TCP/IP, HTTP protocols, and low-level socket programming.


Other Projects

Chess Bot

AI chess engine using MiniMax with alpha-beta pruning.

PythonMiniMaxAlpha-Beta Pruning
Read more →