This is s short blog post. And is merely some links I came across this week.
- https://www.fullstackpython.com/wsgi-servers.html – a great introduction to WSGI servers in python. I hadn’t seen this written up before
- https://sudhir.io/understanding-connections-pools/ — Long read. This is a thorough and in-depth discussion of how connections and pools work. I must admit that while I had seen a bunch of the terminology before, I don’t think I really grokked this until reading this. It’s a great addition to your pocket.
- https://sudhir.io/the-big-little-guide-to-message-queues/ — a thorough introduction to message queues.
- https://developer.mozilla.org/en-US/docs/Web/HTTP — the Mozilla Web Docs are amazing and I was doing some training on APIs in general recently at my company.