Recent IT Graduate · New Zealand

Yutti Chylong

A recent IT graduate with a passion for building — web apps, games, and data tools.

Scroll
Yutti Chylong
5
Yrs Study
8
Projects
7
Languages
About Me

Just graduated and ready to go

I'm Yutti Chylong, a recently graduated IT student from New Zealand. Over five years of study I worked across a range of areas — from C# and OOP fundamentals to ASP.NET Core web development, Unity game dev, and data analysis with R and SQL Server.

Most of what I know comes from actually making stuff — I built my course projects end-to-end rather than just following tutorials. I picked up patterns like Repository, Dependency Injection, and MVC by using them in real assignments. I'm still early in my career but I pick things up fast and I don't mind jumping into something I haven't seen before.

Outside of study I'm a big gamer. I recently built a deck advisor tool for Slay the Spire 2 as a personal project — just something I wanted to exist and figured I could make myself.

Academic Timeline

My School Journey

Five years of IT, a ton of projects, and way too many late nights — here's how it went.

2020 – 2021
Programming Fundamentals — C# & OOP
Started with C# as my first language. Tackled searching and sorting algorithms (sequential search, binary search, bubble sort, quicksort) measuring real runtime with Stopwatch and Big O analysis. Dived into Object-Oriented Programming — classes, inheritance, polymorphism, encapsulation, extension methods. Built the PolytechLibrary system modelling books, teachers, and students using real inheritance hierarchies. First steps into Windows Forms GUI with event-driven programming.
C# OOP Algorithms Windows Forms Big O Collections
2021 – 2022
Desktop Applications & Advanced C#
Built full end-to-end desktop applications. The Car Inventory Manager had a Car object model, GST calculation, file I/O for saving and loading, and a Windows Forms UI. The Employee Database App stepped things up with full CRUD, persistent file storage via StreamReader/StreamWriter, a dedicated FileErrorHandler class, and clean separation of concerns across multiple classes. This was where software architecture really clicked.
C# .NET 6 CRUD File I/O Exception Handling Separation of Concerns
2022 – 2023
Digital Ethics, HCI & Web Foundations
Completed Digital Ethics — covering privacy, data security, intellectual property, and professional responsibilities in IT. Studied Human-Computer Interaction in depth: user-centred design, prototyping, usability testing, and research methods for understanding real user needs. HCI changed how I think about building software — the experience matters just as much as the functionality. Laid the foundations in web development: HTML5, CSS, JavaScript, jQuery, and Bootstrap 5.
HTML5 CSS JavaScript Bootstrap 5 HCI & UX Digital Ethics Prototyping
2023 – 2024
Full-Stack Web Dev, Unity Game Dev & Data Analysis
The big leap. Built OtakuLibrary — a manga catalogue app using ASP.NET Core MVC with a repository pattern, dependency injection, and Razor Views. Then built MangaStore — a full e-commerce platform with ASP.NET Core Identity auth, admin panel, session-based shopping cart, product search, genre filtering, and dynamic sorting. Simultaneously learned R for data analysis, running full pipelines on CardioGoodFitness and WHO COVID-19 datasets with ggplot2 visualisations, correlation analysis, and dummy variables. Built Zombie Defense in Unity: 4 zombie types, game state management, physics collision, coroutines, and audio integration.
ASP.NET Core MVC Entity Framework Core ASP.NET Core Identity R Unity SQL Server Repository Pattern Dependency Injection
2024
Gym Store E-Commerce & Business Intelligence Capstone
Built Gym Store — my most complete end-to-end project. Full e-commerce for gym supplements with product browsing by category, AJAX cart with session persistence, user registration and login via ASP.NET Core Identity, file upload for product images, order tracking with receipts, and a full BI data layer. Simultaneously completed a Data Mining capstone using SQL Server Analysis Services (SSAS): built OLAP cubes, defined mining structures, tested and validated predictive models, and built predictions. Also completed Data Mining for Business Analytics using R with real business datasets.
ASP.NET Core SQL SSAS OLAP AJAX Predictive Modelling File Uploads Session Management
2025
Advanced Web Systems, Intelligent Systems & Project Management
Advanced ASP.NET Core covering Razor Pages, Data Annotations, and deeper AJAX integration. Intelligent Web Systems exploring web technologies combined with smarter, data-driven functionality. Technical Project Management covering mobile app planning, agile methodologies, technical documentation, and stakeholder communication. Built the STS2 Build Advisor as a personal project — a full deck tracking and advisory tool for Slay the Spire 2 with a 40+ signal scoring algorithm, 147 synergy pairs, 5 characters, and auto-save via localStorage.
Razor Pages Agile Project Management JavaScript localStorage Algorithm Design Intelligent Systems
What I Know

