← All tags

How does Gunicorn work?

· 8 min read

I've recently been playing with Gunicorn to serve an ML model (I know, I'll shift to Nx soon!) and wanted to understand what exactly it does for us and how it works under the hood. Here are my notes on its pre-fork worker model and why Nginx is needed in front of it.

#learnings #Python

Build your own Basic Web Server using Python

· 5 min read

This post explores what web servers are and how you can develop one by yourself. The best way to learn about a software system is to develop it from scratch, which is exactly what we will be doing in this post. Dive in to know more about web servers and how you can create a basic one yourself!

#tinkerings #learnings #Python
← Back to all posts