Résumé
Backend Engineer. Systems builder. OSS contributor.
●resume.md
Aaditya Srinivasan
Backend Engineer
Experience
Software Development Intern
Infosys Springboard
2024
Remote
- ▸Worked on backend services and integrations using Java and Spring Boot.
- ▸Implemented API endpoints, added unit and integration tests, and collaborated with cross-functional teams.
- ▸Focused on correctness, observability, and maintainability of production code.
Contributor
Apache Arrow (Open Source)
2024 – Present
Remote
- ▸Fixed an off-by-one bug in BitmapReader (PR #38497) which was merged to main.
- ▸Investigated IPC serialization edge cases and authored a fix currently under review (PR #39180).
- ▸Authored documentation improvements for ChunkedArray and added doctest-compatible examples (PR #37890).
Contributor
Grafana k6 (Open Source)
2024
Remote
- ▸Contributed fixes and tests to k6 for improved reliability in CI environments.
- ▸Collaborated with maintainers to triage issues and improve observability for test runs.
Education
B.Tech, Computer Science and Engineering
SRM Institute of Science and Technology
2023 – 2027
GPA 9.41 / 10
Relevant: Operating Systems, Database Systems, Computer Networks, Algorithms, Distributed Systems
Skills
languages
C++17Java 21Python 3GoSQLTypeScript
backend
Spring BootREST APIsgRPCKafkaRedis
databases
PostgreSQLClickHouseMySQL
infrastructure
DockerKubernetesGitHub ActionsLinux
tools
GitCMakeGradleDataGrip
Open Source Highlights
PR #38497Apache Arrow— Fixed off-by-one in BitmapReader — merged to main.
PR #36812Apache Arrow— CSV reader performance — memory reduction and throughput improvements.
PR #37890Apache Arrow— ChunkedArray API docs with doctests — merged.