RSSAmplifier

Blog

Rafiqul.dev

A Software Artisan, who attempts to share something to the world here

rafiqul.devRSS feed ↗4 posts

Latest posts

The Journey of an HTTP Request in Python: Part 2

Second part of the Journey of an HTTP Request in Python: From Kernel to Runtime to Response

The Journey of an HTTP Request in Python: Part 1

First part of the Journey of an HTTP Request in Python: From Kernel to Runtime to Response

FastAPI Deconstructed: Anatomy of a Modern ASGI Framework

Written version of my talk at PyCon APAC 2024 in Indonesia

Generic Function in Python with Singledispatch

An overview of how we can implement generic function in Python with Singledispatch