javascript (2 articles)

A Writing Trainer written in TypeScript and React

25.02.2022 - 23m read - typescript javascript react writing

In this tutorial, we will create a basic Express backend and React frontend for a writing trainer using TypeScript.


API documentation with hapi.js and swagger-ui

12.01.2017 - 12m read - nodejs javascript hapi documentation swagger-ui

Documentation is important. Everyone knows it. Yet, writing even the most basic documentation often gets pushed back in a project's life cycle in order to 'iterate quickly'. I believe that some kinds of documentation, like API docs, actually tremendously speed up the iteration cycle, especially in a distributed microservice world where multiple people and teams need to work together.