Web Development
Posts about Web Development
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.
Mastering the FARM Stack: Modern Full-Stack Development with FastAPI, React, and MongoDB
The landscape of full-stack development is undergoing a seismic shift. While traditional monoliths served us well for decades, the demand for.
Bridging the Gap: A Comprehensive Guide to PyScript for Web and IoT Integration
The landscape of web development has undergone a seismic shift in recent years. For decades, JavaScript held an undisputed monopoly on client-side logic.
Securing the Spider: A Deep Dive into Scrapy Updates, Redirect Policies, and the Modern Python Ecosystem
Introduction In the rapidly evolving landscape of data extraction and Python automation , Scrapy remains the quintessential framework for building robust.
