Stuart Kelly goes over creating an insurance company with Django. They've issued over 290 million hours of insurance so far. It's all hosted on AWS. (more…)
Read more »
Django is a powerful framework used in many great projects. It provides many batteries, that speed up development and
therefore reduces the price of it. When a project becomes large and is used by many users you inevitably will run
into performance proble... (more…)
Read more »
Software projects often start with such innocence. A developer creates the basic functionality and then extends the functionality with various rules of domain logic. Project classes grow larger and more complex to accommodate all these changes. The classe... (more…)
Read more »
In this post, we are going to learn about function based views in Django.Django has two types of views; function-based views (FBVs), and class-based (more…)
Read more »
In this article we will learn how to package Django app into Docker. And then running this Docker image on ECS. (more…)
Read more »