← Back to Projects

Misc Projects

Smaller experiments, practice repositories, and course projects. This list isn’t exhaustive—just a growing archive of things I’ve built.

Discord Bots

A collection of Discord bots built for use in a private server, focused on automation and small quality-of-life features.

JavaScript · Discord.js · Automation

Sophia Slack Bot

A Slack bot built for use in a private server, focused on chat summarization features.

Python · Slack API · Automation

Gatsby Blog

A simple Gatsby blog built as part of a course module to explore static site generation and deployment with Netlify.

Gatsby · JavaScript · TypeScript · SSG · Netlify

Django REST Framework Practice

A practice repository for learning Django REST Framework by following the BugBytes course series.

Python · Django · DRF · API

Redux Toolkit Exploration

An exploratory project focused on Redux Toolkit after prior experience using Redux-Saga.

React · Redux Toolkit · State Management

Jest Testing Practice

A small project built to gain hands-on experience with the Jest testing framework.

JavaScript · Jest · Testing

Webpack & Babel from Scratch

A hands-on introduction to Webpack and Babel, focusing on core concepts and common use cases.

Webpack · Babel · Build Tools

ChatGPT-style Q&A App

A ChatGPT-style question-and-answer application built with FastAPI to explore prompt engineering concepts.

Python · FastAPI · LLM · Prompt Engineering

Local Support Helper

An application that uses a language model to suggest resolution steps for user-submitted issues based on structured JSON input.

Python · FastAPI · LLM · AI Tools

Job Search Engine (Frontend)

A frontend interface for searching jobs across multiple locations, built on top of the JobSpy project.

JavaScript · HTML · CSS · Frontend

Job Search Engine (Backend)

Backend services powering a job search application, handling data ingestion and API endpoints.

Python · Django · Backend · API

Monster Rolodex

A React application demonstrating component composition, search, and API integration, built as part of the Zero To Mastery course.

JavaScript · React · Frontend

Algorithm Visualizer

A simple application to visualize BFS and DFS with a random maze, built as part of the Zero To Mastery course.

JavaScript · CCS · HTML

Simple Budget

A prototype for a potential budgeting app utilizing localstorage, focusing on core features and user experience.

Vercel · CSS · Typescript · LocalStorage

Resume Website

A website focused on showcasing my resume but also serving as a place to quickly download an up-to-date version of my resume in PDF format.

HTML · CSS · JavaScript

2025 Advent of Code Calendar

A website showcasing my solutions to the 2025 Advent of Code challenges.

Python

Static Recipe Blog

A introduction to static websites and the basics behind them. Also the building block for many other static websites that I design down the line.

CSS · JavaScript

Javascript Practice

A practice project for learning JavaScript fundamentals. This was forked from a course but I link in the description where my file is located so it’s clear what I built vs what was provided.

JavaScript

Potential Exoplanet Analysis

A two person project analyzing potential exoplanets using Python and various data analysis libraries.

Python · Data Analysis · Pandas · NumPy

Andriod App: WordArt

An Android app built using Kotlin and Jetpack Compose for creating and sharing "word art". where people can write messages from anywhere and share with friends. This was built as a learning project to explore Android development concepts.

Kotlin · Android

Playground Projects

A collection of small projects tackling a specific problem or concept.

JavaScript · HTML · CSS