Profile
Recent IT graduate with five years of academic study covering web development, object-oriented programming in C#, game development in Unity, and data analysis using R and SQL Server. Comfortable working across the full web stack using ASP.NET Core MVC, Entity Framework, and Bootstrap. Looking for an entry-level developer role where I can continue learning, contribute to a team, and build on the foundation I've developed through study and personal projects.
Projects
Academic assignment building a working e-commerce site for gym supplements. Includes product browsing by category, a session-based shopping cart, user registration and login via ASP.NET Core Identity, product image uploads, and order tracking. Applied MVC architecture, dependency injection, and data annotations for model validation.
E-commerce web application for manga built as a university assignment. Includes Identity authentication, an admin panel, a session cart, product search, genre filtering, and sorting. Uses repository and factory patterns for data access.
A single-file deck tracking and advisory tool for Slay the Spire 2, built in my spare time. Uses a scoring algorithm to evaluate card picks based on build fit, synergy pairs, deck composition, and act progression. Includes named save/load, session auto-save, and a responsive layout with no external dependencies.
Game development assignment in Unity. Features 4 zombie types, a score system, obstacle collision penalties, a 5-life system, and a game-over screen. Covered game loop design, input handling, collision detection, coroutines, and audio integration in C#.
OtakuLibrary: manga catalogue app applying MVC, repository pattern, and dependency injection for the first time. Employee Database: desktop app with full CRUD, file-based persistence, and exception handling — one of my earlier C# projects focusing on separation of concerns.