2 followers
Former physics instructor, recovering engineer, graduate student, Washington native, and "Iowa Captive". I love web development and am especially passionate about the intersection of UX and QA.
In a previous post on Dockerizing React Apps, I discussed a strategy for running React in a Docker container. In the scripts, I put local-react as the...
I've been working through the Epic React course from Kent C. Dodd over this holiday season 🎄 It's interesting seeing how I code things while I "try...
I promise this won't be a long blog, but no guarantees against puns 😜 The promise is a prominent way to deal with asynchronous code in JavaScript....
This blog is part of a series on end-to-end (E2E) testing in Cypress. In this post, we will take a look at how our team uses Cypress to benefit our...
I began dabbling with cloud functions with AWS Lambda. That was when I started developing. Around the same time, I learned the difference between a...
Containerized development is hot 🔥 What makes these tools so popular? From my experience, containers: Make complex local environments quick and...