Career
Experience
Open source mentorships, infrastructure engineering, and shipped code across distributed systems and language runtimes.
Sep – Nov 2025
CNCF — KubeSlice
LFX Mentee
- Built a testing framework for the KubeSlice CLI from scratch — the project had no automated tests when I started.
- Wrote unit and integration tests covering multi-cluster Kubernetes operations, ensuring CLI correctness across complex network topologies.
- Automated the entire suite with GitHub Actions CI so every commit triggers a full test run.
GoKubernetesDockerHelmGitHub ActionsTesting Frameworks
May – Aug 2025
Google Summer of Code
Mentee at Pharo
- Designed and shipped pharo-containers — a standard library of fundamental data structures for the Pharo ecosystem, addressing a gap similar to what the C++ STL fills.
- Implemented queues, deques, stacks, trees, red-black trees, AVL trees, ordered sets, and more — all with complete test coverage following strict TDD.
- All packages are published to the Pharo community catalog and actively used downstream.
PharoSmalltalkData StructuresAlgorithm DesignTDDGitHub Actions
Dec 2024 – Present
Open Source
Contributor across multiple organisations
- Implemented Jensen-Shannon and Keyboard-Distance similarity metrics in Pharo-AI, along with Floyd-Warshall and DFS graph algorithms.
- Added cross-platform HTML clipboard support to Neutralinojs, enabling rich text operations on Windows and Linux from a single API.
- 50+ pull requests merged across Pharo, CNCF, and other open source projects.
GoPharoC++JavaScript