Hey, I'm Augustine Osezua
A
I love turning ideas into user-friendly apps. I enjoy building smooth experiences and reliable systems that make a difference.

About

I'm Augustine, a Computing student at Queen's University (BSc, expected June 2028) who genuinely enjoys the full journey of building software — from sketching out the architecture to shipping something people actually use. I've worked across full-stack web development, computer vision, and system-level programming, and I care a lot about writing code that's clean, reliable, and easy for the next person to pick up. Whether I'm integrating a payment pipeline, building a real-time UI, or just making a feature feel right, I like doing it properly.

My Tech Stack

Icon 0Icon 1Icon 2Icon 3Icon 4Icon 5Icon 6Icon 7Icon 8Icon 9Icon 0Icon 1Icon 2Icon 3Icon 4Icon 5Icon 6Icon 7Icon 8Icon 9Icon 0Icon 1Icon 2Icon 3Icon 4Icon 5Icon 6Icon 7Icon 8Icon 9

Experience

Events Coordinator

COMPSA - Computing Students' Association

Sep 2024 - PresentQueen's University, ON

Organize and coordinate events for computing students, fostering community engagement and networking opportunities.

Collaborate with fellow executives to plan workshops, socials, and academic support initiatives.

Manage event logistics, promotion, and post-event feedback to continuously improve student experiences.

Design Team Member

ROMMio – Range of Motion I/O (QMIND Healthcare Project)

Oct 2024 – PresentQueen's University, ON

Shaped the real-time UI of a markerless range-of-motion prototype for shoulder orthopedic assessment, translating raw CV output (33 body landmarks via MediaPipe PoseLandmarker and Intel RealSense D435 depth sensing) into a clear, clinically-legible live interface.

Led demo execution at CUCAI 2026 for a Python application showing skeletal overlays and 3D vector-based angle calculations with an 8-frame smoothing window, presenting to physicians and competition judges.

Wrote technical documentation that turned the team's orthopedic feasibility research into step-by-step reproducible workflows, cutting onboarding time for new contributors.

JavaScript / Web Developer Intern

NORCAT

May 2025 – Aug 2025Sudbury, ON

Architected and shipped production-ready full-stack features across an e-commerce platform and internal admin dashboard, turning loosely defined requirements into clean, maintainable code that noticeably tightened product, inventory, and pricing workflows.

Built role-based authentication/authorization across all core operational flows backed by MS SQL, meaningfully improving data integrity and platform reliability.

Owned end-to-end Moneris payment integration, hardening the checkout pipeline with thorough validation and transaction logic to ship a secure, production-grade order flow from cart to confirmation.

Project Manager

Queen's University Web Development - QWeb

Feb 2025 - July 2025Kingston, ON

Led a client project from initial Figma design through to a fully deployed website with integrated CMS, built on Next.js 15.

Coordinated between developers, designers, and the client to deliver a professional, scalable platform.

Strengthened leadership skills by balancing project timelines, client expectations, and technical implementation.

Projects

TextBin

textbin.app

Architected and launched a production note-taking platform on Next.js 15 and PostgreSQL, with server-side AES-256-CBC envelope encryption — per-note keys protected by a master key — that keeps user data secure at rest without hurting performance. Built a full monetization layer with Stripe subscriptions, premium feature gating, and resilient billing/error handling, plus Better Auth sign-in, Resend email scheduling, and CI/CD on Vercel.

Next.js 15PostgreSQLPrismaStripeBetter AuthResendVercel

Peckodoro

peckodoro.vercel.app

Brought Spotify Web API (OAuth2) and OpenAI API together into a single Pomodoro interface, so users can manage focus timers, music, and an AI study assistant without switching tabs. Shipped on Vercel with Git-based CI/CD, cross-session settings persistence, and careful state and error handling that makes the app feel solid across real study sessions.

Next.jsSpotify Web APIOpenAI APIOAuth2Vercel

Family Feud

Realtime multiplayer web game

A web-based Family Feud game with room join, buzzing, scoring, and smooth realtime updates.

ReactNode.jsSocket.IOGit

Secret Santa

secretsanta.chickengfx.xyz

Designed and shipped a full-stack gift-exchange platform that automates participant management, pairing logic, and admin workflows, replacing the error-prone manual coordination that normally goes into running these events. Built React and Node.js/Express services on PostgreSQL with clean deployment configuration and thorough setup documentation, making it easy to launch, extend, and hand off.

ReactNode.jsExpressPostgreSQLRailway