4 followers
I am a freelance Educator and a Software Developer by Profession. I have created this profile to share my learning over a period of time.
Welcome back to our Django tutorial series! In Day 4, we'll delve into creating a custom user model in Django and how to register it. We'll also walk...
Welcome to Day 3 of Django tutorial series! In this blog, we’ll go through installing Django, creating your first project and application, and...
What is Django? In simple terms, Django is an open-source web framework written in Python. It follows the "Don't Repeat Yourself" (DRY) principle,...
Starting a new Django project is an exciting venture into web development with Python. However, setting up your development environment correctly is...
Introduction The World Wide Web is an essential part of modern life, providing us with a vast repository of information, a platform for communication,...
NVM stands for Node Version Manager. It helps you install, manage and switch between multiple Node.js versions on your system. Here are the steps to...