Cloud Infrastructure & DevOps Engineer | M.Sc. Computer Science Candidate
I specialize in architecting secure, highly available cloud-native applications and automating full-cycle software development workflows. I am passionate about building resilient solutions using Infrastructure as Code, serverless computing, and robust CI/CD pipelines.
- 🎓 I’m currently pursuing an M.Sc. in Computer Science at the University of Liverpool.
- 🔭 I recently deployed a Full-Stack Serverless Task Manager using AWS Lambda, API Gateway, and Terraform.
- 🚀 I’m currently engineering an Automated CI/CD Pipeline via GitHub Actions to enable zero-touch deployments for my serverless architectures.
- 🌱 I’m continuously refining my skills in AWS, Docker, and GitHub Actions.
- 📫 How to reach me: LinkedIn or Email.
-
CloudTasks: Serverless Task Management Platform: A highly available, 100% serverless platform built with AWS Lambda, API Gateway, and a React frontend hosted securely on S3 and CloudFront (CDN). The entire infrastructure is provisioned as code using Terraform (IaC), featuring a secure DynamoDB NoSQL data layer and CORS-enabled API routing.
- Live Demo:
https://d311lx1kf608st.cloudfront.net/ - Backend API:
https://lmr5zv0tn6.execute-api.eu-west-2.amazonaws.com/tasks
- Live Demo:
-
Cloud-Native Interactive Portfolio: A responsive SPA built with React and Tailwind CSS, featuring a zero-touch CI/CD pipeline using GitHub Actions for automated deployment to AWS S3 and CloudFront.
-
Book Exchange Web App: A full-stack community platform built with Laravel and React, utilizing Tesseract OCR to automatically extract book details from cover images and a custom credit-based exchange system.
- Workflow Automation: Integrating GitHub Actions into my CloudTasks repository so that every
git pushautomatically runs Terraform apply and syncs the React build to S3. - Identity & Access Management: Implementing AWS Cognito to add secure user authentication (Sign Up / Log In) to the serverless task manager.
- Custom DNS Routing: Utilizing AWS Route 53 and AWS Certificate Manager (ACM) to attach custom domains to my CloudFront distributions.