Build Your Own grep Command Line Tool

grep is a Unix command line tool for finding patterns in files. ...

Build Your Own head Command Line Tool

head is a Unix command line tool. ...

Build Your Own HTTP Forward Proxy Server

Many organisations used forward proxies to block large parts of the Internet. They can also be used to obfuscate the identify of users where multiple users all connect through the same proxy. ...

Build Your Own HTTP(S) Load Tester

Build your a HTTP(S) Load Tester that can be used to simulate a load on a website or HTTP(S) based API. ...

Build Your Own IRC Client

Build and IRC client that can be used to connect to an IRC server and chat! ...

Build Your Own jq Command Line Tool

jq is a command line tool for parsing and extracting data from json. ...

Build Your Own JSON Parser

Sort is a Unix command line tool. ...

Build Your Own Lisp Interpreter

Build a simple Lisp interpreter and REPL. ...

Build Your Own Load Balancer

A network load balancer is a server that balances network traffic between two or more back end servers. ...

Build Your Own Meeting Scheduler App

Build a meeting scheduling app that allows users to book time in other peoples calendars without direct access. ...