Cafeto: My First Plugin on PyPI 🎉
After much learning and hard work, I’m excited to announce my first plugin published on PyPI: Cafeto.🔧 What is Cafeto?
Cafeto is a lightweight yet po...
Learning Python has been one of the most intense experiences in my journey as a developer advocate. When I first started, I quickly realized that Python isn’t only about writing code—it’s also a...
Welcome back, to our Django REST Framework (DRF) tutorial series!
Part 1: we set up Django and Django Rest Framework (DRF).
Part 2: we implemented CRUD operations for tasks.
Part 3: focused on se...
Ever wondered how AI agents actually work behind the scenes? This guide breaks down how agent systems are built as simple graphs - explained in the most beginner-friendly way possible!
Note: This is...
TL;DR
Vibe coding is fine for prototypes. When projects get complicated, vibing doesn't work
[Unvibe](https://claudio.uk/posts/unvibe.html] is a Python Test Runner that quickly generates man...
Dockerizing Python applications is still a complex task, despite all the tools we have at our disposal. Dependency management, environment consistency, image size, and build speed can all become pain ...
Leapcell: The Next-Gen Serverless Platform for Web Hosting
Introduction
flag is used to parse command-line options. People with experience using Unix-like systems should be familiar with comma...
Document Cleaner API — Clean Up Scanned Docs with AI + FastAPI
Hey folks!
I recently wrapped up a project that combines deep learning, OCR, and FastAPI to make scanned documents more readable and ...