The React DevTools is an amazing piece of software and is available as a browser extension for Chrome, Firefox, and is capable of being wired up to work with React app’s anywhere. One of the coolest features of the React ...

Google web services have become an essential part of many projects’ infrastructure, a vital integration element. We can no longer imagine online services without them. Meanwhile, Google developers are working on expanding the capabilities of their services, developing new APIs, ...

We’ve all been there. You’re working on an app that was “just a prototype” and was “definitely not going to get shipped this way.” Or maybe you didn’t have time to prototype it, and you certainly didn’t have time to ...

After Wordle overtook the world and my Twitter feed, I, like the rest of the world, became somewhat obsessed. I became so obsessed that I was struck with the idea of making an app, similar but with a focus on numbers. ...

You’re a developer and you want to avoid shipping a broken login experience, so you’re writing some tests to make sure you don’t. Let’s get a quick look at an example of such a form: const form = ( <form ...