Published inPython in Plain EnglishThe Power of Django Middleware: Enhancing Request and Response HandlingWhen you’re building a web application, every request and response counts. The efficiency, security, and customization of how your app…Aug 28, 2024Aug 28, 2024
Effortlessly Containerize Your Node Application with DockerIn the ever-evolving world of web development, containerization has emerged as a game-changer. Docker, one of the leading containerization…Jun 27, 2024Jun 27, 2024
How Rust manages its memory?Recently I start learning Rust language and encounter with an interesting topic of Ownership in Rust. We'll talk about ownership as well as…Dec 20, 20231Dec 20, 20231
Published inFAUN — Developer Community 🐾Run Django cron jobs using AWS lambda.Recently, I faced a challenge regarding running an independent cron job instead on an EC2 instance where our application is running…Nov 4, 2023Nov 4, 2023
Published inDjango UnleashedHow to pass a request in Celery?Let’s talk a little bit about celery for those who don’t know what celery is -Oct 13, 2023Oct 13, 2023
Async Support in Django(Part 2)In the first part, we learned about ASGI and WSGI in this part we will deep dive into an async world in Django. Let’s get started….Jul 23, 2023Jul 23, 2023
Async Support in Django(Part 1)Before diving into stuff it’s essential to understand the concept of asynchronous programming and why it is becoming increasingly important…Jul 19, 2023Jul 19, 2023
What is an atomic transaction in Django?Atomic transactions are a powerful and essential tool for managing data consistency and integrity in web applicationsApr 11, 2023Apr 11, 2023
How to do the migration in FastAPIA “migration” is the set of steps needed whenever you change the structure of your SQLAlchemy models, add a new attribute, etc. to…Dec 15, 20221Dec 15, 20221
Behind for loop in PythonSo what is going on behind the scenes, when a for loop is executed?Nov 24, 2022Nov 24, 2022
Matplotlib into Django TemplateHow to show matplotlib graph into Django template —Nov 29, 20198Nov 29, 20198