GitHub Projects

A collection of 23 public repositories showcasing my work

git-quizzes

⭐ 2🍴 0

CS50 - Introduction to Computer Science - Final Project- Full Stack Web App That Provides Daily Challenges (quizzes) - HTML / TailwindCSS / JavaScript / Flask / SQLite3

Python
flaskquizesweb-app
Updated Mar 2026
CodeDemo

cpu-simulator

⭐ 2🍴 0

Computer Architecture - Python program that simulates the functionalities of a CPU.

Python
cachecomputer-architecturecpu-emulatormemory
Updated Mar 2026
Code

ecommerce-app

⭐ 2🍴 0

Build a functioning e-commerce application using React, Node.js, and Postgres by extending my existing E-commerce_REST_API with an interactive client

JavaScript
ecommercepostgresqlreactweb-app
Updated Mar 2026
CodeDemo

chirpy-api

⭐ 2🍴 0

Complete REST API for managing chirps (short messages) and user accounts. Built using Nodejs with Typescript and PostgreSQL with Drizzel as ORM.

TypeScript
api-designdatabase-designrest-apitesting
Updated Mar 2026
Code

habit-tracker-api

⭐ 2🍴 0

A habit tracker api built using Node.js/Express.js with native typescript support, postgreSQL with Drizzle database, Redis to cache requests, Zod for validationand and Vitest for Integration/Uint tests

TypeScript
api-designpostgresqlrest-apitesting
Updated Mar 2026
CodeDemo

musicfy

⭐ 2🍴 1

Full Stack Spotify Clone - Next.Js 13 / React.Js / Stripe / Supabase / PostgreSQL / Tailwind

TypeScript
music-appnextjsspotifysupabase
Updated Mar 2026
CodeDemo

price-tracker-script

⭐ 1🍴 0

A simple program written in Python that allows you to track the price of a product and notify you when it reaches or falls below a desired value.

Python
pythonscriptweb-scraping
Updated Mar 2026
Code

movie-recommendation

⭐ 1🍴 0

A terminal-based movie recommendation system where users can find movies that fit their needs.

Python
movie-recommedationterminal-based
Updated Mar 2026
Code

connect-four-terminal-version

⭐ 1🍴 0

Connect Four Game using only python - Terminal Game - Portfolio Project for CodeCademy_CS101

Python
connect-fourterminal-game
Updated Mar 2026
Code

message-generator

⭐ 1🍴 0

Application that generates personalized greeting messages based on user input. Users can enter their name, a recipient's name, and select an occasion to receive a custom greeting message.

JavaScript
generatornodejsterminal-based
Updated Mar 2026
Code

small-reddit

⭐ 1🍴 0

Web app that allow users to view and search posts and comments provided by the Reddit API.

JavaScript
reactreddit-apisocial-mediawireframe
Updated Mar 2026
CodeDemo

ecommerce-rest-api

⭐ 1🍴 0

Build a fully-functioning e-commerce application REST API that allows users to perform various CRUD operations such as registering an account, browsing products for sale, etc.

JavaScript
ecommerce-apirest-apistripe
Updated Mar 2026
Code

digital-library

⭐ 1🍴 0

Digital Library For ENCG CASABLANACA, Students Can Share Resources, Libraries, Books And Researches. Built Using FLASK / MongoDB / HTML / Bootstrap

SCSS
digital-library-and-archivesflask-appmongodbuniversity
Updated Mar 2026
Code

jammming

⭐ 1🍴 0

Website that allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account

JavaScript
musicoauth2reactspotify-api-react
Updated Mar 2026
CodeDemo

shell-typescript

⭐ 1🍴 0

build POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.

TypeScript
bunposix-shellreplshell
Updated Mar 2026
Code

http-server-typescript

⭐ 1🍴 0

Build a HTTP server from scratch using TCP primitives. The server is capable of handling simple GET/POST requests, serving files and handling multiple concurrent connections.

TypeScript
bunhttp-servertcp
Updated Mar 2026
Code

sprout-scout-api

⭐ 1🍴 0

Simple plant care API. Built using Node.js/TypeScript - Express.js - Zod - PostgreSQL

TypeScript
guidenodejsplantsrest-api
Updated Mar 2026
Code

pokedex-cli

⭐ 1🍴 0

A simple command-line tool that allows you to locate PokΓ©mon and catch specific PokΓ©mon in the discovered areas. Developed using Node.js and TypeScript.

TypeScript
cacheclinodejspokemon
Updated Mar 2026
Code

blog-aggregator

⭐ 1🍴 0

RSS feed aggregator CLI for collecting, organizing, and browsing feeds. Built using Node.js with Typescript and PostgreSQL using Drizzle.

TypeScript
blogclinodejsrss-feed
Updated Mar 2026
Code

up-down-cloud

⭐ 1🍴 0

Built using Qwik framework. It uses 2 micro-serices one for authentication and one for files services.

TypeScript
cloud-storage-servicesqwiks3webapp
Updated Mar 2026
Code

files-service

⭐ 1🍴 0

File storage and distribution microservice built with Bun, TypeScript, PostgreSQL (Drizzle ORM), and AWS S3. Provides secure object storage, presigned URL generation, metadata persistence, and JWT-based access control for microservices environments.

TypeScript
aws-s3bunfile-uploadmicroserivce
Updated Mar 2026
Code

auth-service

⭐ 1🍴 0

Centralized authentication and token management service for microservices architecture, built with Bun, TypeScript, PostgreSQL, and Drizzle ORM. Supports JWT issuance, refresh token rotation, and secure inter-service validation.

TypeScript
bunjwt-authenticationmicroservice
Updated Mar 2026
Code

web-crawler

⭐ 1🍴 0

A command-line interface (CLI) tool that scrapes websites and generates analytical reports. Built with Node.js and TypeScript.

TypeScript
clicrawlernodejsnpm
Updated Mar 2026
CodeDemo