All Articles 📚
Find all our publications.
-
0Django Ninja vs DRF Benchmark: Critical Analysis and New Results
Are Django Ninja benchmarks biased? We re-ran the tests comparing apples to apples: Sync vs Sync, Async vs Async. Here are the true results.
-
0What Does Async Really Mean for Your Python Web App?
A deep dive into the impact of asynchronous programming on Python web application performance, backed by benchmarks.
-
0How to Install Python on Ubuntu, Mac, and Windows: Complete Guide
Learn how to install Python step-by-step on your preferred operating system. A simple and illustrated guide for beginners.
-
0Optimizing Django Rest Framework Serialization Performance
How we achieved a 99% reduction in serialization time! A deep dive into DRF performance bottlenecks and optimization techniques for your APIs.