Hey, I'm Justin Erogun. I'm a 5th year Computer Science student at the University of Guelph, with a minor in Philosophy.

Like many others, I started my journey in software development through a passion for video games.

It didn't take me long to realize that I love solving challenging problems, creating beautiful user interfaces, participating in design discussions, and, of course, making games.

During my years of univeristy I've completed five successful internships. I've been nominated for Co-op Student of the Year, won Hack the Northeast: Beyond, and have consistently been on the Dean's Honours List each semester.

When I'm not programming, you might find me playing basketball, watching shows, writing, or otherwise immersing myself in one among many fantasy worlds.

January — August 2024
Cloud Orchestration Developer @ SAP
Python Golang Kubernetes Docker Groovy Jenkins Unit Testing Component Testing

Systematically designed, developed, and deployed the rollout of a sizable deliverable.

Engineered new features using technologies such as Go, Python, Kubernetes, and Docker.

Maintained and increased E2E, component, and unit test coverage.

May — August 2023
Software Developer Intern @ 7D Surgical
C# C++/CLI XAML WPF MVVM Software Design Software Architecture

Executed multiple phases of a large-scale software redevelopment project.

Lead and initiated design discussions, and implemented changes as the primary developer.

Established conventions and delivered team-wide presentations.

May — December 2022
Software Developer Intern @ 7D Surgical
C# C++/CLI XAML WPF MVVM Figma

Fully redesigned a major product's backend and frontend layers.

Followed the SDLC and practiced agile development across 4 different projects.

Wrote technical documentation for multiple deliverables.

May — August 2021
ASP.NET Intern @ Livestockcity
C# HTML CSS TypeScript

Redefined website UI and UX.

Edited HTTP web requests and queried databases.

Game Development

I've been using C# in Unity, and now MonoGame, to develop a single-player, 2D, RPG, side-scroller game.

I've implemented patterns such as finite-state machines, dependency injection, and behaviour trees.

I like to use Blender to create game models, and use LMMS for music creation.

I also created several additional tools, scripts, and interfaces to better facilitate the game development process.

BlenderRenderExporter

I created Python scripts to automate batch exporting of Blender keyframes.

This tool supports creating base 2D spritesheets, normal maps, and emission maps.

Spritesheets are exported in batch by keyframe, using specified settings for different render engines.

This tool can be useful for creating base, normal, and emission maps all at once.

ePortfolio

I created a GUI using Java Swing and Java AWT for displaying a user's stock portfolio.

I've implemented input/output and loading/saving to files.

This project applies OOP and polymorphism concepts using Java.