Videos




Node:

SQL coding to do list
A todo list of coding activities which interfaces with an SQL database.
Node.js login thing
A username creation, deletion, listing, and log in interface made with node.js
DGN
A fake gamesite inspired by IGN, uses SQL to fill in rating, release dates, titles, and images for games, and dynamically generates links to review pages.
Node Angular Menu (WIP)
Node teams up with Angular to create a dynamically generated Chinese restaraunt's menu that outputs orders to a text file.

Python:

Python French Name Generator
Generates French names like "Pierre-Claude Dupont" and "Elise-Marie Duclare" randomly, then can save them to an SQL table.
Space Station Commander
Command a space station, or at least decide which doors are locked and unlocked. Based on Prey 2017.
Python Cutie Pies
A looping Python program using a tuple, if statements, and regex.
Python Name Game
That weird name game from our childhood, in Python form.
Python Math Quizzes
A program that lets the user take math quizzes of varying difficulty.
Python Name Counter
Allows user to put in a list of names and then determine how much a given first name or last name shows up.

C++:

French Name Generator
C++ version of the French name generator. Still suffers from a strange bug when you try to generate more than 3 names and then quit, but I figured it was presentable enough.
C++ Number Comparer
Compare two numbers, program can run indefinitely.
C++ Employee Roster
Uses Class, Objection Construction, and a vector to make an employee roster.
C++ File Expander
A program that can write and read to different files based on user input.

Java:

Java Cypher
Encode and decode messages with Java.
French Name Generator
Randomly generates a French name of either gender (ex. Jean-Claude Rossuea or Elise-Marie Brissont).
Employee Roster
Generates and maintains an employee roster using both HashMaps and an Employee Object.

R:

R Hotel Booker
A program that creates a data frame for a three floor hotel and then lets the user set its occupancy.

Angular CLI:

Angular CLI Holiday Dictionary
An AngularCLI program using Moment.js, routing, custom components, etc.