CodeChit

Programming, Django and Frameworks

Menu
  • Programming
  • Python
  • Django
  • Blogging
    • wordpress
    • Blogger
  • DMCA/PRIVACY
  • Videos
Menu

Django Rest Framework – Create REST API, Serializers, CRUD

Posted on July 19, 2020July 24, 2020 by PK Karn

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)

Posted on January 16, 2021January 16, 2021 by PK Karn

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

Posted on January 9, 2021January 3, 2021 by PK Karn

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

Posted on January 7, 2021January 1, 2021 by PK Karn

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)

Posted on January 5, 2021December 31, 2020 by PK Karn

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

Posted on January 3, 2021January 1, 2021 by PK Karn

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

Posted on January 1, 2021December 31, 2020 by PK Karn

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)

Posted on December 6, 2020December 6, 2020 by PK Karn

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)

Posted on November 30, 2020December 10, 2020 by PK Karn

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)

Posted on October 26, 2020October 27, 2020 by PK Karn

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

Posted on October 12, 2020November 21, 2020 by Hulas Karn

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,…

Posts navigation

1 2 … 4 Next

Recent Posts

  • Arrow Function in JavaScript ES6 (GUIDE)
  • Filter() method in Python
  • Map() function in Python: Python Basics
©2021 CodeChit | Design: Newspaperly WordPress Theme