
In this article we will cover an example of Object Oriented approach on using the Fetch API to let us make HTTP requests and process the response using a given function. This is more like an exercise to get a better understanding on coding standards in a professional environment using a simple use case. It […]

Today we will focus on a simple implementation of a unit test using Jest in an ES2015 environment. After some study about the various testing Javascript frameworks out there, I’ve picked up Jest over Jasmine or even Mocha. Basically for such unit test, you might select any of the most popular frameworks. However using Jest […]