Watch “Make Your Test Fail” on egghead.io Have you ever seen a test go green and be surprised? You expect it to fail, but it somehow passes and you don’t know why. When that happens, do you: Thank the testing ...

In JavaScript, there are many ways to convert between data types. We’ve already covered how to convert a number to a string. In this short tutorial, we’ll look at how you can convert a string to a number in JavaScript. ...

We all have workflows we go through regularly to get our job done. When we start working we need to open a few applications, websites, and start a few servers. When we commit code we want to make sure we ...

Why learn Python? Well, because it’s friendly and everywhere and here and popular and powerful and learnable and lucrative and fun. Why not learn Python? I should probably unpack that a bit. Let’s look at some of the main reasons ...

Watch “Create App DevTools to enhance development productivity” on egghead.io How many times have you entered the username/password on the local version of your app? How many times have you filled out that one form just so you could fix ...