Build Your Own SMTP Server

SMTP (Simple Mail Transfer Protocol) is the standard protocol for sending email. Building an SMTP server teaches you about email delivery and internet protocols. ...

Programming Projects

Build Your Own URL Shortener

Build your own URL Shortener. ...

Programming Projects

Build Your Own Web Server

Build your own Web server. Implement the HTTP protocol to create a web server. ...

Programming Projects