Date2026PostPaper ShelfWelcome to my corner of the internet — research notes, code demos, and explorations at the intersection of ML and systems engineering.Read more
Date2025ProjectBoro DBgodatabasesystemsA simple database written in Go. Minimalist storage engine with basic query capabilities — built to understand database internals from the ground up.View project
Date2022ProjectGo Skip Listgoalgorithmsdata-structuresSkip list data structure implementation in Golang. A probabilistic alternative to balanced trees with O(log n) search, insert, and delete operations.View project
Date2020ProjectGo PromisegoconcurrencyasyncPromise/Future concurrency library for Go, inspired by Bluebird. Provides async primitives with composable promise chains for goroutine coordination.View project
Date2018ProjectHandloom Design Generationdeep-learningcomputer-visiongenerative-modelsGenerating traditional handloom designs using Conditional GANs and Image-to-Image Translation. Engineering final year project combining deep learning with textile design.View project