HGHardik Gandhiinhardikgandhi.hashnode.dev·Mar 9, 2025 · 5 min readDevSecOps CI/CD Pipeline ImplementationTechnologies Used: React 18 TypeScript Tailwind CSS Lucide React for icons Game Logic: The game implements the following rules: X goes first, followed by O The first player to get 3 of their marks in a row (horizontally, vertically, or diagon...00
HGHardik Gandhiinhardikgandhi.hashnode.dev·Jan 24, 2025 · 3 min readSports API Management SystemOverview This project showcases the development of a containerized API management system designed for querying sports data. It utilizes Amazon ECS (Fargate) to run containers, Amazon API Gateway to provide REST endpoints, and integrates with an exter...00
HGHardik Gandhiinhardikgandhi.hashnode.dev·Jan 17, 2025 · 3 min readNBA Data LakeOverview Creating an Amazon S3 bucket for storing raw and processed data. Uploading sample NBA data (in JSON format) to the S3 bucket. Setting up an AWS Glue database and an external table for querying the data. Configuring Amazon Athena to enabl...00
HGHardik Gandhiinhardikgandhi.hashnode.dev·Jan 15, 2025 · 4 min readNBA Game Day Notification SystemTechnical Architecture: Overview This project is a real-time alert system designed to notify subscribed users about NBA game day scores via email or SMS. It utilizes Amazon SNS, AWS Lambda, Python, Amazon EventBridge, and NBA APIs to deliver timely ...00
HGHardik Gandhiinhardikgandhi.hashnode.dev·Jan 14, 2025 · 1 min readBuilding a Weather Dashboard with Docker and AWS S3This blog will demonstrate how to build a weather dashboard application using Docker and AWS S3. This program fetches weather data from the OpenWeather API and saves it to an AWS S3 bucket. Prerequisites: Docker installed on your machine AWS accoun...00