Note Driven Development (NDD)
Note Driven Development (NDD for short) is my take on the rubber ducky debugging technique with an added bonus. Before I begin explaining NDD let me describe what rubber ducky…
A collection of essays, frameworks, and early-stage thoughts on engineering leadership, distributed systems, and the human side of software.
Core architectural nodes of research.
Scaling engineering teams via structural abstraction.
Entropy management in high-velocity CI/CD environments.
Cognitive load and its impact on system availability.
Designing interfaces that survive generational shifts.
Social strategies for technical debt retirement.
Note Driven Development (NDD for short) is my take on the rubber ducky debugging technique with an added bonus. Before I begin explaining NDD let me describe what rubber ducky…
Over the past 10 years I have been working on improving just how productive I can be, using many applications and theories along the way. One process I use is…
Steps to push containers to Google Container Registry: Create a new docker image locally docker build -t <company name>/<image name> . Create a new docker tag with naming pattern for…