Deploying a Two-Tier Application Architecture on AWSOverview A two-tier application architecture is one of the most common patterns used to build modern web applications. It separates the application into two main layers: Application Layer – Runs the frontend and backend logic, usually on a web serve...Sep 18, 2025·6 min read
My DevOps Journey: Deploying a React App on AWS EC2 with NginxAs part of my DevOps learning journey, I recently deployed a React application on an Ubuntu EC2 instance using Nginx as the web server. This project gave me hands-on experience with AWS cloud, Linux commands, Nginx configuration, and deploying fronte...Aug 21, 2025·4 min read
Visualize data using Amazon QuickSightIntroduction The ability to transform raw data into useful insights is critical in today's data-driven world. The secret to unlocking the potential in your data is data visualization. Amazon QuickSight is a cloud-based business intelligence (BI) serv...Jan 28, 2025·4 min read