Isaac Wengler

Undergraduate Studying Computer Science

$ cd "About Me"
$ ./About
I am a software engineer currently attending the University of Missouri. I enjoy making projects, am passionate about CS, and am always looking to improve my skills and learn new things. Check out some of my projects below!

$ cd Education
$ ./Education
University of Missouri
Major: Computer Science
Minor: Mathematics
GPA: 3.96/4.00
Expected Graduation: May 2023

$ cd Experience
$ ./Experience
Software Engineer Intern at Veterans United Home Loans | May 2021 - Aug 2021
Web Developer at University of Missouri Career Center | Oct 2021 - Mar 2022
Software Engineer Intern at Airkit | Jan 2022 - Apr 2022
Software Engineering Intern at Google | May 2022 - Aug 2022

Projects

Solar Explorer

Solar Explorer  Won first place in Tiger Hacks 2021 hackathon. I worked on a team of four to create this 3D rendered space and solar sytem exploration platform in only 36 hours. Three.js, JavaScript, HTML, CSS, Google Cloud

Pathfinding Algorithm Visualization   An interactive web application built to visualize graph-traversal algorithms, including Dijkstras, A* search, and more. React, JavaScript, CSS

Goal Tracker Web-app Snapshot

Goal Tracker  Full stack web-application made to set and track goals. This app features authentication, error handling, and alerts. I implemented a frontend, backend, and databack. Django, Python, React, Redux, JavaScript

Sorting Array Snapshot

Sorting Algorithm Visualization  An interactive visualization of several sorting algorithms. I implemented QuickSort, MergeSort, and more. Python

Blackjack Game

BlackJack Game  This was my first large project! You can play casino style BlackJack, but for free. JavaScript

Portfolio Website

Portfolio Website  You are currently viewing this project. Click the Site button to see it recursively. HTML, CSS, JavaScript