Resume
Software Engineer | GSoC'26 | Apache Fluss Contributor · Bangalore, Karnataka
Summary
Building backend systems. Breaking things. Fixing them. Contributing to open source along the way, with focused work on Apache Fluss during GSoC 2026.
Experience
- Authored FIP-37 (Native RoaringBitmap Integration), accepted by community vote, shipped in Apache Fluss 1.0.
- Delivered 12 RoaringBitmap SQL functions natively in FlussCatalog, removing the external UDF JAR dependency.
- Fixed a priority=critical catalog validation bug blocking the Apache Fluss 1.0 release.
- Merged 6 FIP-37 PRs plus the Real-Time Page User Profile quickstart tutorial into apache/fluss.
- Built REST APIs and authentication flows on Spring Boot.
- Modeled SQL schemas and integrated backend services end-to-end.
- Shipped production-facing features across the backend stack.
Open Source Contributions
- 25+ pull requests merged, 7,000+ lines of code contributed across core engine, Flink connector, and documentation.
- Ranked in the top 25 contributors to Apache Fluss out of 160+ contributors.
- Credited contributor in Apache Fluss v0.9.0 and Fluss Clients v0.1.0 official releases.
- Built fluss-docgen a new module that automates ConfigOptions documentation generation.
- Diagnosed and fixed a shaded-JAR classloader bug affecting RoaringBitmap functions in production.
- Shipped Real-Time User Profile quickstart tutorial and Java, Python, Rust, and C++ client documentation.
Technical Skills
Projects
My flagship contribution: designing bitmap-native analytics for Apache Fluss, a distributed streaming storage system under the Apache Software Foundation.
Extension library implementing native bitmap analytics functions for Apache Flink and Apache Fluss, designed following Fluss Improvement Proposal [FIP-37] aggregate bitmap functions, set operations, cardinality queries, and a serialization layer.
Production-style full-stack online bookstore with role-based auth, cart, orders, inventory and an admin dashboard, backed by REST APIs on MongoDB.
Cloud-native microservices application with API Gateway, Eureka discovery, JWT auth and pagination — a decomposed backend architecture running on Docker.
AI-assisted fitness platform generating personalized workout and nutrition plans with BMI analysis and diet recommendations.
Education
Achievements
- Google Summer of Code 2026 — Apache Software Foundation
- Apache Fluss Contributor — 25+ pull requests
- Apache Fluss v0.9 Release — Credited contributor
- Apache Fluss Clients v0.1 Release — Credited contributor
- Author of Apache Fluss Improvement Proposal [FIP-37] — Native RoaringBitmap Integration