Learn UML Class Diagram In 15 Minutes

  • November 16, 2020

In this post, we will learn about UML class diagram. What is a UML diagram? How to read or create UML diagram representing different classes and...

Deploy Django Project in Heroku

  • June 10, 2020

In this post, we will deploy a Django project in Heroku that can be accessed via the internet. Heroku is a cloud-based platform that lets you...

Category Manager In Django (2)

  • May 28, 2020

In this post, we will continue our Django tutorial by adding functionality to our category manager app that we are building in Django. We will disable/hide...