Hardening Windows 11 for Secure Remote Development
Transform a stock Windows 11 install into a hardened, minimalist remote dev terminal - encrypted at rest, biometric at the gate, and invisible on the wire.
Tutorials and deep dives into modern software engineering.
Transform a stock Windows 11 install into a hardened, minimalist remote dev terminal - encrypted at rest, biometric at the gate, and invisible on the wire.
Bind your SSH keys to your laptop's TPM chip and fingerprint scanner using native Windows tools - no plain-text keys, no passphrases, no USB tokens.
Implement editing, adding, and removing entries in a Blazor Server Todo app using EventCallbacks and data transfer objects.
Set up a Blazor Server Todo app from scratch: project structure, data models, services, and component-based rendering.
Learn how to create and host a SvelteKit single-page application with ASP.NET Core 7, covering project setup, Vite proxy, and static site generation.
Learn how to use SSH port forwarding to securely access remote services from your local machine.