Now we know how to use git we can look at the social aspects of coding. Intro to VCS Part 3/4
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