Regira Engineering Blog

Notes on .NET, TypeScript & Vue

Patterns, gotchas and small wins from building the Regira packages and modules — entity pipelines, editorial front-ends and everything between.

2 articles #hierarchies ×
.NET / Tips & Tricks

From flat list to tree in one line of C#

A quick look at turning a flat collection with parent references into a navigable hierarchy, without writing recursion yourself.

4 min read
.NET / Architecture

Game of Thrones as a data model: parties, typed relationships, and a TreeList of alliances

Using a domain everyone knows to stress-test a stakeholder model — people, houses, sworn banners and shifting alliances — and rendering the result as a navigable tree.

Pinned 33 min read