
Django Fail2ban: Securing Django on EC2
Learn how to integrate Django and Fail2ban on an EC2 instance using Apache2 to automatically block repeated login attempts and secure your admin panel.

Learn how to integrate Django and Fail2ban on an EC2 instance using Apache2 to automatically block repeated login attempts and secure your admin panel.

Vector search using Celery and LangChain where OpenAI embedding clients live inside Celery workers. Startup signals and lazy resource loading.

A look at adding vector search to a Django service with pgVector and OpenAI embeddings, how Celery keeps embedding workloads scalable.