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 […]
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 […]
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 […]
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 […]