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 #storage ×
.NET / Tooling

One interface, any storage: building a configurable file-sync tool in .NET

A complete console tool that copies files between local disks, network shares and Azure Blob Storage — driven entirely by appsettings.json, built on a single storage abstraction.

10 min read
.NET / Tips & Tricks

Test on disk, ship to Azure: swapping storage backends without touching your code

A quick tip on keeping file storage behind one interface so local development, tests and production can each pick their own backend.

2 min read