Skip to content
View Akshayshahi900's full-sized avatar
🦀
🦀

Block or report Akshayshahi900

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Akshayshahi900/README.md

Hi, I'm Akshay Shahi

Backend & Systems Engineering Student

I enjoy building infrastructure from scratch and understanding how systems work under the hood.

What I'm Building

  • Reverse Proxy in C++ using epoll and non-blocking sockets
  • Redis-like Key-Value Store (VoidStore)
  • Concurrency & Thread Pool Systems in Rust
  • Backend Services with Node.js, PostgreSQL, and Docker

Current Focus

  • Data Structures & Algorithms
  • Linux Systems Programming
  • Networking & Concurrency
  • Distributed Systems
  • Backend Engineering

Featured Projects

hy-proxy

Nginx-style reverse proxy built in C++ using epoll, TCP sockets, and event-driven architecture.

VoidStore

Redis-inspired in-memory key-value store with RESP parsing, TTL expiration, and AOF persistence.

SaffronAI

National Finalist project at HCL Ă— GUVI AI Buildathon 2026. AI-powered scam-call intelligence extraction system.

Tech Stack

Languages C++, Rust, TypeScript, JavaScript, Python, C

Backend Node.js, Express, PostgreSQL, REST APIs, WebSockets

Systems Linux, epoll, TCP/IP, POSIX Sockets, Concurrency, Multi-threading

Tools Docker, Git, GitHub Actions

Achievement

🏆 National Finalist — HCL × GUVI India AI Impact Buildathon 2026 Top 200 teams out of 15,000+ teams (40,000+ participants)

Looking For

Backend Engineering, Infrastructure Engineering, Systems Engineering, and Distributed Systems opportunities.

Pinned Loading

  1. hy-proxy hy-proxy Public

    Epoll-based asynchronous reverse proxy in C++ with a state-machine architecture and round-robin load balancing.

    C++

  2. Voidstore Voidstore Public

    A Redis-like in-memory database server written in C++ featuring epoll-based networking, RESP protocol support, TTL expiration, and append-only persistence.

    C++

  3. Thread_pool Thread_pool Public

    A work stealing Threadpool.

    C++

  4. SaffronAI SaffronAI Public

    Agentic scam honeypot API that engages scam callers using LLM conversations to extract behavioral intelligence and detect fraud patterns.

    TypeScript

  5. chat-app chat-app Public

    Real-time chat platform using WebSockets with secure authentication, message delivery architecture, and scalable backend APIs.

    TypeScript