Computer Programming student at George Brown Polytechnic in Toronto.
I am currently building a project portfolio focused on web development, C#, SQL, and Python.
- Building and documenting portfolio projects in C#, web development, SQL, and Python
- Practicing Git, GitHub workflow, and clean project structure
- Improving problem-solving skills through small practical applications
- Preparing for internship and entry-level software / IT roles
A responsive JavaScript app for browsing a local library of 150 movie and series titles.
The app includes live search, genre/type/year filters, sorting, random recommendations, and a watchlist saved with localStorage.
Tech: HTML, CSS, JavaScript, JSON, localStorage, GitHub Pages
- Repository: https://github.com/MaxBiriukov/movie-discovery-app
- Live Demo: https://maxbiriukov.github.io/movie-discovery-app/
A C# terminal application for managing students, courses, and course registrations.
The project includes a structured C# codebase with separate models, services, data storage, and terminal UI layers. It supports JSON save/load, duplicate registration prevention, formatted tables, and an interactive menu built with Spectre.Console.
Tech: C#, .NET 10, Spectre.Console, System.Text.Json, Git
- Repository: https://github.com/MaxBiriukov/course-manager
A MySQL database project for a walk-in clinic with a normalized schema, seed data, and reporting queries.
The project models patients, doctors, staff, appointments, enrollments, diagnostic tests, visit notes, payments, and staff shifts. It includes primary/foreign keys, lookup tables, a many-to-many relationship through a junction table, and reporting queries using joins, grouping, HAVING, UNION, and calculated columns.
Tech: MySQL, SQL, MySQL Workbench, Git, GitHub Desktop
A grid-based chase game built with Python and Pygame.
Features collectible items, randomly generated obstacles, increasing difficulty, and BFS pathfinding that allows enemies to navigate around walls.
Tech: Python, Pygame, BFS Pathfinding, Git, GitHub Desktop
A responsive static landing page for a fictional college, rebuilt from an academic HTML/CSS assignment into a cleaner portfolio project.
Tech: HTML, CSS, Git, GitHub Desktop, Live Server
- Repository: https://github.com/MaxBiriukov/otter-college-website
- Live Demo: https://maxbiriukov.github.io/otter-college-website/
HTML, CSS, JavaScript, C#, .NET, SQL, MySQL, Python, Git, GitHub, VS Code
- Location: Toronto, Ontario
- GitHub: MaxBiriukov