HomeBackend

Backend

Django Periodic Task with Celery Task Queue

Task Queue? Periodic Tasks? What are they? Task Queue is a way of organizing work or tasks in...

Understanding Models, Views and Serializers in Django

Soo we are back once again this week, talking about models, views and serializers — essentially everything...

Creating a Django Web Application with a PostgreSQL Database on Windows

At some point in time, you will foray into the realm of web development. With the many...

Understanding APIs and using LinkedIn’s API to make a post

API stands for Application Programming Interface, and is essentially a set of rules and procedures for accessing and using...

Simple Chat App using Django Channel

Background Python is fast becoming a popular coding language in the world, and there are many popular frameworks...