Recent posts

HTTP/2 vs WebSocket: A Comparative Analysis

13 minute read

This blog post aims to provide a comprehensive comparison between HTTP/2 and WebSocket, two fundamental protocols that power the modern web. We will start by...

Demystifying ContextVar in Python

13 minute read

This blog post will demystify ContextVar, a simple way to share values between functions and coroutines in Python. We’ll start with an introduction to Contex...