powershell
https://i.ytimg.com/vi/DGNG9FYkkFE/mqdefault.jpg
Creating a Quick Custom Profile in the Windows Terminal
· ☕ 2 min read
The Windows Terminal allows you to run any number of different profiles. Some of the defaults that you might see pre-configured include things like PowerShell and Command Prompt, but you can introduce your own profiles to the Windows Terminal to fit your needs!

https://i.ytimg.com/vi/_VnONfOgP8M/mqdefault.jpg
Using PowerShell to Create a Symbolic Link on Windows
· ☕ 2 min read
Symbolic Links allow you to create a reference in your file system to another file or directory. This allows you to reference the same file in multiple places without having to physically copy it into each place.

https://i.ytimg.com/vi/UDD7EyGr8fU/mqdefault.jpg
Navigate Your Shell With pushd and popd - Quick Tip
· ☕ 1 min read
There are a few ways to navigate your shell in terminals. One of the less common but useful ways I’ve found when working with multiple directories takes advantage of the directory stack most terminals maintain.

https://i.ytimg.com/vi/YkguKCDY6h8/mqdefault.jpg
Learning The .NET Core Command Line
· ☕ 2 min read
How do you start a new .NET Core project from the command line? How do you learn how to use the commands and figure out what is available for you?

https://i.ytimg.com/vi/U7H6KpCmckI/mqdefault.jpg
Man the Helm! - Kubernetes and Helm on Windows
· ☕ 2 min read
Kubernetes (often shortened to K8S), the Greek word for a helmsman, is a tool originally developed by Google for managing cloud ready, scalable web apps.

https://i.ytimg.com/vi/NLw7jgzH3os/mqdefault.jpg
Working with CSV's in Windows Powershell
· ☕ 1 min read
Powershell is a relatively unique and very powerful command line interface (CLI) and with Windows 10 is now the default shell for Windows.