Learning how to use git, the most popular VCS system in the world. Intro to VCS Part 2/4
How to create versions for your software. Intro to VCS Part 1/4
Allowing users to interface with our HTTP server more easily! HHTTPP; Writing your own HTTP server Part 5/5
Doing the socket communication for HTTP. HHTTPP; Writing your own HTTP server Part 4/5
How to parse HTTP requests/responses with regex. HHTTPP; Writing your own HTTP server Part 3/5
Starting to setup our code. HHTTPP; Writing your own HTTP server Part 2/5
Ever wanted to write your own HTTP server? This series will show you how to do it. HHTTPP; Writing your own HTTP server Part 1/5
How hashing works, and what we use it for when developing applications simply
How compression works with simple examples
Representing locations can be hard, but it's important to use good representations in code. This helps us in searching for things in code as well as being able to store types of information efficiently.