Full stack engineer at Trilobio. All work performed on GitHub account mia-trilo
Here is short list of some coding projects I've been involved in. You can go to each project's repository for more details
- Hyperschedule is the course scheduler used by the majority of the students at the Claremont Colleges and handles about 5M requests daily during peak registration seasons. I lead an effort to rewrite the legacy codebase (largely the product of a 2-day Hackathon back in 2017) from scratch using TypeScript, React, NodeJS, and MongoDB from 2022 to 2024.
- A lightweight library written in Typescript for event synchronization and messaging across Javascript execution contexts.
- A Discord chatbot written in Python that sends out solid-color emojis as pixels for pixel arts. Work in progress.
- An implementation of the classic Minesweeper in terminal using the curses library in Python. Can be played with either keyboard, mouse, or both on compatible terminals. Listed on PyPi as
terminal-minesweeper
.
- A fork of the terminal nyancat but changed the background to various pride-flags. Color-corrected other parts of the image. Also added support for Truecolor terminals.