SGSamarth Gardeinsamarthgarde.hashnode.devPython Application Deployment: A Complete GuideOverview Deploying a Python application can seem daunting, but with the right approach, it becomes straightforward. This guide will walk you through three different methods to deploy your Python Djang20h ago·4 min read
PPPrajwa Pinprajwal-blog.hashnode.devFixing a Docker Build Failure in GitLab CI: psycopg2 Compilation Error (Django + Docker)While working on a Django application deployment pipeline, I ran into an interesting issue during the Docker build stage in GitLab CI. The pipeline failed when installing Python dependencies, specific22h ago·5 min read
OOptimistsinrohanyeole.hashnode.devHow I Built a High-Frequency Jap Counter That Never Hits the Database on Every TapA practical walkthrough of Redis buffering, Celery Beat flushing, and multilingual Django — for any counter, queue, or rate-sensitive write pattern. There's a specific class of problem in web develo1d ago·5 min read
IIIoan Istrateinblog.tripvento.comZero Public Ports: How I Secured my B2B API Against 10k Scraper RequestsTL;DR: Profile traffic first, then move your perimeter to the edge. I added request logging with traffic source tagging, migrated to DB backed API keys with tiered responses, enforced monthly quotas a2d ago·23 min read
PRPablo Riverainpablor.hashnode.devDjango Applications for Internal Tools: Pablo M. Rivera's Development StrategyDjango Applications for Internal Tools: Pablo M. Rivera's Development Strategy By Pablo M. Rivera | East Haven, CT Commercial software is built for the average company. Pablo M. Rivera builds internal tools tailored to the exact workflows, data struc...3d ago·3 min read
MIMichael Interfaceinbackendops.hashnode.devThe Most Misunderstood Django OptimizationA few weeks ago, I was debugging what looked like a simple performance issue. An endpoint returning a list of organizations was slower than expected. Nothing dramatic — just slower than it should be. 4d ago·3 min read
DSDouglas Sabwa Indumwainblog.douglas.africaThe Illusion of Modern Stacks in African TechThere is a quiet performance happening in African tech. On social media, we speak Kubernetes.In production, we deploy chaos. We proudly announce: Microservices Event-driven systems Serverless archiFeb 26·5 min read
IIIoan Istrateinblog.tripvento.comI Removed One Line of Django Code and My API Got 95ms FasterThe Problem Tripvento's city-matrix endpoint returns every hotel in a city scored against 14 traveler personas. At 33 cities it felt fast. At 212 cities, with 24,000+ hotels, cold responses were creepFeb 24·9 min read
ARAditya Raj Singhinblog.adityarajsingh.inTerraform on AWS: Deploy a Highly Available Django App with Auto Scaling and Load BalancingIn the world of cloud computing, terms like “highly available” and “scalable architecture” often float around in whitepapers, certification courses, and online tutorials. They’re buzzwords that sound Feb 23·8 min read
DMDaisuke Masudaindaisuke.masuda.tokyoPython for Java Engineers: Django vs Spring Boot — A Battle-Tested Comparison for Server-Side API Development"Engineers with Java design skills become the ultimate full-stack developers when they master Python." As a Java/Spring Boot veteran, you already understand layered architecture, dependency injectionFeb 23·19 min read