Explore >> Select a destination


You are here

byroot.github.io
| | nurkiewicz.com
11.3 parsecs away

Travel
| | HTTP protocol is fundamental to the Internet. It's a simple request-response protocol where the request is initiated by the client, typically a web browser
| | scorpil.com
11.0 parsecs away

Travel
| | Short history of HTTP protocol
| | shortdiv.com
10.8 parsecs away

Travel
| | Though we as developers can influence how the browser downloads resources, the browser ultimately gets the last say when it comes to the order in which to load content. In this post, we dive into the new and exciting features that HTTP/2 brings.
| | herbsutter.com
135.0 parsecs away

Travel
| This special Guru of the Week series focuses on contracts. We covered some basics of preconditions in GotW #100. This time, let's see how we can use preconditions in some practical examples... 1. Consider these functions, expanded from an article by Andrzej Krzemie?ski: [1] ... How many ways could a caller of each function get...