About Author
Apoorv Garg
Posts By Apoorv Garg
Multitasking In Django: Celery
Last updated on 23rd November 2021 by Apoorv Garg | Category: Django Tutorial, Python Tutorial
Adding the ability of Multitasking in Django/Python app can improve its efficiency by several times as it frees up the CPU to perform other operations. The process to achieve this is made very simple by using Celery. It is perfect for performing backend tasks. While continuing on with the visible processes to better engage one’s […]
Add reCAPTCHA In Your Django App: Increase Security
Last updated on 9th May 2021 by Apoorv Garg | Category: Django Tutorial
Add a reCAPTCHA to your Django App to increase the security. reCAPTCHA is free Google service. It increases the web apps security against bots and spams. The process of entering information on website can very easily automated the same however is not the case for reCATCHA as it requires the mouse click at a specific […]
Creating Charts in Django Web App I How to Use Chart.js with Django
Last updated on 25th November 2021 by Apoorv Garg | Category: Django Tutorial
Learn how to effectively render data on a Web App by creating charts in Django Web App. Adding beautiful charts onto you web app increases it’s readability and user friendliness. Render large database into any type of graph or chart greatly enhancing its readability by employing charts on to your web app. This can very […]
Easy REST Authorization:Django JSON Web Token
Last updated on 25th November 2021 by Apoorv Garg | Category: Django Tutorial
JSON Web Token better known as JWT is a JavaScript based system to provide encryption and authorization for any Web App using JavaScript or any of its Frameworks like NodeJS. The following article explains how JWT works along with a basic tutorial explaining its integration with Django Rest Framework. How JWT works? JWT is a […]

Free and Easy Deploy: Ngrok Deployment Service
Last updated on 25th November 2021 by Apoorv Garg | Category: Django Tutorial
Learn how Ngrok deployment service can be used as a free and effective way to collaborate and develop amazing web apps on any platform and have them made publicly available to your collaborators. A client of a non-technical background is both a boon and a bane for a web developer. On one side they are […]
Fewer Constraints over Many Constraints-Django REST Framework CRUD
Last updated on 25th November 2021 by Apoorv Garg | Category: Django Tutorial, Python Tutorial
Learn how you can develop a back-end in Django once and then use it on as many platforms as you want without any customization using the Django REST Framework. REST framework has had back end developers flocking to it ever since Flickr launched its own REST API in August of 2004. Due to the simple […]
Django Everywhere-Host Your Django App for Free on Heroku
Last updated on 25th November 2021 by Apoorv Garg | Category: Django Tutorial
Host your Django app on a server for free using the service of Heroku and Github Learn how you can deploy your Django Application on the internet for free for no cost. A Simple and Easy service for hosting any 5 web app is provided by Heroku without any money. We will be using a […]
How to Connect PostgreSQL Database in Django Project
Last updated on 9th May 2021 by Apoorv Garg | Category: Django Tutorial
Learn how to connect a PostgreSQL database with Django App. Django is the most popular web development python framework. It is an open-source web framework and since it is written in Python programming language it is backed by a strong community of programmers. It allows for scalability, re-usability, and rapid development. PostgreSQL is a powerful, […]

How To Setup and Install PostGreSQL in Windows
Last updated on 9th December 2021 by Apoorv Garg | Category: Django Tutorial
install PostgreSQL– PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development. Its installation and setup is a simple one time operation, thus is suitable for development. It has a wide range of uses and applications throughout the field of technology. Thus it has earned a strong reputation for […]