Skip to content
View sde-rushikesh-khedkar's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sde-rushikesh-khedkar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Hi, I'm Rushikesh Khedkar

Software Developer with 3+ YOE who actively maps application-layer flows down to Operating System (OS) and Computer Networking (CN) fundamentals. I like engineering distributed systems with a deep appreciation for the entire lifecycle of data, from a network socket, through transport layers, all the way to memory allocations and physical storage.


Technical Ecosystem

  • Languages: Java 21 (Virtual Threads, Records, Foreign Memory Access), SQL
  • Frameworks & Core Tech: Spring Boot, Spring Data JPA, Hibernate, gRPC, REST APIs
  • Distributed Systems & Storage: Apache Kafka, MySQL, PostgreSQL, MongoDB, Redis
  • DevOps & Infrastructure: Docker, Kubernetes, Nginx, GitHub Actions (CI/CD), Git

Open Source Projects

📂 tradeflow (In Active Development)

A production-grade, event-driven microservices architecture modeled around high-throughput trading data flows.

  • Engineered decoupled service boundaries utilizing Spring Boot, gRPC, and Apache Kafka for streaming transactional events.
  • Implemented distributed systems patterns including Idempotency Design and reliable event scheduling.

📂 laminar-db (In Active Development)

A custom, high-performance Bitcask-like NoSQL storage engine built to study low-level storage mechanics.

  • Designed a structured Write-Ahead Log (WAL) engine with rigid binary serialization frameworks to guarantee crash-resiliency.
  • Focused on low-level system principles, exploring zero-copy I/O paths, optimized memory management, and Linux kernel storage interaction constraints.
  • Built with modern Java 21 features and backed by automated continuous integration (CI) workflows.

Connect With Me

Pinned Loading

  1. tradeflow tradeflow Public

    A distributed financial settlement engine for digital goods trading — handles order placement, wallet fund reservation, and real-time settlement across isolated microservices using Java 21, Spring …

    Java 1

  2. laminar-db laminar-db Public

    A low-latency, append-only key-value store optimized for high-throughput SSD writes. Implements a crash-safe Write-Ahead Log (WAL) using Java 21 Virtual Threads, memory-mapped I/O, and zero-copy bu…

    Java 1