2 min read 0 Dev-Environment Standing up a development environment in Azure 02-20-25 The cloud is a powerful thing, and often I find when people get to the cloud, they are stuck with…
2 min read 0 Dev-Environment Tools Installing kubectl on WSL 02-19-25 There is no doubt that kubernetes is a powerful platform for running applications. And more and more we are seeing…
2 min read 0 Dev-Environment Tools Installing Docker on WSL on a Data Science VM Windows 2022 02-18-25 I’ve made no secret that I really like the Data Science VM on the Azure Marketplace. Part of the reason…
8 min read 0 Python Python? Where do I get started? 02-18-25 So I love programming, and it doesn’t take long looking at this blog to know that I love coding. A…
1 min read 0 Dev-Environment Tools Installing WSL on Data Science VM Windows 202 02-17-25 The Data Science Virtual Machine, is hands down one of my favorite tools in Azure. Mainly because it comes out…
2 min read 0 git Getting Upstream changes on a repo 02-14-25 A common problem I’ve found especially with the work in AI and github is the need to take code, fork…
6 min read 0 DevOps Tools Using oras to make a registry a source of truth for files 02-13-25 So a common problem that I’ve seen is to have to move files from one environment to another that is…
1 min read 0 git Migrating code from one git repo to another 02-13-25 This is a surprisingly common ask I’ve gotten over the years, if you are moving code around either from public…