Add Dark Mode to WordPress Website and Admin Dashboard

Do you want to add dark mode option into your WordPress blog, or even in admin dashboard, then this article might be useful for you. Because that’s what I’m gonna show you in this article. Basically, I’m going to take you through the brief guide about How to add dark mode to your WordPress blog. … Read more

Connect PostgreSQL Database With Django 3.0(Full Setup)

Django PostgrSQL DB

Hey coders, today I’m going to show you how you can download, setup, and configure your PostgreSQL database. Later on, I’ll also show you how to connect your Postgresql database with the Django web framework. If you want to know the full process then please read full article till the end. Connect PostgreSQL with the … Read more

Django QuerySet | Database Model Queries Explained

In Django, we can easily create our database tables by defining some model classes. Here, we define different types of model fields also known as attributes. Within this framework, we have Django Queryset that we can use to access the attributes of different models. In Django QuerySet, we have different types of model queries that … Read more

Django Rest Framework – Create REST API, Serializers, CRUD

Django Rest Api, Serializers

Hey Coders, If you’re here then definitely you have a good know about Django framework and How it works. In this article, I’m going to explain your Django Rest Framework. Basically, we’ll discuss what is Django Rest Framework and how you can create a Rest API with this Rest Framework. What is Django Rest Framework? … Read more

Automation With Python Selenium (Browser Automation)

Automation With Python Selenium (GUIDE): Hey Learners, Today we’re back with interesting topic of Python Programming. In the real world, there are lots of repetitive nature of task that we’re doing again and again in same pattern. In the Python, We have a package called Selenium, Which helps us to automate some tasks that are … Read more

Exception Handling in Python: An Introduction(GUIDE)

Hey, Coders, Today, I’m going to explain Exception Handling in Python. In this article, I’m going to tell you that How you can Raise an Exception in Python and handle them to prevent your program from termination. What Is Exception ? During the program execution, Sometimes your programs terminated due to some unusual error occur, … Read more

Django Beginner Project – Random Password Generator

Hey Coders, In today’s article, We’re going to build a beautiful basic project in Django Framework. I think It will be one of the best project for all newbie beginners. So, If you just entered and have learned some basic things about Django then I think this Random Password Generator project would be best for … Read more

How To Add Email Subscription To WordPress Blog

Hi Bloggers, do you want to add an email subscription to your WordPress blog, then you’re at a right place. Because In this Article, I’m going to Guide you that How You can add beautiful and customizable email subscription forms to you WordPress website. And Later on How you could send emails to your subscribers. … Read more