Hey! I'm Akshat

Software Engineer from Delhi — building scalable full-stack applications and shipping fast.

  • Raft Consensus Simulator

    A simulation of the Raft distributed consensus algorithm to manage a replicated log. Implements Leader Election, Log Replication, and Safety mechanisms to ensure consistency across distributed nodes.

    Golang /net/rpc /sync /goroutines /channels
  • mintCraft

    mintCraft is an AI-powered content marketplace — users generate art, music, text, and code through registered AI models, with built-in ownership tracking and monetization for creators.

    Solana /Rust /Anchor /Next.js /TypeScript /Tailwind CSS /Express /tRPC /Prisma /PostgreSQL /IPFS /codama /zod
  • Learn

    GitHub

    Might be down due to API Limitations

    View Working Demo

    Learn is a platform that allows user to create flashcards and quizzes from the pdf provided by the user. It uses AI to generate questions and answers from the pdf and also allows user to create their own questions and answers.

    Next.js /TypeScript /Tailwind CSS /Express /Prisma /PostgreSQL /zod /gemini /OpenAI /react-pdf /react-hot-toast
  • Kademlia DHT

    An implementation of the Kademlia distributed hash table protocol in Go. Supports peer discovery, key-value lookups, and node routing using XOR-based distance metrics across a fully decentralised P2P network.

    Golang /net/rpc /goroutines /channels /XOR routing