Insights
Field notes on shipping AI inside real systems.

Page 25
How to Use django-tenant-schemas to Create a Multi-Tenant Application
We explain what a multi-tenant application is and how to build one in Django for a transport industry SaaS solution that assigns drivers to shipments.
Read post
Avoid Direct Access to Models in Django Apps
We propose a different approach to the development of Django apps. Instead of relying on the models themselves to create, update, and fetch data, we can benefit from writing controller modules.

How to Build a Basic Kubernetes Setup
You might feel that using Kubernetes for a one- or two-container project is overkill or unnecessary, but the flexibility gained by going with Kubernetes cannot be understated.

When and How to Configure a Read Replica Database in Django
Enabling read replicas in Django is pretty simple, and it can improve the performance of the application. In this post we will focus on performance issues related to the database.

How to Establish Communication Between Containers and the Host Machine
Docker containers help simplify and automate the development and setup of an application environment. Let's explore how we can establish communication between containers and from the inside to the host machine.

What is Clean Code, and Why is it Crucial to Quality Software Development?
Making a habit of writing clean code makes us better developers. By the end of this post you will understand the benefit of writing clean code and learn about how it's done.

Recommendations for Using Docker
Docker has changed the way we develop software. Here are a few things that helped mitigate some common problems we ran into when we started our Docker journey.