My dent in this universe

These are the things I’ve made trying to put my dent in the universe. I’ve worked on tons of little projects and worked with handful of companies over the years. These are the hand picked products that I’m most proud of.

  • Care Portal

    Architected and led the development of an internal tool that powers the in house veterinarian technician to communicate with pet parents.

    care.airvet

  • Airvet Blog

    Architected the transfer of WordPress site to Next App with WP as a headless CMS and created a custom css parser to map WP classes to tailwind classes.

    blog.airvet

  • Ultify

    Helped build a real time knowledge sharing platform based in Europe. Handled video transcoding, live video transmission with MUX, peer-to-peer communication, etc.

    ultify.io

  • Rubato

    Built a platform for artists to share local events. Worked on features like - contract creation and signing with Scrive, impressions tracking, subscriptions, etc.

    rubato

  • Reddit Clone

    A backend simulation of a Reddit clone built in Go using the Proto Actor framework. It models user interactions with Zipf distribution, supports nested comments, calculates karma dynamically, and leverages actor-based concurrency for scalability and fault tolerance.

    reddit

  • Chord Distributed Hash Table

    This project implements the Chord Distributed Hash Table (DHT) protocol as described in the Chord paper using the Pony programming language. Chord provides efficient distributed lookup of key-value pairs using consistent hashing and finger tables.

    chord.dht.protocol

  • Gator Ticket Master

    This project was completed as coursework for the Advanced Data Structures class. It simulates a ticketing platform using a Red-Black tree and binary heap data structure to maintain a queueing system and issue/cancel/update users' tickets.

    gator.ticket.master

  • Messaging in distributed systems

    A simulation of message passing using gossip protocol and push sum algorithm in a distributed system using highly parallel actor model in Pony.

    gossip.simulation

  • React Clone

    Created a minimal clone of react with its own diffing algorithm. And made a TODO app using the custom library. Write components as Javascript functions.

    vDom