projects...

Shorty, a url shortener project
i wanted practice with web servers and databases so i made this thingy. i also wanted it reflect how i treat a real project so i wrote a TDD and linked all the code. made with neon, node.js+express, vercel, upstash and nanoid.

Read the Hand🃏, a daily poker-related game built with claude with in a day
based on a ai generated play by play of a poker game, the user has to guess the hand of the other player. a new challege is generated every day.

bathtiles.js, an open-source javascript library(npm) that helps developers quickly build a heatmap similar to github commits and leetcode submissions.
example: my leetcode submissions
MVP MADE WITHOUT CLAUDE. this is showcasing my leetcode submission using bathtiles.js, a npm library I created. I originally wanted to showcase my step count, but there isn’t an easy way to get Apple Health data for web apps...yet... also if there a 429 error thats because the API I’m using to pull my leetcode information lowkey sucks(has a rate limiter thats buggy) and is a free open source api.

Formula1 Updates, get weekly update on everything F1 by following @f1updatesapi on twitter. built with Python, GDELT, NLTK, facebook/bart-cnn LLM, and GitHub Actions .
Loading latest F1 summary…AI-generated digest from your pipeline
MVP MADE WITHOUT CLAUDE. i wanted to have some fun with hugging face LLMs and GDELT. originally i wanted to use Newspaper3k but webpages were rejecting requests... also i wanted to use X APIs to distribute the update @f1updatesapi but X APIs are not free anymore(booooo)... so I refactored the results to showcase here.