My Projects
A selection of work from my IIE studies — click GitHub to view the source code.
Cybersecurity Awareness Chatbot
A C# console-based chatbot that educates users on cybersecurity best practices. Features natural-language keyword recognition, topic memory, sentiment detection, a quiz module, and an activity log — all built without external AI libraries.
Recipe Management App
A full-stack ASP.NET MVC web application for creating, scaling, and managing recipes. Features ingredient scaling, calorie calculation with food-group warnings, and full CRUD operations backed by a SQL Server database managed via SSMS.
Time Management App
A native time management app built in Java that helps students track time spent on modules. Users log study sessions, set min/max hour goals per period, and view visual progress graphs.
Azure Event Booking Web App
A cloud-hosted ASP.NET MVC web application deployed on Azure App Service. Users can browse and book events, upload profile photos to Azure Blob Storage, and manage their bookings — demonstrating core Azure PaaS services.
Serverless Event Platform
An advanced cloud solution extending the CLDV6211 platform using a serverless microservices architecture. Azure Functions handle backend logic via HTTP, Queue, and Blob triggers. Azure Service Bus manages async messaging between services.