Hey bloggers, welcome back with brand new article. Do you want to change the look of your website by adding your custom CSS properties. Then this article might be useful for you,…
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…
Django Filter Guide: Building Search Filter Form in Django
Hello coder’s, In this article I’m going to explain you how you can apply search filter by using Django filter package. Django filter is one of the most popular package that you…
Connect PostgreSQL Database With Django 3.0(Full Setup)
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 Image Upload Using Model Forms | Django Tutorial
Hey coders, today we’re going to see that you can add and upload images by using Django Model Form. Remember, It’s different than static images because we use static images just to…
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…
What is Blockchain Technology? How Blockchain Works
Blockchain: It’s one of the upcoming futuristic technology that you will be going to see in the next couple of years. So, In this article, we’re going to have a brief discussion…
WordPress Page Speed Optimization Website(90+ GTMetrix)
Hey bloggers, are you worried about speed of your WordPress website or blog and wants to boost page speed of your wordpress website. Then you’re at a right place, because In this…
Django Rest Framework – Create REST API, Serializers, CRUD
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…
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…