Tech Playground

Programming Projects

Welcome to the command center! This is my digital playground, below is a combination of personal and school projects built with blood, sweat, and debugging (mostly the debugging).

History Webpage

Personal project: C++ program that calculates GPA and average grades, demonstrating logic building and user input handling.

GPA/Average Calculator (C++)

View
History Webpage

School project: Using SQL queries and ER diagrams to manage and analyze structured data.

Querying Data (SQL)

View
History Webpage

School project: Parses and evaluates arithmetic expressions, applying compiler design concepts.

Arithmatic Scanner (C++)

View
History Webpage

School project: Using go language and git commands to handle client-server communication.

TCP Echo Server (Go)

View
History Webpage

School project: SQL and data handling of a music album.

Music Database Querying (SQL)

View
History Webpage

School project: Socket programming project that enables real-time messaging between clients over TCP

TCP Chatapp (Go)

View
History Webpage

School project: Scan and identify open network ports, showcasing networking and systems programming skills.

Port Scanner (Go)

View
History Webpage

School project: Food ordering system using priority queues to optimize order handling and processing.

Fast Food Ordering System (C++)

View
History Webpage

School project: Hangman game with difficulty levels, file-based word selection and real-time player statistics tracking.

Hangman Game (C++)

View