•Integrated WebSockets into a pre-existing codebase to provide concurrent user connections
during game play, thereby allowing for real-time sharing of high scores.
•Implemented Twitter OAuth with Passport.js, due to Passports scalable and customizable
Strategy configuration and its support of persistent sessions, to allow validation of users via
Twitter endpoint and persistent authorization to access the game interface.
•Created test for React components with Jest and Enzyme to improve code refactor time,
ensure component output, and prevent regression as new features are implemented.