Networking

BGP at Doors of Autonomous Systems Is Simple

Build VXLAN tunnels and a BGP EVPN control plane in GNS3, the same data center networking techniques major cloud providers run in production.

23 min read

webserv: An HTTP/1.1 Web Server in C++98

Building a production-grade HTTP/1.1 web server from scratch in C++98: TCP sockets, I/O multiplexing with select(), HTTP parsing, and CGI support.

10 min read