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…
Arrow Function in JavaScript ES6 (GUIDE)
Arrow function in Javascript is one of the most useful feature that was introduced in JavaScript EcmaScript 6. You can also consider it as an anonymous or one line function. It also…
Filter() method in Python
The Filter() method is one of the most useful and inbuilt method in Python programming language. The filter() method is an iterator which takes two parameter, function and iterable_objects. Filter() Method: The…
Map() function in Python: Python Basics
Map() function is one of the useful functions in Python. In this article, we’re going to explore what is Map function and when you can use this function. Python map() function: A…
PostgreSQL Basics: Aggregate functions (SUM, AVG, etc)
In this article, I’m gonna show you different Aggregate functions in PostgreSQL. Basically, aggregate function are those function which performs a specific task on columns and then produce one aggregate result inside…
PostgreSQL basic: Create a table and Insert Data
PostgreSQL is one of the best databases out there and today we’re come up with this awesome article. In this article, I’m gonna guide you on how you can create a table…
How to create a Database in PostgreSQL? The Basic Guide
Hi coders, Today I’m going to show you how you can create database in PostgreSQL, I’m going to show you two different methods – Using command line, and then Using PgAdmin. Creating…
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…
Python Basic: String Methods and Operations (Basic Guide)
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…
How to deploy Django Web App on Heroku Cloud (GUIDE)
Hey developers, you have a DJANGO project and want to deploy it somewhere on a cloud platform. So, that you can show it to someone easily. Today, I’m gonna show you how…
Add Custom CSS & BootStrap to your WordPress blog
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,…