#python
Read more stories on Hashnode
Articles with this tag
Once I was tasked with improving the database and general app operations of backend services which are using MongoDB as their main database. These...
In this post, I will show you proper debugging of a real-world project. Debugging is not adding print or log statements and rely on output of those...
In this article, we'll configure pre-commit hooks to automatically lint our code before committing changes to Github. Since we're using Python, we can...
In this article, we will cover how to set up service monitoring for Python projects with Prometheus and Grafana using Docker containers. Service...
In this post, we'll go through how to process RabbitMQ messages in an asynchronous way and save them in MongoDB with an asynchronous connection. Real...
In this article, I want to share my previous experience where I managed to increase the speed of Django admin to load more than 20 million records...