Major: Computer Science and Engineering (4.8/5.0 GPA)
Expected: May 2022Languages: Fluent in English, Spanish, and Mandarin.
Git, specs/testing, Apache Flume, regex, concurrency, HTTP/server, microcontrollers, accelerometer, Xcode, Arduino.
Built a streaming pipeline that processes real-time GCP access data to detect anomalies in the system such as newly changed policies blocking a user’s current access to a cloud project using Apache FlumeC++ and defining my own activity protocol buffers to write the pipeline’s resulting aggregated data to a data sink.
Built a batch-mode pipeline that processes sampled access logs to extract information like when’s the last time the user exercised a given permission on a given project successfully or unsuccessfuly.
Designed the backend and UI for a travel app from scratch in 2 weeks that allows users to create posts with captions, photos, and optional stamp/background colors within each chapter/trip along with its location to be displayed on the map tab so that other users can see using react simple map libraries.
Implemented the backend user/page/chapter schemas and API calls for creating/deleting chapters and pages, updating user bio/profile pic in Node.js to the MongoDB database, and storing the uploaded images with an image id in the Google Cloud which can be retrieved later with GET requests for rendering.
Programmed the frontend for the scrapbook UI/UX (posts, chapters, comments, likes), map tooltip with hover feature for displaying chapters on the interactive map, profile update, and animated homepage.
Implemented a client and UI for a multiplayer crossword game on the server at port 4949 that allows for fill, erase, check, and concurrency using live update (watch method/callback functions) on the server.
Designed a client-server wire protocol in regex grammar, specs for the crossword ADT that stores game state, and multi-threaded tests for the server to handle concurrent requests like look, erase, get list of games, and watch, that returns the current board state along with the players in it once there’s been a change.
Designed and optimized a 4-stage RISC-V processor in Bluespec that can handle ALU, branch, jump, and load/store instructions for quicksort code in Assembly under 50,000 ns by adding in a memory stage between execute and writeback to decrease CPI, along with bypass and annul logic from the later stages to decode.
Implemented a pipelined partition module, specialized instruction fetch and two way set associative data caches, and a 4-stage pipelined 8-bit sorter for the base case to further decrease CPI and clock time.
Programmed a bluffing multiplayer party game supporting up to six players using Arduino/C++ connected to a shared web server where each submits bluffs and votes for their favorite bluff on their local ESP32 using a button-tilt mechanism, LCD Screen, and Gyroscope/IMU.
Coded in SQL/Python to communicate to our website via a database and tested it using Git, Postman API, and SSH/SCP server files transferring.
Used mixed-effects models and machine learning classifications (e.g. RF, SVM, NB) to determine whether certain cancer drugs are effective in treating their corresponding cell line through observing IC50 values.