Web Development
Posts about Web Development
Django Async ORM Migration: What Breaks and When to Stay Sync
Django Async ORM Migration: What Breaks and When to Stay Sync Migration cost The boundary charges twice.
How Ibis Lowers One Expression to Three SQL Dialects
Understand ibis deferred expression backends, the main trade-offs, and the practical checks to use before relying on it in practice.
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related
Event date: April 1, 2026 — django 5.2 Jump to Why does aprefetch_related() still fire N+1 queries under the async ORM?
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI
In this article Why does Litestar handle tail latency better than FastAPI? What makes serialization the biggest bottleneck?
Python JIT: practical notes from production
The experimental copy-and-patch JIT landed in CPython 3.13 behind the –enable-experimental-jit build flag, and by 3.14 it is stable enough to enable on.
Mastering Gil Removal: Advanced Techniques and Best Practices for Modern Developers
Introduction to Gil Removal In today’s rapidly evolving technological landscape, GIL removal has emerged as a critical skill for developers seeking to.
Taipy: Why I Finally Ditched Streamlit for Production Apps
Well, I have a confession to make. For the last five years, I’ve been utterly hooked on “script-to-web” tools.
PyScript in 2026: Why I Finally Stopped Hating Client-Side Python
Actually, I should clarify – I remember sitting in the audience at PyCon 2022 when PyScript was first announced.
Deployment Just Got Boring (And That’s Good)
I have a confession: I absolutely hate writing Dockerfiles. Well, that’s not entirely accurate — I’ve been doing it for years.
Stop Wrestling with HTML: Why I Switched to Flet
I am tired of pretending that I enjoy writing HTML and CSS. For years, every time I needed to build a user interface for a Python script or a data tool, I.
