Python GIL ExplainedWe all know what scalability means for software engineers. There are plenty of applications running with millions of users. And if we want…Jun 3, 20231Jun 3, 20231
Published inLevel Up CodingHow to Secure S3 Objects Using a Presigned URLSuppose we need to expose an API where the client can upload an image file to S3 and the backend server needs to send back the response…Nov 9, 20212Nov 9, 20212
Published inDev GeniusHow to improve the build time of your Backend Application using Docker Multi-Stage Build?Do you know the most frustrating thing for backend engineers? Guess what? It’s the docker build time that exhausts their patience and hurts…Oct 30, 2021Oct 30, 2021
Published inDev GeniusDeep dive into TLS/SSL Handshake using WireShark 🦈In this article, we will try to understand how the browser and website create a secure connection to provide privacy and data integrity.Jun 1, 20213Jun 1, 20213
Published inDev GeniusMySQL: Brief Introduction to MySQL Event SchedulerThis article will take the advantage of in-built utility, MySQL Event Scheduler to create some events to complete a specific task.May 22, 20211May 22, 20211
Published inDev GeniusCreating Data Lake using AWS S3, Glue, and AthenaThis article will store a large amount of data in the AWS S3 bucket and use AWS glue to store the metadata for this data. And then…May 15, 2021May 15, 2021
Published inDev GeniusApache Kafka: A Brief Introduction and Implementation using PythonThis article will give you a brief introduction to Apache Kafka (a messaging queue). We start by explaining what is Apache Kafka and why we…May 7, 20211May 7, 20211
Published inDev GeniusHow to Deploy Django Application on AWS using ECS and ECR?This article will deploy a Django-based application onto AWS using ECS (Elastic Container Service) and ECR (Elastic Container Registry).Apr 16, 2021Apr 16, 2021
Published inTata 1mg TechnologyWhat is SSO Authentication and how it works?The Single Sign-on (SSO) enables the user to securely authenticate with many applications by logging in only once. SSO is the property of…Jul 31, 2020Jul 31, 2020