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.
How to set up categories for your content and make filtering easy!
Optimizing your applications by running functions less often
Ever wondered what open source software is? What about how to use other people's code appropriately? We cover the basics of licensing and vendoring in this article!
Write better CSS, by not writing CSS