Things I’ve made trying to put my dent in the universe.
I’m a developer who loves bringing ideas to life through code, creating projects that inspire me and spark excitement. These are the ones I’m most proud of, and many are open-source. If something catches your interest, feel free to explore the code or share ideas to make it even better!
Python HTTP Server
A lightweight, multithreaded HTTP server implementation supporting file operations, GZIP compression, and basic HTTP methods (GET/POST). Features include echo endpoints, user-agent detection, and file handling capabilities.
github.com
Homi
A full-stack web application inspired by Airbnb, built with React, Tailwind CSS, and a Django backend. Enables secure user authentication, allowing users to sign in as hosts or guests to upload, manage, or book homes. Demonstrates expertise in responsive UI design, RESTful API integration, and scalable backend development.
Live Demo
Bill Reminder
A full-stack bill management application built with Node.js, TypeScript, and EJS templating. Features secure user authentication, CRUD operations for bill tracking, and automated email reminders. Demonstrates proficiency in backend development, database management, and TypeScript implementation.
Live Demo
Wordle
A vanilla JavaScript implementation of Wordle featuring real-word validation through Dictionary API integration. Built without frameworks to demonstrate core JavaScript proficiency, including DOM manipulation, API handling, and state management.
Live Demo