Notes from the field: platform engineering, edge computing, and delivery automation. Real patterns from real projects—shared openly for fellow builders.
Make OAuth Repeatable for Dev Teams: nfauth OAuth 2.0 and OIDC CLI
nfauth helps teams reduce auth setup friction with repeatable OAuth 2.0 and OIDC login flows, local credential storage, and reusable access tokens for local and CI workflows.
The End of the `shared/` Folder: Why Capability-Driven Development (CDD) Beats DDD, FDD, and MVC
Explore why Capability-Driven Development (CDD) eliminates the pitfalls of shared folders in DDD, FDD, and MVC architectures, promoting better isolation and scalability.
Nuewframe - Platform Engineering & Edge Computing Blog
Introducing NDL: Simplifying Local Development for Distributed Systems
NDL brings production primitives into local development—starting with DNS-based service names, gateway routing, discovery, and centralized config—and it's designed to be extensible as new primitives are added.
Hello World with NDL: Node.js and Deno
A practical guide showing how NDL provides the same consistent workflow for both Node.js and Deno services—with just one line difference in the manifest.
Building a Cross-Platform Timeout Tool That Actually Kills Child Processes
A modern, cross-platform timeout CLI built in Rust that actually handles process groups, works on Windows, and integrates seamlessly with CI/CD pipelines.