We're going to examine how we can use Fiddler Everywhere to mock a remote server error. What happens when that third party API goes down or the network connection is dropped entirely? Is your app set up to gracefully recover from these types of errors?
The next version of Vue is around the corner and we can already try some of the new features, like Vue Composition API, which is heavily inspired by React Hooks. Let’s see how to use it and what the big deal is.
In this article, we’ll look at how we can create a simple Visual Studio Code extension that translates a piece of text to any language with the help of the Google Translate API. The extension will come in handy when writing or reading through markdown files.