Engineering Insights
Real-world lessons from building AI systems, scaling applications, and solving complex engineering challenges.
EngineeringAug 24, 2018bySumeet Pujara12 min read
Configure Celery with SQS and Django on Elastic Beanstalk
Learn how to set up Celery with Amazon SQS as a message broker and deploy it on AWS Elastic Beanstalk for scalable task processing.
EngineeringDec 1, 2016bySumeet Pujara8 min read
Implementing Webhook Handler in Python
A comprehensive guide to building webhook handlers in Python using Django, with decorator patterns for clean and scalable implementations.
EngineeringNov 25, 2015bySumeet Pujara10 min read
How to Implement WebSocket Server Using Twisted
Build a production-ready WebSocket server with Python's Twisted framework, handling real-time bidirectional communication.