Computer Science • University of Toronto

I love building things people can use and turning ideas into reality. Lately I’ve been deepening my skills in data structures, algorithms, and systems, and exploring projects that bridge theory with hands-on engineering. I will be going on co-op for Winter 2026 at a European company as a Robotics Engineer Intern, where I will continue learning from experienced developers and roboticists

Portrait of Saamur Ahmed

About Me

Anything tech is my interest. I’m also into Robotics, particularly specialized drones. Outside class, I work on projects that push my understanding of systems and performance.

Projects

UofT Webring

A webring that links student portfolios across UofT. Built with next.js, vercel, postgresql.

vercel postgresql next.js

Music Sequencer in C

Console-based sequencer that parses note & frequency input, schedules playback, and manages tracks using linked lists and binary search trees.

C Data Structures