GL

|

Problem Solver

 

About

University of Waterloo

University of Waterloo

Present

Software Engineering

I'm currently taking Data Structures & Algorithms, Databases, Advanced OOP, and Combinatorics.

Shopify

Shopify

2025 - 2025

Software Engineer

SWE Intern on Monetization.

RideCo

RideCo

2024 - 2024

Software Engineer

SWE Intern on Vehicle Tracking.

Contest Tutor

Contest Tutor

2019 - 2024

Academy for Math

Competitive math and computing for 100+ high school students.

Competitive Runner

Competitive Runner

2017 - 2023

Marathoner

My PB's: 800m: 2:09, 1000m: 2:51, 5km: 18:06, 10km: 41: 56, Half-Marathon: 1:29:58, Marathon: 3:17:02.

Magic and Cardistry

Magic and Cardistry

2019 - 2023

Magician

President of the magic and cardistry club.

Projects

MetaScript

1
2
3
4
5
6
7
8
9
10
fn fibonacci (n) {
  if |n <= 2| { return 1 }
  let prev = 1; let curr = 1;
  from 2 to n with i {
    let next_value = prev + curr
    prev = curr 
    curr = next_value
  }
  return curr
}

Meta script is an interpreter with support for user defined functions, I/O, loops, conditionals.

Blog

🧩

Brain Teasers

October 22, 2024

Collection of my favourite riddles and puzzles.

Read More

Zetamac

October 22, 2024

Zetamac strategies and progression.

Read More

Skills

TypeScript

TypeScript

JavaScript

JavaScript

React

React

Next.js

Next.js

Node.js

Node.js

GraphQL

GraphQL

C++

C++

GitHub

GitHub

Python

Python

SQL

SQL

PostgreSQL

PostgreSQL

Rails

Rails

GitHub

Explore my open-source contributions, project activity, and coding journey on GitHub.

GitHub Contributions

 
View GitHub