*

here are some of the projects i've worked on. i love building tools that make developers' lives easier and exploring new technologies along the way.

create-t3-app

creator and maintainer (jun 2022 - present)

cli tool to bootstrap full-stack type-safe next.js applications

achievements

  • grew project to 24k+ github stars
  • wrote education blog posts with over 100k views
  • maintained comprehensive, up-to-date documentation

technologies

typescriptnext.jstrpcprismatailwind cssauth.js

mini-git

creator (jul 2024)

a simplified implementation of git built from scratch

achievements

  • successfully implemented core git commands
  • implemented efficient blob storage and compression
  • learned about git's internal object model and data structures like merkle trees

technologies

gosha-1

license-generator

creator and maintainer (mar 2022 - present)

cli tool to create licenses for your projects

achievements

  • grew project to over 3.2k downloads
  • built a robust cli interface with fuzzy search
  • added support for all github licenses with auto-filling

technologies

rustgithub api

spotify-voice-control

creator (feb 2022)

voice control for spotify through the terminal

achievements

  • integrated spotify web api for seamless, real-time music control
  • built voice command system for comprehensive music control including playback, search, and playlist management

technologies

pythonspotify api

text2regex

creator (jul 2024)

convert natural language text into validated regular expressions

achievements

  • implemented a self-correcting llm-powered regex generator
  • built a easy-to-use cli to generate regex patterns

technologies

typescriptopenai

fp_

creator (feb 2023)

a functional programming library for typescript

achievements

  • implemented a comprehensive set of functional programming constructs
  • wrote documentation and examples to help developers understand and use the library
  • published to deno package registry

technologies

typescript