Featured Image

Anomaly Detection and Remediation

Expect the Unexpected 1. Introduction The overview of the post is on building a system to detect potential anomalies and take immediate action(s). Hence primarily has two phases: Detect and Cont...

Featured Image

Location-based application using Django and PostGIS

One spatial point to an other — Popeye the Sailor. In a prior post, the experiment on hybrid spatial-index to find spatial data points is worth exploring, but the in-memory implementations and th...

Featured Image

Deploying Django on AWS Fargate in 8 minutes

Totoro — With logo colors (AWS, Docker, Nginx, Guinicorn, and Django). So far, we have seen how to dockerize the Django application and deploy the application on EC2. Installing Docker Engine on...

Featured Image

Deploying Django on AWS EC2 and Docker

Totoro — With logo colors (AWS, Nginx, Guinicorn, and Django) If you are here, you are probably looking to deploy a Django project using AWS EC2 and docker without an orchestrator (ECS, EKS, or D...

Featured Image

Dockerizing Django — Gunicorn and Nginx

Totoro — With logo colors (AWS, Docker, Nginx, Guinicorn, and Django) A step-by-step tutorial on dockerizing a Django application with MySQL database using Guinicorn and Nginx. This post assumes...