I am an production engineer at Meta.
I recently graduated from UC Berkeley in 2022 with a B.A. in Computer Science! 🎉
My interests lie in computer systems, specifically within distrubuted systems, operating systems, and databases. I use insights from different domains to improve the scalability and performance of various systems. I am always looking for new opportunities to gain hands-on experience and technical knowledge.
I am currently part of the Fog Robotics team on some cool flat routing protocols 🌎.
Release Consistent Locking for PSL provides a stronger guarantee than eventual consistency model, removing the possibility of nodes using old values for computation. We implemented and benchmarked our implementation of release consistent locking on the PSL distributed key-value store allowing for distributed data-centric applications requiring stronger data consistensy.
Paranoid Stateful Lambda system provides a key-value store implemented on top of the GDP, allowing for multiple simultaneous writes with an eventually consistent semantics. We designed a new multicast message-passing protocol to improve scalability of all-to-all communication involved in the PSL key-value store.
Delta Lake is a high performance open source ACID table storage layer over cloud object stores. I built a RocksDB-backed caching layer on top of Delta Lake to support OLTP fast point-lookup and write operations.