Full stack Node, Python, React app that pulls data from various REST API's to create a web magazine.
I was primarily responsible for building the endpoints on the back end, page layout with React and styling with CSS on the front end. I also helped my team with bugs and design challenges as they were encountered.
The main challenge of this app was getting all the data we needed to display over to the back end on a daily basis so we could control how many times our API's were hit to avoid over use penalties.
Full stack Node, React app that takes in parameters for a stock trading algorithm and shows results after a set time period with individual user accounts.
I was responsible for the initial setup of the back end including data modeling and SQL table creation and initial wiring and testing of the controllers. I also played a lead role in designing the algorithm.
This project taught me how to resolve and prevent Git merge conflicts.
Self taught front end vanilla JS app that combines the board game Risk with the card game Magic the Gathering. You don't need to understand either to click through the game.
This app features a fully interactive game map dynamically built with data stored in a config variable, related data relationships used to minimize repeated data and speed up search times, and an options page that toggles features on and off independently.
Developing this app was the first project in my development career and taught me the foundations of everything I know in vanilla JS. I learned how to debug complex issues, how to organize variables and manage state. I also learned how to move data from the clipboard into a web page, interact with the DOM dynamically and use Bootstrap for styling.
Self taught front end vanilla JS app that features an unbeatable single player tic tac toe game built.
This app includes an algorithm that rotates and mirrors the board to look for a matching game pattern to avoid moves that would otherwise make it lose. By building it in this way I was able to save thousands of lines of code and tedious instances that could introduce errors when programming the unbeatable version you see here.
Hint, to roll the game back to a beatable version, run this in the console "gameVars.difficulty=0"