Wednesday, June 12, 2024

Starbucks: incredible business story

Starbucks (with Howard Schultz) - YouTube by Acquired podcast

"Starbucks. You’d be hard pressed to name any brand that’s more ubiquitous in the world today. With nearly half a billion global customer purchases per week across its stores and 3rd party retail channels, a significant portion of the human population gets their daily fix in the green and white paper cup. 

But it wasn’t always this way. Long before the frappuccinos and the PSLs and the cake pops, Starbucks was just a small-time Seattle roaster that only sold beans — and was started not by Howard Schultz but rather the guys who later ran Peet’s (!). Starting from six tiny stores when Howard took over in 1987, this quirky coffee company named after a character from Moby Dick has scaled to nearly 40,000 locations worldwide..."

dotnet script: C# .NET CLI

dotnet-script/dotnet-script: Run C# scripts from the .NET CLI. @GitHub

hello.cs

Console.WriteLine("Hello!");


dotnet tool install -g dotnet-script
dotnet script .\hello.cs