Videos
https://i.ytimg.com/vi/4zizgh2duqY/mqdefault.jpg
Lets Make Improved Bezier Curves
· ☕ 1 min read
Extending Bezier Curves. Turns out you can recursively define them with relatively little work. In this video we’ll implement Bezier Curves using a recursive algorithm so we can support any number of points from 1 to thousands.

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/NeZcAYJdkv4/mqdefault.jpg
Sending Array's To Shaders - Lets Make an Energy Shield - Part 1
· ☕ 1 min read
Lets start building a cool energy shield shader that can dynamically react to collisions and more. To begin we’ll be looking at how to pass collision information to our shield by sending an array of positions to our shader.

https://i.ytimg.com/vi/j1i68gUqIQg/mqdefault.jpg
3D Printing a Sticky Note Holder in 3D Builder
· ☕ 1 min read
Lets build a very simple holder for some sticky notes and a pen. We’re going to look at how to leverage 3D Builder a free tool included with Windows 10 and Cura a free program from Ultimaker.

https://i.ytimg.com/vi/4nmVXKu6e_Q/mqdefault.jpg
Growing Trie's - Lets Make a Simple Prefix Tree in C#
· ☕ 2 min read
Lets explore how we might build a trie data structure. A trie is a tree that is used to represent strings (or really any enumerable type) in a way that allows it to be easily searched in a way where it can provide potential answers given a prefix.

https://i.ytimg.com/vi/fHQk_vwEOiM/mqdefault.jpg
Reactive Serial Communication in UWP - Data Cube
· ☕ 1 min read
Data Cube is back! The Internet of Things coolest way to visualize interactive data. Data Cube is an IoT device that allows interactions from other places (YouTube Views, Twitter Tweets or simple Website Views) to be visualized as data traveling along an LED strip.

https://i.ytimg.com/vi/rGt9haUx-aQ/mqdefault.jpg
Lets Make a Dissolving Shader
· ☕ 1 min read
A mage blasts a rock with a magic missile, the magic engulfs the stone in flame and slowly tears it apart.

https://i.ytimg.com/vi/3Za2NfBAkNk/mqdefault.jpg
Building a Website with ASP.NET Razor Pages
· ☕ 1 min read
Have you ever wanted to be able to use code to help build your webpages? Maybe loop over a list and create a table or inject user data onto the page without javascript or anything else?

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.

https://i.ytimg.com/vi/d7pwmO6IS2I/mqdefault.jpg
Better Projectiles with Gravity and Trajectory Prediction
· ☕ 1 min read
A lot of the time projectiles are simulated using either Raycasts or some complex Rigidbody style collision detection. This works for most basic projectiles but what if we want realistic projectiles that can be effected by things like wind or gravity?

https://i.ytimg.com/vi/tgCFzoG_BJM/mqdefault.jpg
Bezier Curve Line Renderer
· ☕ 2 min read
Bezier Curves are the project of the day. Specifically we’re going to be looking at 3 point Bezier Curves and applying them to a Line Renderer in Unity.

https://i.ytimg.com/vi/ZeVlKYNqCJM/mqdefault.jpg
Going #Serverless with Azure Functions
· ☕ 2 min read
It’s time to go #Serverless. One of the clouds favorite new buzzwords is coming to World of Zero!