Projects
Resilience Lab Clinician Directory



Resilience Lab Clinician Directory
- nextjs
- graphql
- fullstack
A search and discovery experience that facilitates prospective clients in finding a therapist that'll match their preferences. Clients can filter and select from the pool of eligible therapists at the practice Resilience Lab.
The directory uses Nextjs to render the client application, either on the server or the client, depending on the page/component. Data flows from a Nestjs backend via a graphql API, queried with Apollo.
Dota 2 Draft Analyzer (WIP)



Dota 2 Draft Analyzer (WIP)
- nextjs
- fun
A small draft tool for the game Dota 2, to help you and your friends come up with fun and good teams
This is a WIP, but eventually I'd like for this to be a browser-based multiplayer game, with draft analysis and suggestions.
Chicago Police Department use of force data sanitization and cross-identification
Chicago Police Department use of force data sanitization and cross-identification
- python
- numpy
- data-analysis
Worked with sociologists at Columbia University who were analyzing use of force data from the Chicago Police Department to sanitize, de-dupe, and identify officers across datasets.
I set up a (fairly rudimentary) data ingestion pipeline to process the millions of rows of data using numpy and jupyter notebooks 🙈. It wasn't pretty but I learned a lot!