Combating Telegram Spam With a Serverless Bot

Telegram groups and spam issues Telegram is one of the most popular messaging applications around the world. Personally, I am an active member of various groups focused on discussing programming languages and challenges....

Clean Architecture with FastAPI

Clean Architecture Tired of your projects getting a mess? Impossible to scale for more features and endpoints? I have a solution to your problems. Today we will explore clean architecture using abstract classes, repository pattern and use cases....

Getting started with Async in Python

In this post, you’ll learn the basics on Async IO and how get start with it in python with few simple examples.

January 18, 2023 · 6 min · Suneet Choudhary

Building Highly Scalable Serverless WebSocket Infrastructure on AWS

In this article, we will set up a Serverless infrastructure for WebSockets. It will use Python, AWS API Gateway, AWS Lambda & Dynamodb using AWS-CDK.

March 28, 2022 · 6 min · John Taylor

Becoming a Multilingual Super Hero in Django Part 3

If you haven’t read through Part 1 and Part 2 of the series to become a Multilingual Super Hero in Django, I highly encourage you to do that before reading this part of the series....

June 14, 2019 · 6 min · Sanyam Khurana

Becoming a Multilingual Super Hero in Django Part 2

In the previous post, we did a basic setup of our Django based project to help us on our path for becoming a multilingual Super Hero by setting up the internationalization and localization machinery....

August 20, 2018 · 7 min · Sanyam Khurana

Becoming a Multilingual Super Hero in Django Part 1

Imagine! You’ve got this awesome app served by a RESTful API through Django/DRF and suddenly a requirement comes in: We want this app and CMS (admin panel) in Chinese or...

July 9, 2018 · 5 min · Sanyam Khurana