(To be added later)
Implemented various data structures and algorithms in pure C.
Built a simple command-line shell in C that supports executing commands, piping, and redirection.
A simple virtual machine that can interpret and run a subset of LC-3 assembly instructions.
A simple word dictionary implemented using HashMap, supporting both interactive and command-line modes.
API client (postman like) for the terminal
A simple implementation of git in rust (WIP)
Implementation of some smart points in rust
A web app to download videos or audio from YouTube and other platforms using yt-dlp and FFmpeg, with custom options. (Also in Full-stack, Web)
A simple multi-threaded HTTP server built.
A Twitter-like program on the solana blockchain where users can create and delete tweets, react to them, and add comments.
A web app to download videos or audio from YouTube and other platforms using yt-dlp and FFmpeg, with custom options. (Also in Web, Rust)
A web app where users can see upcoming coding contests from various platforms like Codeforces, Leetcode, CodeChef, etc., bookmark them, and enable notifications.
A decentralized voting platform built on the Solana blockchain. (Also in Solana Programs)
A multiplayer real-time chess platform similar to chess.com or lichess.org.
A simple URL shortener
A MCP server for Codeforces to fetch contest data and other resources programmatically.
Backend for a media sharing platform similar to YouTube.
A REST API for a multi-signature vault system. Vaults have M-of-N threshold signing, PDA-derived addresses, ed25519 signature verification for proposal approval, and a key-value data store governed by multi-sig consensus.
A REST API for a PDA-based name registry system, in which names map to PDAs, allowing users to create hierarchical sub-names, transfer ownership via ed25519 signature verification, and verify PDA derivations.
A web app to download videos or audio from YouTube and other platforms using yt-dlp and FFmpeg, with custom options. (Also in Full-stack, Rust)
A web-based crypto wallet where users can store private keys and interact with smart contracts.
A blogging platform like Medium, allowing users to create, read, update, and delete articles.
A simple URL shortener
- Code (Also in Full-stack)
A decentralized voting platform built on the Solana blockchain. (Also in Full-stack)