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. ...
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 a HTTP(S) Load Tester that can be used to simulate a load on a website or HTTP(S) based API. ...
Build and IRC client that can be used to connect to an IRC server and chat! ...
jq is a command line tool for parsing and extracting data from json. ...
Sort is a Unix command line tool. ...
A JSON validator checks that JSON documents are well-formed, while a prettier reformats them with consistent indentation and styling for readability. ...
The Language Server Protocol (LSP) defines a standard way for code editors to communicate with language-specific tools for features like autocompletion, go-to-definition, and diagnostics. ...
Build a simple Lisp interpreter and REPL. ...
Build an AI chatbot powered by a large language model. This project covers working with LLM APIs, prompt engineering, and building conversational interfaces. ...
A network load balancer is a server that balances network traffic between two or more back end servers. ...