CodeChit

Programming, Django and Frameworks

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

Author: PK Karn

How to create and register the component in VueJS 3

Posted on February 6, 2021February 6, 2021 by PK Karn

Hello coders, In this article, I’m going to show you that how you can create components in VueJS 3. But before that, let’s talk a little bit about component in VueJS 3….

How to Install And Use VueX in VueJS 3 (GUIDE)

Posted on February 6, 2021February 6, 2021 by PK Karn

Hello coders, In this article I’m going to show you that how you can install VueX and use it inside your VueJS 3.0 project. So, we’re going to install Vuex in latest…

How to setup Vue Router in VueJS 3 (GUIDE)

Posted on February 6, 2021February 6, 2021 by PK Karn

Hi coders, In this article, I’m going to explain you how you can setup Vue Router in Vuejs 3 version. I’ll explain step by step process from installation to usage of routers….

Authentication with django-allauth in Django Apps

Posted on February 6, 2021February 6, 2021 by PK Karn

Hi coders, In this article, I will show you how to setup Authentication with help of Django-allauth package in your Django App. We’re not going to use social authentication in this article….

Django + Github Auto deployment to Heroku

Posted on January 28, 2021February 6, 2021 by PK Karn

Hello coders, In this article, I’ll show you How to deploy your Django web app to Heroku, and I will also show you how to use the auto-deployment feature of Heroku. Let’s…

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

Posted on January 26, 2021January 31, 2021 by PK Karn

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…

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…

Posts navigation

1 2 … 4 Next

Recent Posts

  • How to create and register the component in VueJS 3
  • How to Install And Use VueX in VueJS 3 (GUIDE)
  • How to setup Vue Router in VueJS 3 (GUIDE)
©2021 CodeChit | Design: Newspaperly WordPress Theme