Posts tagged with Babel

Featured image for "Writing your own Gatsby plugin"
JavaScript

Writing your own Gatsby plugin

So far, I've written several tutorials about using Gatsby. What they have in common, is that they all depend on certain Gatsby plugins. In this tutorial, I'll explore the options you have when creating your own Gatsby plugin.

Read more →
Featured image for "Using Jest to test your Node.js application"
JavaScript

Using Jest to test your Node.js application

Jest is a testing framework developed by Facebook. In this tutorial I'll demonstrate the features of Jest while testing a small Node.js application.

Read more →
Featured image for "Testing your Node.js application with AVA"
JavaScript

Testing your Node.js application with AVA

In this tutorial I'll use AVA together with Sinon.js to test my Node.js application and summarize the good and the bad parts that come with it.

Read more →