News
How I built my own My Anime List alternative in Python (Fast API + SQLite)
2+ day, 14+ hour ago (399+ words) After months of side-project work, I just released v1. 0. 0 of Anime Tracker " a self-hosted desktop app to manage your anime list. Here's the story of how I built it and the technical decisions behind it. I wasn't happy with existing anime…...
How to Build a Django-Unfold Admin Dashboard with Custom Models, Filters, Actions, and KPIs
3+ day, 6+ hour ago (540+ words) In this tutorial, we build an advanced Django-Unfold admin dashboard. We start by installing Django, Django-Unfold, and the required dependencies, then we create a fresh Django project with a shop application. We configure Unfold with a modern admin theme, custom…...
Turning Open API Specs into Runtime LLM Tools in Pi
4+ day, 4+ hour ago (183+ words) I built pi-openapi-tools " a Pi extension that reads an Open API/Swagger spec and dynamically registers one callable tool per API operation. Instead of hand-writing wrappers for every endpoint, you point Pi at a spec URL and immediately start using…...
Fast API Observability: Correlation IDs & Context Vars (2026)
4+ day, 23+ hour ago (451+ words) This challenge highlights a fundamental need in modern distributed systems: observability. It's about giving your application a nervous system, allowing you to understand its internal state from external outputs. The first step in achieving this clarity is establishing a robust…...
Uvicorn: The Lightning-Fast ASGI Server Powering Modern Python Apps
5+ day, 4+ hour ago (362+ words) If you have ever used Fast API or Starlette, you've already heard of Uvicorn, as it is the server that runs your app. However the majority of tutorials only discuss it as a side effect of one-liner. In this article,…...
Python Provider Quickstart | Astraform Developers
6+ day, 21+ hour ago (332+ words) This is the shortest path from zero to a valid remote-domain. v1 provider: install from the public registry, run the Fast API service, pass conformance, register with the host, and verify discovery. The goal is not a demo server. The goal…...
7 Fast API Tips That Saved Me Hours of Debugging
6+ day, 14+ hour ago (248+ words) Practical tricks I wish I knew before building my first Fast API backend. I've been building APIs with Fast API for over two years. Here are the tips that genuinely saved me from debugging headaches " especially the ones that aren't…...
Deploy a Real'Time Object Detection API with YOLOv8 & Fast API
6+ day, 18+ hour ago (406+ words) Object detection is at the heart of many modern applications'think smart cameras, inventory robots, or AR experiences. YOLOv8 (You Only Look Once) gives you state'of'the'art accuracy while still running fast enough for real'time use. Fast API, on the other hand, is…...
10 Git Hub Repositories to Master Fast API
1+ week, 25+ min ago (789+ words) " If you want a quick way to understand the wider Fast API ecosystem, this is one of the best repositories to start with. Rather than focusing on a single app or tutorial, it brings together a broad set of Fast…...
Improving First Byte and Contentful Paint on a Django Website
1+ week, 1+ hour ago (50+ words) Recently I have been experimenting with http streaming and realized how it can improve page. .. Tagged with django, python, webdev, seo....