Notes from the field: platform engineering, edge computing, and delivery automation. Real patterns from real projects—shared openly for fellow builders.
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.
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.
Nuewframe - Platform Engineering & Edge Computing Blog
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.