Flower Beds in Holland, c. 1883 by Vincent van Gogh Introduction The world of business may seem worlds apart from the…
Intro The Ademco/Honeywell Vista 40 is a security system that was popular in the 1990s, and there was one installed…
The largest taxi company, Uber, owns no vehicles and lost over $5 billion in one quarter last year. The largest…
This is a CPU monitor using Electron on Node for the front end, and .NET/C# on the back end. A…
The best technologies in life are free. Don’t spend your money on tools, spend it on people who can do…
Many companies have a material amount of tech debt and are devoting significant resources to service it. Tech debt is…
Back in October 2018 I started an artificial intelligence program through MIT – a collaboration between their Sloan School of…
The difference between a status meeting and a standup has very little to do with whether people are standing or…
Continuous delivery (CD) is the opposite of what I call the all-nighter deployment cycle (ADC). The ADC is a recurring…
C# example of retrieving the current price of Bitcoin using Coindesk’s REST API: string json; using (var web = new…