Mar 3 · 5 min read · Introduction In this blog, I’ll walk through a hands-on AWS serverless implementation where an S3 file upload automatically triggers a Lambda function, sends an email notification via SNS, and copies
Join discussion
Feb 19 · 4 min read · Overview Manually logging into EC2 instances to install agents and services is not scalable, secure, or production-ready. AWS provides a powerful alternative through AWS Systems Manager, which allows
Join discussion
Feb 13 · 3 min read · DevOps is a combination of development and operation team to deliver the software faster. DevOps is not a tool, technology or framework. It is a software engineer methodology which aims to release the applications very speedily. In software domain we...
Join discussionFeb 13 · 5 min read · Deploying a modern Node.js CMS like Strapi on AWS sounds simple on paper: “Just Dockerize it, spin up an EC2 with Terraform, and run the container.” In reality, I faced multiple real-world issues across: Dockerfile & .dockerignore Native Node.js ...
Join discussionFeb 4 · 2 min read · What It Is & How It Works Terraform is an Infrastructure as Code (IaC) tool by HashiCorp that allows teams to define, provision, and manage infrastructure using declarative configuration files. Instead of manually creating cloud resources, infrastruc...
Join discussionFeb 1 · 3 min read · When you work on Linux servers, almost everything is a file: Code files Config files Log files Scripts If you don’t understand file permissions, you can:❌ Break applications❌ Block users from access❌ Cause security risks Today we’ll learn:✔ How...
Join discussion