Peter Minsch
Hi! I amPeter Minsch4th-year CS student and incoming software engineer
About MeHello, I'm Peter Minsch, a hardworking and passionate computer
science student on a journey to thrive in the tech industry.
It's always been my dream to work alongside professionals
who share my passion for computer science!

Currently I am a full-time student and I work as a computer
science tutor, where I've been honing my skills in Object-
Oriented Programming, Data Structures, C++, C, Java, Linux
and Python. This role has not only strengthened my technical
abilities but also cultivated essential soft skills such as
mentoring, communication, and project management.

Outside of school and work, you'll often find me inside my
home doing personal coding projects or tackling LeetCode
problems. I also like to stay home watching movies and T.V.
shows with my family. My friends and family are a big part
of my life.

As someone who likes to learn new things, I aspire to
be a software developer and continue my computer science
journey.

If you want to speak with me or learn more info then feel
free to reach out to me!
My dogs! Teddy and Barney!
Me and my Friends!
I like to travel!
My Experience
Computer Science TutorApril 2023 - Present

Provided 1 on 1 tutoring to 100+ students and created personalized lesson plans for students. Tutor all lower division CS courses, teaching topics such as C++, OOP, Data Structures, MIPS, Assembly, and Digital Circuits. Networked with students and professors for external opportunities for tutoring

Treasurer for Society of Asian Scientists and EngineersJanuary 2024 - Present

Manage the organization’s funds, ensuring accurate financial transactions and budget allocation. Provided leadership and mentorship to new members, fostering a cohesive and motivated team.

Cashier & Manager of Sesame DonutsMay 2021 - May 2023

Led a team of employees, overseeing daily operations and ensuring excellent customer service. Conducted interviews and selected candidates to build a strong and capable workforce.

Skills
HTML logoC++ logoPython logoJavaScript logoJava logoReact logoLinux logoFlask logo
Projects
  • Brain Flow Friend
    Full-stack web application that uses an EEG headband to help students learn material better. While wearing the headband, the user is shown a personalized selection of videos based on the user's interest.
    Languages: Python Flask, Javascript, HTML, CSS
  • UNIX Shell
    Designed a UNIX shell from scratch using C/C++. Program accepts commands from the user and executes each command in a seperate process. Includes features such as tracking command history, redirecting input & output, and communication via a pipe.
    Languages: C/C++
  • AI Music Generator
    Implemented a program that utilized the genetic algorithm to generate the best song using music theory concepts like chord progressions, pitch range, smoothness of transitions, and repitition
    Languages: C++
  • Pathfinding Program
    Designed and implemented a pathfinding algorithm that calculates the shortest route on a graph. Leveraged Dijkstra’s algorithm along with BFS, queues, and heaps to optimize pathfinding
    Languages: C++