Same but different: Introduction to Svelte
02/18/20
Compared to the past few years, the JavaScript world has become relatively quiet lately. Especially in the frontend React, Angular,... Read more
02/18/20
Compared to the past few years, the JavaScript world has become relatively quiet lately. Especially in the frontend React, Angular,... Read more
02/03/20
The Redux toolkit supports the development with Redux. It helps reduce boilerplate code and can simplify the usage of Redux. Read more
12/13/19
Convolutional neural networks are a powerful type of models for image classification. Handwritten digit recognition is the "hello world" of image classification. Read more
11/13/19
The European Union has 24 official languages. If you are targeting the European market with a mobile application, you need to offer the app’s content in different languages, i.e. localize the app. Read more
10/04/19
Consumer-driven contract testing is an alternative to end-to-end tests. In this blog post we want to take a look at the basics of consumer-driven contract testing with Pact. Read more
09/16/19
A service worker is essentially a script running in a separate thread of the browser. It can be used to offload... Read more
07/29/19
An important part of mobile applications is animations. Good animations first of all need to have a purpose. Then, they... Read more
03/28/19
Sometimes you just need a simple database and also the ability to have a really simple way to edit the data in a quick and straightforward way. This is where Google Sheets offers a great solution! Read more
03/25/19
This second part will be about enhancing the framework built in part 1 to easily write acceptance tests for an Alexa Skill in Cucumber.js. Read more