Project exploring decentralized identity management and passwordless auth leveraging modified ERC721 NFTs. Created as part of a summer internship. Includes whitepaper and my MVP.
Favorite DSA proejct. Created a mosaic, swapping tiles of base image with nearest neighbor from an image database based on pixel color. Implemented a KD tree to optimize NN search from n^2 to Log n.
A comprehensive tutorial for developers to create a voting dapp on the Algorand blockchain. Created for a Gitcoin bounty, published to the Algorand developer docs, and voted best community tutorial.
A dapp built on the Rinkeby ethereum testnet to exchange and browse music reccomendations. Doesn't need to be decentralized, but was good intro to blockchain development.
Find recipes to cook based on ingredients you have in your fridge. Utilizes webscraping to find recipes. Maintains a shopping list that lasts beyond the runtime of the program. Written in C++.
Takes data representing elevations in a region, generates contour map, and highlights the path of least elevation change in green. Could be improved with recursive backtracking.