Tutorial - Setup Single-SPA with Angular and React

May 01, 2021

I took me a long time to get Single-SPA correctly working with Angular and React. Part of my struggle was that I could not find any tutorial that guided me on this journey from the very beginnig to Prototype 1.0.

Node-Typescript-Setup

April 29, 2021

This is my prefered setup when I start a new Node project, especially when it covers TypeScript on it's stack. The setup covers code-convention checks as well as docker builds and a deployment pipeline.