Managing the UI in Django
Learn what options a developer has to integrate a modern and appealing UI into a Django Project.

Search for a command to run...
Learn what options a developer has to integrate a modern and appealing UI into a Django Project.

Open-source Starter powered by Django and Tailwind CSS, two leading technologies for the modern web - Rocket-Django Project

Django 5.0 release is out - this article highlights the latest changes and also provides a free sample to play with.

In Django, a "Django app" or "application" is a self-contained module within a Django project that provides a specific functionality

Learn how to add our own commands in Django Framework

A Docker Cheat Sheet provides a quick reference guide for common Docker commands and concepts. Docker is a containerization platform that allows you to package and distribute applications along with their dependencies in containers. Here's a Docker...
Hello Coders! DOCS are a very important part of any software product. Some projects use only a README, while others use PAID services like GitBook, ArcheBee, or opensource solutions (Docusaurus, MkDocs, Vuedoc ... etc) For all my projects, after a lo...
Hello Coders! This article is a short intro to NueJS an alternative to React, Vue, and Svelte. Nue JS is an extremely small (2.3kb minzipped) JavaScript library for building user interfaces.It is the core of NueJS toolset. In a sentence, It’s like Vu...
Learn the key differences between Django Async and Celery
