Projects.⚗️

These are some things I've either built in the past or am currently working on.

nextjs-components

React components, transcribed from Vercel’s internal design system. nextjs-components

OpenGraph image for the nextjs-components GitHub repository
Hexagonal Geospatial Data App

The data for this map comes from GPS Data, via areact-native app on my iPhone. Every time my location changes by x-meters, GPS data is hashed and indexed with Uber's h3-js library, and sent to a lambda function and eventually stored in DynamoDB. It's then served via CloudFront and rendered here with the help of react-google-maps.

Further styling is done client side, such as map theming and hexagonal heatmap rendering.