Articles

My writings and insights

A collection of articles I have written on IoT, cloud technologies, and practical engineering concepts.

Hosting a Static Website on AWS S3 Using Terraform

Article

Hosting a Static Website on AWS S3 Using Terraform

In this article, I will show you how to host a simple static website on AWS S3 using Terraform.

Jun 12, 2026

AWSTerraformBeginnersAmazon S3Infrastructure As Code
Core AWS Concepts & Services — A Practical Guide for Beginners

Article

Core AWS Concepts & Services — A Practical Guide for Beginners

This practical guide introduces beginners to core AWS concepts and services, making it easy to understand cloud fundamentals.

Apr 1, 2026

AWSCloudBeginnersGuide
Understanding AWS Networking the Simple Way: VPC, Subnets, Route Tables, Internet Gateway & NAT Gateway

Article

Understanding AWS Networking the Simple Way: VPC, Subnets, Route Tables, Internet Gateway & NAT Gateway

This article simplifies AWS networking concepts like VPC, subnets, route tables, internet gateways, and NAT gateways for easy understanding.

Mar 23, 2026

AWSNetworkingVPCSubnets
How I Controlled an ESP32 LED Using MQTT (Full Beginner Guide + Code)

Article

How I Controlled an ESP32 LED Using MQTT (Full Beginner Guide + Code)

This beginner guide walks through how to control an ESP32 LED using MQTT, complete with code and step-by-step instructions.

Mar 23, 2026

ESP32MQTTBeginnerCode
How I Built and Deployed a Machine Learning Model as a Public API (Flask + Render)

Article

How I Built and Deployed a Machine Learning Model as a Public API (Flask + Render)

This article walks through how I built a machine learning model and deployed it as a public API using Flask and Render.

Feb 24, 2026

Machine LearningAPIFlaskRender
7 Arduino Projects for Complete Beginners

Article

7 Arduino Projects for Complete Beginners

This article presents seven easy Arduino projects to help complete beginners learn coding and electronics hands-on.

Feb 10, 2026

ArduinoBeginnersProjects
End-to-End Automation: From Google Sheets to AI for Daily Standups

Article

End-to-End Automation: From Google Sheets to AI for Daily Standups

This guide shows how to automate daily standups by pulling data from Google Sheets, processing it with AI, and delivering insights through a serverless pipeline.

Jan 12, 2026

AutomationGoogle SheetsAIStandups
My First Hackathon Experience: A Journey of Fun, Challenges, and Team Spirit

Article

My First Hackathon Experience: A Journey of Fun, Challenges, and Team Spirit

This article shares my first hackathon experience, including the excitement, the late night coding, the unexpected challenges, and the teamwork that made it all worthwhile.

Dec 7, 2025

HackathonExperienceTeamwork
Monolithic vs SOA vs Microservices — A Practical Guide

Article

Monolithic vs SOA vs Microservices — A Practical Guide

This practical guide breaks down the differences between monolithic, SOA, and microservice architectures, helping you choose the right approach for your project.

Nov 20, 2025

ArchitectureDevelopmentGuides
Git Commands Made Easy: For Students Working in Teams

Article

Git Commands Made Easy: For Students Working in Teams

This guide simplifies essential Git commands for students, making it easy to collaborate, track changes, and avoid merge conflicts when working in teams.

Nov 1, 2025

GitStudentsTeams
First-time setup: Install AWS CLI and AWS SAM CLI on Windows (Beginner-friendly)

Article

First-time setup: Install AWS CLI and AWS SAM CLI on Windows (Beginner-friendly)

This beginner-friendly guide walks you through installing AWS CLI and AWS SAM CLI on Windows, so you can start managing AWS services and building serverless apps from your command line.

Oct 5, 2025

AWSCLISAM
Serverless Computing Explained Simply: A Student’s Guide to AWS

Article

Serverless Computing Explained Simply: A Student’s Guide to AWS

This guide breaks down serverless computing on AWS in simple terms, showing students how to run code without managing servers using services like Lambda, API Gateway, and S3.

Sep 3, 2025

AWSServerlessStudents
Serverless AI Chatbot with Amazon Bedrock, Lambda, API Gateway & S3

Article

Serverless AI Chatbot with Amazon Bedrock, Lambda, API Gateway & S3

Learn how to build a serverless AI chatbot by integrating Amazon Bedrock for AI models, Lambda for business logic, API Gateway for HTTP endpoints, and S3 for storing conversation history.

Aug 30, 2025

AWSServerlessAI
Host a Static Website with Amazon S3

Article

Host a Static Website with Amazon S3

Learn how to host a static website easily and affordably using Amazon S3, from setting up a bucket to making your site publicly accessible.

Aug 11, 2025

AWSS3Static Website