Building event driven application using Fast API, Django, and KafkaIn this article, I’ll walk through how to build a basic to-do app using event-driven architecture principles. This system is designed to handle high traffic workloads and achieve scalability. Prerequisites This article will focus on using Kafka with ...Oct 31, 2024·4 min read
Learn to edit git commit message(s) after or before pushIt often happens that you just wrote a commit message and you wanted to edit it because you made some mistakes, or sometimes you realize your mistake(s) after pushing the code to remote, so you want to edit the message. In this tutorial, we will lea...Dec 23, 2021·6 min read
Two most common cause of "Django Import Error: No module named <appname>" in Django.Let's learn about mistakes that cause TemplateDoesNotExits or No module named <appname>Dec 14, 2021·3 min read