Experience
Professional work experience
Chaldal
07/2024 - present ~ L2 Software Engineer
I currenly work as a L2 Software Engineer at Chaldal in the Supply Chain and Operations team. My work in summary:
- Work on the core backend written in C# and F#.
- Manage and implement new feature requests for two projects: Inventory Trading Platform and Chaldal Vegetable Network.
- Participate in the daily standup and on-call rotation.
Inventory Trading Platform ~ (C#, F#, Microsoft Orleans)
A project to raise working capital from investors to meet inventory demands and share the profits. As of August 2025, the project has 200+ active investors and funds approximately 65% of the inventory demand.
- Designed the state machine and APIs during the launch phase.
- Implemented a scalable system to assign ownership of items to investors and keep track of every item. Also, designed a system to securely disburse the profits when items gets sold. Currently, the system tracks about 300K items at a time.
Core Backend ~ (C#, F#, SQL Server)
- Used profiling to find bottlenecks in chaldal.com homepage’s catalog related API. By optimizing the DB queries and reducing API calls, the latency was reduced by approximately 60%.
- Built a new prediction pipeline and backfilled 6 years of sale data to integrate our core backend with a ML microservice. The model is predicted to save almost $100K a year and improve operational efficiency compared to the previous model.
DevOps ~ (F#, Kubernetes, Azure)
- Migrated both backend and frontend of Chaldal Vegetable Network from Service Fabric to Kubernetes. Also, contributed in building the CI/CD pipeline for the project.
- Identified and fixed a bug in our stock distribution algorithm that was used in Warehouse, improving our operational efficiency.
Personal Projects
Multi-Objective Scheduling Framework for Kubernetes ~ (Python, Kubernetes, Prometheus, Grafana)
Designed and implemented a testbed framework as part of my undergraduate thesis on Kubernetes scheduler. Facilitates benchmarking scheduling algorithms on microservices’ performance. Link is currently private as it is part of ongoing research.
Canteen Food Ordering System ~ (C++, Python, Arduino, Bluetooth)
An IoT system showcasing how we can automate food ordering system in our university canteen. Implemented Bluetooth communication using Python.
MEDist ~ (React, TypeScript, Tailwind CSS, JWT, RabbitMQ)
Developed a microservice-based platform enabling online patient appointment booking and providing doctors with functionalities for e-prescribing and managing consultations. I focused mainly on the frontend side.
Order Book Generator ~ (C++)
Developed a command line based application to generate Stock Market’s order book by parsing .pcap file. Work done as part of a job recruitment assignment. I am really interested in softwares related to financing.
Open Source Contributions
Lazygit ~ (Go)
Improved performance in repositories with large number of files by implementing better data structure. PR Link