JavaScript Algorithms and Data Structures Certification
Earned certification from Free Code Camp on JavaScript Algorithms and Data Structures. This involved going through about 300 hours of interactive lessons (write code into their program that checks if it's correct) and creating 5 JavaScript programs: Palindrome...
Roman number converter
While finishing up the JavaScript lessons in Free Code Camp we had to build a Roman numeral converter to take a number from 1 to 3999* and convert it to the Roman numerals. Spending some time with it I thought this would be a good program to create a web app. I...
Tip Calculator Programs
To keep in practice with programming, I looked up programming samples and seen the Tip Calculator as a sample project that showed up on several programming practice lists. I did some feature creep on the idea to include more items. This way it wasn’t the same tip...
Notes: Animating an SVG File
Figuring out a simple animation using a SVG file. The purpose with flash not being useable on several devices and various security concerns with flash files that people will have this feature turned off on their browsers this is a simple, small way to replace simple...
Bachelor’s Degree in Business Information Systems
After 2.5 years of accelerated condensed college classes, I've got my bachelor's degree in Business Information Systems from Indiana Wesleyan University. Some of the classes are in management, various IT roles, including Database Management. There were some...
Responsive Web Design Certification
Earned certification from Free Code Camp on Responsive Web Design Certification. This involved going through about 300 hours of interactive lessons (write code into their program that checks if it’s correct) and creating 5 Website examples: Build a Tribute Page Build...