-
Posted On Uncategorized
Building a Serverless Web Application with AWS Lambda, API Gateway, DynamoDB, S3
In this article, we are going to deploy a web application on AWS serverless, which means we don’t have to…
-
Posted On AWS
Building Scalable Applications on AWS with ECS Fargate: A Serverless Container Solution
AWS provides a wide range of services, focusing on key areas such as storage, computing resources, running machine learning models,…
-
Posted On AWS
Exploring Event-Driven Architectures (EDA) with AWS
Event-Driven Architectures (EDA) are built around events, or messages, that trigger actions in a system. An event can be anything—a…
-
Posted On Journal
Monthly Notes: November 2024
Hello there, Welcome to my monthly note edition for November 2024. This month, I accomplished a few notable things and…
-
Posted On AWS
Real-Time Sentiment Analysis with AWS: Streaming Data via Kinesis, Analyzing with Comprehend, and Alerting with SES
In this blog, we’ll explore a practical implementation of a mini-project using AWS services to perform real-time sentiment analysis. By…
-
Posted On Backend
Handling Data for a Billion Users: How Tech Giants Do It
Handling data for a billion users? It’s a big challenge, but tech giants like Facebook, Google, and Amazon do it…
-
Posted On Journal
Monthly Notes: October 2024
Welcome reader…! In this monthly note, I’m pleased to reflect on October’s activities and progress. It’s been a month full…
-
Posted On Tech
What they mean: Encoding, Encryption & Hashing
Software development can feel complicated, especially with all these terms, like hashing, encryption, and encoding. But let’s break them down…