Skip to content
View Akshay1299's full-sized avatar
  • Flipkart
  • Pune India
  • 02:30 (UTC +05:30)

Block or report Akshay1299

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
Akshay1299/README.md
Akshay Lavate

Akshay Lavate

SDE @ Flipkart · Prev: @ Walmart · @ Motive · @ Micron · IIIT Lucknow '24

LinkedIn Portfolio Email


About Me

A Software Engineer driven by a simple curiosity: "How does this scale?"

My passion lies in building distributed systems that don't crash under pressure. I don't just write code to ship features; I engineer them to be resilient, efficient, and boringly reliable.

Currently scaling core WMS infrastructure at Flipkart, ensuring millions of packages get to the right place. Previously solved complex problems in FinTech (Motive) and Retail (Walmart).

When I'm not engineering backend solutions, I'm usually exploring new design patterns or deep-diving into database internals.

Tech Stack

Java Spring Boot Gradle Ruby on Rails C++ HBase MySQL Kubernetes Distributed Systems

Featured Builds

Project Stack What it is
MiniKV Java Embedded, crash-safe key-value store on an LSM-tree — WAL, SSTables, Bloom filters, compaction. Zero dependencies.
MemSentry Java Zero-config JVM memory-leak agent — attach via -javaagent, detect leaks with JFR, alert before OOM.
Bytesmith TypeScript Privacy-first, in-browser developer toolbox (JSON, diffing, encoding) — everything stays client-side.
MemeAdda React · TS A meme board for fun — trending + themed packs, served live from Reddit & Tenor.

contribution snake

Pinned Loading

  1. bytesmith bytesmith Public

    Fast, private, in-browser developer tools for JSON & strings — parse, escape, beautify, minify, validate, diff. Client-side; your data never leaves the browser.

    TypeScript

  2. memsentry memsentry Public

    Zero-config JVM memory-leak detection agent: attach via -javaagent, detect leaks with JFR old-object sampling, auto-capture heap dumps, and alert before OOM.

    Java