<negue />

🌙
☀️

Senstate - Updates, C#-Client and a future look

Posted on June 11, 2020
Example Senstate Gif Demo Finally after some months I worked a bit on Senstate again. I had some features already "done", but only some days ago I merged the PR. Senstate v0.3 New features: Group…
Read full post

Working with graph structures

Posted on May 18, 2020
Preamble: I'm not that experienced in graph-theory or like getting the shortest path to a node. :) This article is rather a short introduction into "How to re-create your usual list-states into a…
Read full post

Dynamic Layout parts in Angular

Posted on December 27, 2019
The "Problem" While working on a simple application I wanted to show some content in the title / header bar, but this should be only visible on a specific route. header.component.html: 1st solution…
Read full post