Build a Discord Bot with Chat GPT 3 in Node.js

Build discord bot with chat gpt 3 in nodejs

Hello everybody, today we’re going to build a Discord BOT. In which we will integrate our Chat GPT 3. And we’re going to build this on Node.js platform but fundamentals are same, so you can apply it anywhere. What you will learn in this article: Although whatever I am gonna show you in this article … Read more

VueJs 3 Basic Concepts – Getting started with Vue (GUIDE)

Vue Js 3 Guide for beginners

Hi coders, It’s a brief VueJS 3 Guide for beginners. And I’m going to explain basic concepts and terms of Vue.js 3.0. So, It’s a beginner guide to get started with Vue 3. Therefore, this article will be useful only if you’re a beginner. I’m going to use CDN instead of a development setup. Because … Read more

Python Basic: Lists methods and operations (Basic Guide)

Hi coders, In this article, I’m gonna explain you Lists in Python. Basically we’re going to explore basic of lists in python and also we will explore methods and operation that you can perform on lists. Python Lists In python, lists are used to store data of different data types in ordered form. You can … Read more

Python Basic: String Methods and Operations (Basic Guide)

python string methods

Hey coders, today we are going to see basic string manipulation and methods in python programming language. What is String? In python, a string is a sequence of characters, where they are surrounded by double quotes(” “, or ‘ ‘). Anything between these quotes will be considered as a string, e.g: “My name is pk … Read more

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

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

Web Scraping With BeautifulSoup in Python(GUIDE)

Web Scraping With BeautifulSoup 4 : In Python, If we want to gather data from someone’s website then we basically use APIs. But there are lot of websites, where they don’t have APIs. In such case, we can use scraping technique to scrap data from someone’s website. We can perform web scraping with BeautifulSoup Python … Read more

Sending Emails Using Python Script(GUIDE)

Hey Coders, Today’s going to be fun tutorial. Because Today, I’m going to give you A full fledged Guide that How To Send An Email using Python scripts. All the code and modules are explained below that will help you to sending emails using python. To send an Email in Python, First you need to … Read more