Blog

Subscribe via RSS

I'm also publishing on dev.to , Hashnode and Medium .

Cover image for Image Snapshot Testing with Mocha

Image Snapshot Testing with Mocha

Snapshot testing is a testing mechanism that for long has seemed to be exclusive to Jest. The main idea is to generate expected values into a separate file and to compare the actual tested values...

Cover image for Sending Emails with Nuxt.js the Easy Way

Sending Emails with Nuxt.js the Easy Way

When I started to work with Nuxt.js, I frequently had the problem that I wanted so send emails via a contact form. While there are third party services to do that, I thought: Why not use the...