Cloud Projects
AWS deployments · serverless architecture · CI/CD pipelines
F1 Race Calendar Dashboard
A live Formula 1 race calendar dashboard deployed on AWS. Node.js backend hosted on EC2 via SSH, static frontend served through S3 and CloudFront, with automated race notifications via Lambda, EventBridge, and SNS. Uses the Jolpica F1 API as the data source.
Static Website Hosting using Amplify
Developed a serverless cinema booking web application using AWS Amplify, API Gateway, Lambda, and DynamoDB with CI/CD deployment via GitHub integration.
AWS Billing & Cost Management Learning Report
While running personal lab projects on EC2, Load Balancers, and networking, I accidentally incurred unexpected charges from resources left running after testing. This led to hands-on exploration of AWS Cost Explorer, Budgets, and Cost Anomaly Detection and a valuable lesson in resource cleanup.
API Projects
REST APIs · webhook systems · third-party integrations
Site Traffic Monitor
Monitors the number of visitors to my static website through a simple API integration using GoatCounter, an open-source, cookie-free web analytics platform.
AI Projects
Local LLMs · AI agents · machine learning experiments
ARIA — My First AI Project
Built a fully local AI research agent that searches the internet, reads Wikipedia, does math, and remembers conversations. Runs entirely on my own hardware using Qwen2.5 32B via Ollama. No API costs, no cloud dependency, full privacy. The agent decides which tool to use on its own based on each question.
Other Projects
Technical side projects outside of cloud and API · integrations · configurations · tooling
Replacing GitHub Free Domain with a Custom Domain
Configured a custom domain to replace the default GitHub Pages URL. Set up DNS A records and CNAME entries on Hostinger, enabled HTTPS via GitHub Pages settings, and verified propagation. A clean exercise in domain management and web infrastructure basics.