Back

Projects & Open Source

Things I've built and contributed to.

Open Source Work

2024
  • Writing and maintaining documentation for go-chi (20k+ stars)
2024
  • Wrote V2 for go-chi/httplog logging middleware
  • Major version update using golang's new slog logging package
2024
  • Authored IP range blocking library using fast trie structure
  • Blocks IP ranges of all cloud providers efficiently
GoNetworkingSecurity
2024
  • Authored sed implementation written in Go
2024
  • Contributed to filter indexing for Ethereum events in ethwal
  • Improved performance of Ethereum event searching

Projects

2025
  • Micrograd-like neural network library built from scratch in Python and NumPy
  • Implemented in numpy and python from scratch without inspiration from existing libraries
  • Currently supports ReLU and Softmax activations with cross-entropy loss
  • Future plans include GPU support for accelerated computation
PythonNumPyNeural Networks
2024
  • MCP Server for Obsidian with BM25, NLP, and Vector Search capabilities
  • Advanced search and knowledge management system for Obsidian notes
PythonNLPVector SearchMCPBM25 Search
2024
  • LoRa mesh network for end-to-end encrypted messaging
  • Decentralized communication system for scenarios without internet infrastructure
  • Built for emergency and off-grid communication
LoRaArduinoSolderingC
2023
  • P2P end-to-end encrypted file storage with Shamir key splitting
  • Distributed file storage system across multiple peers
  • Focuses on security and redundancy
GoP2PCryptographyShamir Key Splitting
2023
  • Distributed file system on blockchain built from scratch
  • Custom blockchain implementation for decentralized file storage
  • Includes consensus mechanisms and file integrity guarantees
GoBlockchain
2023
  • Decentralized marketplace to collect limited edition pre-releases signed by artists
  • Part of buildspace nights and weekends S2
  • Focus on artist-fan connections through blockchain collectibles
SolidityWeb3ReactGo
2022
  • 2nd place at Hack the Valley UofT hackathon
  • Document simplification using BART transformer model
  • AI-powered tool for better readability and comprehension
PythonNLPBARTReactFastAPI
2021
  • Built Django website for hosting hackathons in TWT Discord server (36k+ members)
  • Community collaboration project with multiple developers
  • Hosted hackathons sponsored by repl.it and AlgoExpert
DjangoPython
2020
  • Built multiplayer ping pong game from scratch using Pygame
  • Implemented P2P networking using only Python built-in libraries
PythonPygame
2017

Line Follower & Obstacle Avoider Robot

  • Built at age 13 using Arduino, LDR sensors, and ultrasonic sensors
  • Robot follows black lines and avoids obstacles in its path
ArduinoC
2017

Automatic Plant Watering System

  • Built at age 13 using Arduino and conductivity sensors
  • Measures soil moisture levels and automatically waters plants
  • Used motor to intake water from bottle when soil is dry
ArduinoC