ECS+Catch
simple_ecs is a C++ library I wrote that encapsulates the functionality of an entity component system framework often used in the gaming industry. The project was entirely authored by me, and demonstrates my ability to work with C++, as well as my understanding of unit testing backend and system-level code, using Catch2.
Next+Playwright
The NextJS Dashboard project is a demonstrative application using nextjs, tailwind, and postgres to build an interactive invoice tracking dashboard, complete with authentication and authorization. This project uses playwright to perform end-to-end testing to ensure proper application functionality. This project demonstrates an ability to create, deploy and test modern web applications and a full understanding of the SDLC.
Cypress UI
Cypress based example automation project demonstrating end-to-end project design, idiomatic tool usage, and production-ready code. Complete with centralized project management through NPM and static code analysis through ESLint.