Working on a JavaScript idea a simple calculator, as a weekend project, that took a little over a week, I used this post on FreeCodeCamp for the inspiration and help in working through the app. I created this calculator as an MVP (Minimal Viable Product), a way to get...
Programming
Cloud Computing
As we seen in the above cartoon there can be some confusion over what is ‘the cloud’ and how it works. Such as how Bob, the slightly balding manager in the cartoon, thought the data was up in an actual cloud. I’ve wrote up a basic description of what is ‘the cloud’....
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...