Skip to content
View vintu2001's full-sized avatar
  • San Jose State University
  • San Jose, CA

Highlights

  • Pro

Block or report vintu2001

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
vintu2001/README.md

Hi, I'm Vineet Malewar πŸ‘‹

Software Engineer Β· Distributed Systems & Database Internals

San Francisco Bay Area, CA


πŸ‘€ About Me

  • πŸš€ Software Engineer specializing in distributed systems, database internals, and cloud-native storage abstractions.
  • πŸ› οΈ Deeply interested in open lakehouse architectures (Apache Iceberg), decoupled storage-compute environments, and consensus protocols (Raft).
  • πŸ’» Experienced in building high-concurrency, low-latency system components in C++20 and Java.
  • πŸŽ“ Currently pursuing my M.S. in Computer Software Engineering at San JosΓ© State University (Expected May 2027).

πŸ§ͺ Featured Engineering Projects

Tech Stack: C++20, gRPC, PostgreSQL, AWS EC2, CMake

  • Architected a high-concurrency metadata control plane in C++20 for open table formats (Apache Iceberg) storing columnar data (Parquet).
  • Implemented MVCC-based versioning in the storage layer to expose consistent snapshot reads over gRPC during concurrent DDL operations.
  • Optimized for decoupled storage-compute environments, achieving sub-10ms metadata retrieval for 1M+ active data partitions.

Tech Stack: Java 17, Raft Consensus, GKE, Docker, GCS

  • Built a production-grade distributed object storage system, orchestrating cluster metadata and chunk placement decisions via the Raft consensus algorithm.
  • Implemented a consistent hashing ring for request routing with quorum-based replication (RF=3) for cross-node data durability.
  • Containerized infrastructure deployed via GKE StatefulSets, persisting chunk data to dedicated GCP buckets.

Tech Stack: Java 17, Spring Boot, Azure Event Hubs, SQL Partitioning

  • Developed a distributed ledger supporting concurrent multi-asset billing transactions with strict ACID compliance.
  • Leveraged Azure Event Hubs for high-throughput event ingestion, maintaining an immutable audit trail with 99.99% durability.
  • Achieved sub-50ms validation latency for atomic transactions via an optimized SQL partitioning strategy.

Tech Stack: Python, FastAPI, Docker, LlamaIndex, Ollama, AST

  • Containerized agent unifying siloed developer data β†’ estimated 75% faster time-to-information.
  • Codeβ†’Graph pipeline via Python AST + networkx, parsing 15k+ LOC (requests library) into a knowledge graph of 290+ symbols.
  • Agentic RAG with Llama 3 (local) + custom tools for graph querying. Real-time interface via Discord Bot + REST backend β†’ answers in <5s.

Tech Stack: Java, Spring Boot, Kafka, MongoDB, REST

  • High-volume ingestion from multiple sources into centralized MongoDB using Kafka + Spring Boot.
  • Full-text search & flexible field filters via REST for precise, fast retrieval.

🧰 Technical Arsenal

  • Core Domains: Distributed Consensus (Raft), Storage-Compute Decoupling, Catalog Management, Concurrency Control, Multi-threading, Agentic RAG.
  • Data & Formats: Apache Iceberg, Apache Parquet, Apache Flink, MVCC.

πŸ“Š GitHub Stats


πŸ“« Reach Me

"Building reliable distributed systems at scale."

Pinned Loading

  1. IceLog IceLog Public

    C++

  2. RaftFS RaftFS Public

    Java

  3. LedgerFlow LedgerFlow Public

    Java

  4. project-hermes project-hermes Public

    Python