Berkeley, California, United States
• Built a website and Chrome extension to stream data from Arduino devices to computers for real-time visualization.
• Backend & Data Streaming: Developed data pipeline to stream sensor data from chrome extension to the React-Redux
client and to a Node.js server, which stored it in MongoDB. MongoDB data enabled users to look at prior session data.
• Frontend: Used React-Redux to make dynamic graphs to display sensor data as it was streamed or read from MongoDB.
• Infrastructure: Managed AWS instances using Terraform to handle server instances.
• Identified and solved design error for PCB designed for Raspberry Pi. Designed logic-level converter with Eagle PCB, worked
with manufacturers to get converter manufactured. Reduced rejects of product from 15% to less than 1%.
• Reduced compiled file size, RAM usage by ~10% for Arduino C++ code, in part by reducing code duplication using OOP.