3 followers
Software Developer/Architect Mostly working with Django/Python
Kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming apps. It is a powerful tool that can handle...
How to setup a Django project with VSCode dev containers and docker compose · docker compose up -d is amazing right? You don't know what is does? In...
Improve your code quality by using simple scripts · Pre-commit is a python based tool to enable easy integration of git hooks, and it's supported by...
I will show how to create simple yet efficient APIs using Django REST framework. Starting with basic examples and progressing to more complex...
Python is an easy, readable and simple language, many new python programmer will not know how to order/sort a python list. I will demonstrate some...
I had many time the need to optimize some performance issues with Django ORM queries, then many times the prefetch_related and select_related were my...