Technical Skills

Skills built through coursework and personal projects across web development, desktop apps, game dev, and data analysis.

💻
Languages
  • C#
  • HTML5 / CSS
  • CSHTML (Razor)
  • JavaScript / jQuery
  • SQL
  • R
🚀
Frameworks & Platforms
  • ASP.NET Core MVC
  • Entity Framework Core
  • ASP.NET Core Identity
  • Razor Pages
  • Windows Forms (.NET 6)
  • Bootstrap 5
  • Unity Engine (C#)
🗄️
Data & Databases
  • SQL Server + SSMS
  • Entity Framework Migrations
  • SQL Server Analysis Services
  • OLAP Cube Design
  • R (ggplot2, readr, dummies)
  • Predictive Modelling
🏗️
Architecture & Patterns
  • MVC Pattern
  • Repository Pattern
  • Dependency Injection
  • Factory Pattern
  • OOP (Inheritance, Polymorphism)
  • Session Management
  • Authentication & Authorisation
🎮
Game Dev & UX
  • Unity Engine + C#
  • Game State Management
  • Physics Collision Detection
  • Coroutines & Audio Systems
  • HCI & User-Centred Design
  • Usability Testing
  • Responsive Web Design
🛠️
Tools & Workflow
  • Visual Studio / VS Code
  • SQL Server Management Studio
  • RStudio
  • Unity Editor
  • Git / GitHub
  • AJAX / jQuery
  • Agile / Project Management
What I've Built

Projects

Academic assignments and personal projects built during my studies — spanning web development, desktop apps, game dev, and data analysis.

🏋️
Gym Store
Academic e-commerce project for gym supplements built as a final assignment. Includes product browsing by category, a shopping cart with session persistence, user authentication, file uploads for product images, and basic order tracking.
ASP.NET Core EF Core Identity SQL Server AJAX
📚
MangaStore
Academic e-commerce web app for manga. Includes user authentication, a basic admin panel, session-based shopping cart, search, genre filtering, and sorting. Uses repository and factory patterns for data access.
ASP.NET Core MVC Repository Pattern Bootstrap 5 SQL Server
🧟
Zombie Defense
Game development assignment built in Unity using C#. Features 4 zombie types, a score system, obstacle penalties, a 5-life health system, and a game-over screen. Covered basic game loop, input handling, collision detection, and audio.
Unity C# Coroutines Physics Audio
📖
OtakuLibrary
Manga catalogue web app built as an ASP.NET Core MVC assignment. Uses a repository pattern with an interface, dependency injection, Razor Views, and Bootstrap. My first time applying MVC architecture properly end-to-end.
ASP.NET Core Repository Pattern DI Razor Views
👤
Employee Database App
Desktop application assignment in C# .NET 6 with Windows Forms. Covers CRUD operations, file-based data persistence, basic exception handling, and a simple UI. One of my earlier projects where I started learning to separate concerns across classes.
C# .NET 6 Windows Forms File I/O
📊
Data Mining Capstone
Capstone assignment using SQL Server Analysis Services (SSAS). Built an OLAP cube, defined mining structures, tested predictive models, and worked through the BI pipeline. First time working with business intelligence tooling end-to-end.
SSAS SQL Server OLAP Predictive Models
Get In Touch

Download My CV

Interested in working together or want to know more? Grab my CV or send me an email.

yuttichylong@outlook.com