Projects: Angular
Product Collation
I created an object-oriented solution that also took advantage of some functional programming practices. It is a black-box service that takes an industry, all of it’s products, and a store as initial arguments. Filtering and sorting actions taken by the user trigger internal methods that act on the data and update the store.
Development of these features took a few weeks. We took the next few months to iron out bugs, uncommunicated or forgotten business logic, and other edge cases that we wanted to address.
NEST E2E Architecture
My first big Gartner project was to create an end-to-end testing platform for NEON, our shiny new Angular application. We decided to favor self-documenting tests and OOP over DRY page objects with magic helpers.
Benchmarking revealed our new E2E testing application is nearly 12x faster than the old platform. It also scales and is now far more maintainable.