Home

Introducing D20Tek.Blazor.BrowserStorage

The problem: browser storage in Blazor shouldn’t be hard Blazor developers hit the same issue sooner or later: you need to store something in the browser, and suddenly you’re writing JavaScript again. User preferences, session tokens, game state, shopping carts… all of it lives in localStorage or sessionStorage. But Blazor doesn’t expose those APIs directly,…

Fixing Blazor WASM Deep Linking on Azure Static Web Apps

When you deploy a Blazor WebAssembly application to Azure Static Web Apps, everything works perfectly when you navigate from the root URL. But the moment a user bookmarks a deep link, shares a URL, or refreshes the page on any route other than /, they’re greeted with a cold 404 Not Found error. This post…

dev-log: Weekly Developer Work Log Tool

A command-line utility to help developers create and edit weekly work logs, persisting them as structured markdown files. Track project accomplishments and delivery status week by week, all without leaving your terminal. Overview dev-log is a lightweight .NET global tool built for developers who want a simple, structured way to record what they accomplished each week.…

Notepad.Tui Alpha 0.2: Full-Featured Text Editor

After a couple of weeks of steady development, I’m excited to share the Alpha 0.2 release of Notepad.Tui  – a terminal-based reimplementation of the classic Notepad app built entirely in .NET 10. This release marks a major milestone: the editor now covers the core editing capability that you’d expect from a daily-use text editor, all running…


Follow My Blog

Get new content delivered directly to your inbox.