I’m Sebastian Landwehr, a web developer from Bonn in Germany. My passion is all about JavaScript, Nuxt.js and Firebase.
What is Modernizr? Modernizr is a package that detects browser features and makes them queriable via JavaScript and CSS. This is very handy to find out which CSS properties are supported, for example. The approach is much more flexible and stable tha...
What Is Snapshot Testing? 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 with these saved values. It ...
Introduction 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 existing server infrastructure that comes with...