Side Projects
Discord Bots
A collection of Discord bots I built in my free time for use in a private server with friends.
Gatsby Blog
Built and deployed a simple Gatsby blog as part of a course module to explore static site generation and deployment with Netlify.
DRF
A practice repository for learning Django REST Framework by following the BugBytes course series.
Redux Toolkit
Exploring Redux Toolkit after previously working with Redux-Saga in another project.
Jest Understanding
Small project built to gain hands-on experience with Jest testing framework.
Webpack and Babel
A straightforward introduction to Webpack, Babel and there common use cases.
ChatGPT Clone
A functional ChatGPT-style Q&A app built with FastAPI to explore prompt engineering concepts.
Local Support Helper
Given a structured JSON input, the app uses a language model to suggest potential steps for resolving user-submitted issues.
Job Search Engine (Frontend)
A frontend interface for searching jobs across multiple locations, built using the JobSpy repository as a base. Backend functionality is handled in a separate repository.
Job Search Engine (Backend)
this backend powers a website that lets you search jobs across multiple locations. The frontend is handled separately in another repository
Monster Rolodex
A React app demonstrating component creation, searching, and API integration. Built as part of the Zero To Mastery React course.