In this post, we'll walk through a simple React.js example of how to build a password meter display to indicate the strength of a password as the user types it. We'll use React, the useState hook, and react-bootstrap to build this prototype. The...

In this post, we'll walk through a simple React.js example of how to build a password meter display to indicate the strength of a password as the user types it. We'll use React, the useState hook, and react-bootstrap to build this prototype. The...
Here is another post about a recent code test that I also struggled with. This was a timed take home test in which I had 60 minutes to solve this problem. I was unsuccessful in completing this test in the time frame in part due to some issues I had...
This post is about a code test that I recently encountered and struggled to solve during the interview. The problem isn’t actually that difficult but when under the pressure of a paired coding test, I sometimes freeze up. What I typically do when I...