Menu

Projects

A collection of projects I've worked on throughout my career and in my free time.

Open Source Contributions

Various contributions to open source projects and communities.

Marshant Feature Flag

Self-hosted feature flag management platform - manage flags, rollouts, and experiments.

GH Contribution Mate

An open source GitHub CLI extension that allows developers to synchronize their non-github repository commits to GitHub.

Travel Booking System

A system for EU travel agencies to simplify complex booking management tasks.

Personal Website

My personal website built with Next.js and TailwindCSS. You're looking at it right now!

Product Price Aggregator

Solution for customer access to product prices from popular marketplaces.

Solar Energy Landing Page

SEO-friendly, multi-form landing page for a US-based solar energy company.

Bookbot in Python

Guided boot.dev project that teaches you how to build a simple CLI bookbot using Python.

Asteroids game using Pythong and Pygame

Guided boot.dev project that teaches you how to build the classic game Asteroids using Python and Pygame.

Static Site Generator in Python

Guided boot.dev project that teaches you how to build a static site generator similar to Jekyll, Hugo, or Gatsby in Python.

AI Agent in Python

Guided boot.dev project that teaches you how to build an LLM-powered command-line program capable of reading, updating, and running Python code using the Gemini API.

Pokedex in Go

Guided boot.dev project that teaches you how to Build a REPL pokedex on the command line in Go. Learn how to use JSON, make network requests, and implement caching