noorulainkz.hashnode.devBuilding a Serverless Student Management System using AWS Lambda, API Gateway, and DynamoDBIntroduction In this project, I built a Serverless Student Management System using: AWS Lambda (for backend logic) API Gateway (for REST API endpoints) Amazon DynamoDB (for database) Amazon S3 & CloudFront (for frontend hosting) AWS CodePipeline...Oct 10, 2025·3 min read
noorulainkz.hashnode.devDeployed a personal portfolio website using AWS S3 and CloudFront.The Goal Build a professional-looking portfolio using React (Vite) Host it on Amazon S3 (for free and easy static hosting) Use CloudFront to make it fast and secure all around the world What Is Amazon S3? Amazon S3 (Simple Storage Service) is a ...Oct 8, 2025·3 min read
noorulainkz.hashnode.devAWS how to launch an Ec2 instances?Elastic cloud computing is a virtual server that allow you to run appliacation in the cloud. To launch an EC2 instance on AWS, follow these steps: Log in to AWS Console Go to the AWS Console, type EC2 in the search box, and click on EC2. This will...May 24, 2025·2 min read
noorulainkz.hashnode.devHosting a static Website using AWS.Amazon S3 is perfect for hosting static frontend websites, meaning websites made with: HTML CSS JavaScript Images, fonts, videos, etc. It does not run server-side code (like PHP or Node.js), but it’s excellent for frontend-only projects. Hostin...Apr 29, 2025·2 min read
noorulainkz.hashnode.devWhat is DevOps?DevOps engineering is a modern approach to software development that blends development (Dev) and operations (Ops) to improve collaboration between teams, increase software delivery speed, and ensure system reliability. A DevOps engineer focuses on a...Apr 29, 2025·1 min read