CPU_Simulator_using-pytyhon
Computer Architecture - Python program that simulates the functionalities of a CPU.
A collection of 20 public repositories showcasing my work
Computer Architecture - Python program that simulates the functionalities of a CPU.
Full Stack Spotify Clone - Next.Js 13 / React.Js / Stripe / Supabase / PostgreSQL / Tailwind
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
Build a functioning e-commerce application using React, Node.js, and Postgres by extending my existing E-commerce_REST_API with an interactive client
Complete REST API for managing chirps (short messages) and user accounts. Built using Nodejs with Typescript and PostgreSQL with Drizzel as ORM.
CS50 - Introduction to Computer Science - Final Project- Full Stack Web App That Provides Daily Challenges (quizzes) - HTML / TailwindCSS / JavaScript / Flask / SQLite3
A command-line interface (CLI) tool that scrapes websites and generates analytical reports. Built with Node.js and TypeScript.
Simple plant care API. Built using Node.js/TypeScript - Express.js - Zod - PostgreSQL
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.
RSS feed aggregator CLI for collecting, organizing, and browsing feeds. Built using Node.js with Typescript and PostgreSQL using Drizzle.
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.
Digital Library For ENCG CASABLANACA, Students Can Share Resources, Libraries, Books And Researches. Built Using FLASK / MongoDB / HTML / Bootstrap
build POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.
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.
A terminal-based movie recommendation system where users can find movies that fit their needs.
Website that allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account
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.
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.
Web app that allow users to view and search posts and comments provided by the Reddit API.
Connect Four Game using only python - Terminal Game - Portfolio Project for CodeCademy_CS101