Nate Amack

Documented Learning in Public

Latest Posts

SSetting Up Cypress in CircleCI

03/08/20192 Min Read — In CircleCI, Cypress, Docker, Yarn

The Problem Congratulations, you have just setup Cypress to run your integration and end-to-end tests for your single page app 🎉. All the tests run locally using cypress open and you have even…

IImporting React

02/19/20192 Min Read — In React

When I first started writing React, I noticed the requirement of importing React in my JSX files: This wasn’t too much of a leap for me, since I had already been importing Ember for years before: But…