Follow a software development process to analyze a problem, and to design, build, and test software solutions.
Finishing Weather App - Designing Weather App
The weather app is a current project that is currently being worked on, hence why there is no finish code. The software development process was showing the Design and Testing being done to the App.
Character Development - C++
Character Development was creating and implementing characters, such as mermaids and fairies, and testing to see if they worked, if they didn't, then I would go back in and develop or maintain another part of the system.
Demonstrate software development skills using more than one programming language and development environment.
Object-Orientated Programming - C++
Created a game with Pirates, Ninjas, Mermaids, and Fairies that demonstrated abilities to program in C++ proficiently.
Virtual Pet - JavaScript
Virtual Pet is a simulator of a dog named Lassie. The user must press a button to feed Lassie, exercise Lassie, and have Lassie go to sleep. This demonstrated using JavaScript.
Design and implement software solutions across multiple platforms.
GLaDOs ChatBot - Python
GLaDOs ChatBot was used as a ChatBot that was meant to put GLaDOs in a chat form where she could be her normal sarcastic self, but also explain the rules and items of Portal if needed. This was implemented across PyCharm, but also using the ChatBot GUI form which was used through the CMD.
OpenAI Gym - Python
OpenAI Gym is a source code implemented from Gym, OpenAI, to used their online sources for creating images in an PyCharm IDLE. Above is the Mountain Cart v-0, and as seen from the Gym website. First picture is on Mac, the second is on Windows
https://gym.openai.com/
Design and implement software solutions for mobile devices or embedded systems.
Time & Date - Postman
Made for the weather app, this detects the time and date through the IDLE Postman, then sends it to the rest of the application. This is later then added to the mobile application.
Weather Project - React Native
The weather project is now shown on the React Native test phone, showing the time, date, and other information that was inputted in through Postman.
Document the planning and development of software applications using industry standard tools, techniques, and processes.
Death at Hotel Mary Product Log
Death in Hotel Mary was a game designed much like Clue, going around and solving a murder with 5 hearts to each player. This was the Product Log for each person to do what they were required to do.
Checkmate Sprint Log
Checkmate was another game made in Game Development, and it was similar to chess. The game implementation weapons and other various items.
Within software solutions describe, implement and analyze data structure techniques such as lists, trees, hash tables, graphs, along with sorting and searching algorithms.
Sorting C++ Code
Sorting is rather self explanatory, and it shows off the data structure that did come out of it.
Threading C++ Code
The data structure called Threading. It is a binary tree, and demonstrates my ability to threaded.