https://i.ytimg.com/vi/qDoSAnwNgQI/mqdefault.jpg
I Learn Blazor - C# in Your Web Browser
· ☕ 2 min read
Wouldn’t it be cool if you could run C# code in a web browser? Blazor is a tool that compiles C# code into functioning web assembly that can be deployed like a normal webpage.

https://i.ytimg.com/vi/xMd_uzV0hPk/mqdefault.jpg
Wind Mapped Snow - Dynamic Snow in Unity - Part 6
· ☕ 2 min read
Last video we added support for wind to blow snow across our terrain. That was cool but the implementation was fixed and required us to have wind move in a specific direction.

https://i.ytimg.com/vi/7_2IroEs6Is/mqdefault.jpg
I Learn How To Build Flowcharts and Signal Diagram's in Mermaid.JS
· ☕ 1 min read
Mermaid is a language that allows you to define Flowcharts, Signal Diagrams and Gantt Charts and generate them. This makes it extremely easy to generate charts for websites, system designs or other uses for charts.

https://i.ytimg.com/vi/VK8zhoMKa7w/mqdefault.jpg
Connecting an Azure Function to GitHub
· ☕ 2 min read
Webhooks are really popular these days. Every service seems to have support for them these days. Lets try using these fancy new function as a service things to consume them.

https://i.ytimg.com/vi/MWODo1aoIuU/mqdefault.jpg
Dropping Boxes - Mixer Stream Savers - Part 2
· ☕ 1 min read
The next step is dropping cubes. We’re building a game that can be played live using some of the interactive features of Mixer.

https://i.ytimg.com/vi/R-a1VYrrZP8/mqdefault.jpg
The Tilting Tower - Mixer Stream Savers - Part 1
· ☕ 2 min read
We’re returning to our Mixer game with a game plan this time. The goal is to build small games that can be used almost like an interactive screen saver when you need to AFK during a live stream.

https://i.ytimg.com/vi/km_kU-j7mcw/mqdefault.jpg
Drawing Lines With The Mouse in Unity
· ☕ 1 min read
Lets explore drawing lines using the mouse in Unity. We’ll approach this in two parts. The first is to figure out how to cast a line from our camera where our mouse is.

https://i.ytimg.com/vi/4hwMmdbnH90/mqdefault.jpg
Unit Testing in Unity Using the Unity Test Runner
· ☕ 2 min read
Testing code is important. It ensures that the code you just wrote works, but more importantly it serves as documentation about exactly what your code does and ensures that after months of maintenance and changes that the code you haven’t touched in months still does what you think.

https://i.ytimg.com/vi/EhNEncLZuyo/mqdefault.jpg
Gitting Code On The Internet - Committing Code to a Remote GitHub Server
· ☕ 1 min read
Now that we’ve explored how to work with git locally lets dig into the remote aspects of it. We’ll explore how to clone a remote repository, how to make some quick modifications and then push that new branch up to the remote repository.

https://i.ytimg.com/vi/sk5UCZxNjBk/mqdefault.jpg
Gitting Started - Creating and Working With A Local Git Repo
· ☕ 1 min read
Git is a powerful tool for collaborating with teammates but can also be extremely handy when working alone. It makes experimenting with new features and preventing breaking things in your code a lot easier.