gaurishnaik.hashnode.devDeploy Static Web Apps to AWS S3 Using GitHub ActionsThis guide will help you securely deploy a static web application (e.g., Next.js, Vite) to an AWS S3 bucket using GitHub Actions and an IAM Role. Step 1: Create an IAM Role in AWS Log in to the AWS Management Console and navigate to IAM > Roles. Cl...Apr 13, 2025·3 min read
gaurishnaik.hashnode.devBuilding a Web Scraper in Next JSWeb Scraping is essentially extracting data from other websites.Some websites or services may not have a public API that allows developers direct access to the data. In such scenarios, web scraping can be used as an alternative method. The only limit...Mar 2, 2023·2 min read