Projects
shaunotes
A mind palace to help store and revisit concepts learnt on the way. Made using Docusaurus, writing blogs and docs on learnings in Software Engineering.
goredis
Writing a Go Redis (key,value) data store from scratch. With RESP parser and writer. Concurrent peers and command queue using Go channels.
dosdao
Decentralised open science DAO, allowing researchers to receive funding via community driven grants and efforts.
cfscripts
A CLI to fetch Codeforces problems, using fuzzy search for topic names. Allows pagination and problem rating range selection, with sorting on the basis of submission count (This is not available on the site).
deWages
deWages is a Decentralised Application (dApp) which addresses the exploitation of blue collar workers by facilitating job enrollments and automatic payments, ensuring both --> The Employer and the Employee benefit from the Transparency.
ecommerce-scraper
This project uses Scrapy to scrape products from Amazon & Flipkart. Scheduled to run hourly and store data using cronjobs on a VM (could also use serverless).
Comparazon
A website built to compare products across ecommerce websites to grab the best deal. Used the ecommerce-scraper automated data storage in MongoDB.
JPMC - Code for good
Built a website for managing and organizing volunteer activites for an NGO. Facilitating storage of complex 32 columned yet unstructured data.
dotfiles
This is to store my neovim, zsh and .tmux.conf configuration file.
quizsvelte
Made a quiz application to learn all about Svelte4.0