I’ve been eager to dive into HTMX, especially after watching the DjangoCon Europe 2022 talk From...
When it comes to coding, we should all aspire to adhere to best practices and industry standards to...
An interesting fact in software development is that you are almost always not the first person to...
If you are a Django developer looking for something beyond the traditional REST APIs to add some...
One of the great features of online selling is being able to process payments online. With the...
Back in the old days, software projects were relatively simple in terms of scope and lines of code....
Django REST framework is a powerful and flexible toolkit for building Web APIs. You can easily build...
A ChatBot has become one of the must-have features of modern-day web applications. It plays a huge...
Making a Django app production-ready inside Docker is quite useful for developers. It minimizes the...
If you are starting out with Django Rest Framework, you may feel a bit overwhelmed by the different...
One of my most recent projects is an E-commerce API that has helped me solidify more advanced...
Hi everyone, in this tutorial, we are going to fire up an authentication system using React,...
Hi everyone, I’m excited to share my journey of creating a real-time chat application using Firebase,...
Hello everyone, I'm back with a boilerplate project that has saved my time and will hopefully save...
👋 Hey everyone, I've re-built my portfolio and would love to get feedback from you guys. ...
Hello everyone. Follow this article to understand about custom user model in Django. I've...
Hello everyone. I've built a recipe sharing app using Django rest framework and React.js. This...
Hello everyone 👋 Apologies for the delay of this article. This is the final part of the series. By...
Hello guys. In the last part of the tutorial we created the index view that allows users to type in...
In my last article I talked about WebSockets and how we can establish a web socket connection from...
Hello guys, so I was thinking of using Django to add a web socket support to a project am working on...
In this final part of the series, we are going to create and display a form where users can update...
In Today's part of the series, we are going to create profile for a user by including additional...
Hello everyone! In addition to login and logout views, django's auth app has views that can let...
Often when working on a django project, we have some secret keys, OAuth keys and other critical...
When websites ask us to login into their website to use their services, how many of us get tired of...
What's up guys! In this second and last part of our login/logout system, we are going to: Create...
Hey guys, how have you been? In today's part we are going to create the login system with a remember...
Welcome again. We will wrap up the sign up page by continuing from where we left off - that is...
Hello, glad to see you here again. In today's part of the series, we are going to create the sign up...