Summary

This page features my design and configuration projects, emphasizing my ability to resolve complex troubleshooting issues, produce thorough documentation, and manage code through GitHub.


Project 1

Static Website Hosting With Security Basics

Description and Goal: This project focuses on establishing a foundation in cloud computing by deploying a secure, private static website using Terraform.

Technologies: S3, Terraform, and Python.

GitHub Repo


Project 2

AI-Powered Contact Form Analysis on a Staic Website

Description: This project builds upon the existing static website by adding a contact form and integrating AI-powered analysis.

Goal: The goal of this project is to use a contact form to analyze messages using AI, and store the results.

Technologies: Aws lambda, Amazon Comprehend, DynamoDB, API Gateway, JavaScript, Terraform, and Python.

GitHub Repo


Project 3

Secure AI-Powered Sentiment Analyzer

Description: I developed a Secure AI-Powered Sentiment Analyzer, a serverless API on AWS designed for secure text analysis. Using Python, Lambda, API Gateway, Comprehend, and Terraform, I built a system that analyzes text sentiment within a private network, leveraging VPC Endpoints for security. A key challenge was configuring secure access to Comprehend without public internet exposure. This project gave me valuable experience in serverless architecture, API security, and AWS networking

Goal: The goal of this project is to create a robust, scalable, and secure serverless API that can analyze the sentiment of text data while prioritizing the privacy and security of that data.

Technologies: Aws lambda, Amazon Comprehend, VPC Endpoints, API Gateway, Amazon Virtual Private Cloud, Terraform, and Python.

GitHub Repo