Menu Close

Web Development

For the past eight years, I’ve worked on e-commerce websites for Victoria’s Secret (i.e., Lbrands/Mast Global Digital) and Abercrombie & Fitch. My job has been to write JavaScript that delivers business value, and that is testable, clean and readable.

  • I work in a continuous-integration/continuous-deployment (CI/CD) environment that pushes code to production many times a day.
  • I write modular JS using import/export statements, and publishing and subscribing to custom events.
  • I write functional JS using filter, map & reduce that avoids mutation or side effects.
  • I write unit tests in Jasmine and Jest.