
Python Backend Free Power-Ups: pairwise and batched
pairwise and batched are two free power-ups that can be used to improve the performance of your Python backend, without much effort.
Discover articles about backend, from beginner tutorials to advanced techniques and best practices.

pairwise and batched are two free power-ups that can be used to improve the performance of your Python backend, without much effort.

Focusing on high performance I/O bound Python Applications? Do not forget Asynchronous logging to prevent bottlenecks in your app.

I'm incredibly proud to share the outstanding work our team has accomplished recently in upgrading our testing lab infrastructure.

FastAPI feature for lightweight background tasks (functions) that will run in parallel with your main application.

AJV & Json Schema, a generic yet effective method for JavaScript API request validation

Enhance your FastAPI application's monitoring with NewRelic. Gain insights and improve performance with very minimal and simple setup steps.

I try to keep my routes as "clean" as i can, additional logic will be executed via middleware - Here's a small example I did with FastAPI