tools
https://d33wubrfki0l68.cloudfront.net/868b34b944a19b39efe2a346bcc7cce5f5759a7f/9164d/images/posts/tutorials/ffmpeg-cli-stream-edit.png
Quickly Edit Streams with the FFmpeg CLI
· ☕ 2 min read
FFmpeg allows you to manipulate video files from your command line. Lets explore how to trim videos from streams more quickly by taking advantage of some of FFmpeg's features.

Using the PowerToys Color Picker
· ☕ 1 min read
PowerToys adds a series of useful tools to your Windows computer including a color picker that lets you easily lookup the color of any pixel on your screen.

https://d33wubrfki0l68.cloudfront.net/bd86cfb4bdff5dde3f8581a14c9e9a8b43bf2a69/589cc/images/posts/tutorials/font-ligatures.png
Enable Font Ligatures in VS Code
· ☕ 2 min read
Font ligatures combine multiple characters into a single unique character. Some fonts provide ligatures specifically for software development.

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/K0XHwqOmdvc/mqdefault.jpg
Creating a Context Menu in Custom Unity Editors
· ☕ 1 min read
I’ve been experimenting with creating custom Inspectors and Editor Windows in Unity lately and one of the features I’ve found is the GenericMenu class.

https://i.ytimg.com/vi/O5eXHyDLVmw/mqdefault.jpg
Math in the Unity Inspector - Quick Tip
· ☕ 1 min read
Unity has made it a bit easier to compute some values in their editor windows by allowing you to enter math formula’s into the inspector.

https://i.ytimg.com/vi/Cv292D_8NN0/mqdefault.jpg
Welcome to Docker, Docker Hub and Mongo DB
· ☕ 1 min read
Our first look at containers and how to use them using Docker for Windows. We’ll be creating a MongoDB instance using an image from Docker Hub and then connecting to it using a local mongo cli.

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.