GNGaurish Naikingaurishnaik.hashnode.dev·Apr 13, 2025 · 3 min readDeploy 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...00
GNGaurish Naikingaurishnaik.hashnode.dev·Mar 2, 2023 · 2 min readBuilding 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...00