https://i.ytimg.com/vi/2TBCozxI7-I/mqdefault.jpg
Adding Custom Lighting to a Unity Particle Shader
· ☕ 1 min read
Lets make a shader that lets you add cool pseudo volumetric lighting to your particle effects. Imagine putting lights inside a cloud of smoke, because Unity’s particles always face you the lighting on a standard shader can be questionable.

https://i.ytimg.com/vi/GttdLYKEJAM/mqdefault.jpg
Projectile Reflection in Unity
· ☕ 2 min read
Sometimes things bounce. We’re going to put together a simple example of how to make projectiles do just that!

https://i.ytimg.com/vi/1mW3T-Oritw/mqdefault.jpg
Exploring the Unity 2018 Visual Shader Editor
· ☕ 2 min read
Unity 2018’s beta was released earlier today and includes a number of exciting new features. One of them is a new visual shader editor called the Shader Graph.

https://i.ytimg.com/vi/bhUTjt0BOEs/mqdefault.jpg
Hex Parser in Data Cube Discord Bot
· ☕ 1 min read
There are a number of ways to represent color in text. One of the more common versions is to use hex codes to represent the value.

https://i.ytimg.com/vi/Am-7PSA8b40/mqdefault.jpg
Struggling with Magnetometers
· ☕ 2 min read
This is an exercise in how to make a problem far harder than it needs to be. Grab a magnetometer, a device which measures the magnetic fields at a point and attach it to an arduino with some LED’s.

https://i.ytimg.com/vi/T69V_d_XmUw/mqdefault.jpg
Simple Force Directed Graph in Unity
· ☕ 2 min read
Lets riff on how to draw force directed graphs in Unity. A force directed graph is a directed graph that is drawn and positioned by having each node apply force to every other node.

https://i.ytimg.com/vi/VMXqJfr2qNs/mqdefault.jpg
Try.Dot.Net
· ☕ 1 min read
Ever wanted to give .NET a try? See what all this C# stuff is about? try.dot.net is a website where you can write and run code from your browser.

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/bHjRbH_LfuQ/mqdefault.jpg
Code Long And Test With Spock Unit Tests
· ☕ 1 min read
Given: “A video about Spock” Expect: “To learn how to use Spock to test your Java or JVM based projects”

https://i.ytimg.com/vi/C7PtRXH3e-Y/mqdefault.jpg
6 Degrees of Freedom Spaceship - The WRONG Way
· ☕ 2 min read
A 6 Degree of Freedom controller is capable of six types of movement. It can move along the X, Y and Z axis but also has Yaw, Pitch and Roll.

https://i.ytimg.com/vi/9rWVDuzyaX0/mqdefault.jpg
Getting Started With a Flask Web Server
· ☕ 2 min read
Lets look at Flask a minimal python web server. In this video we’ll build the simplest Flask app and talk about how to get Flask working in your Python project as well as what each part is doing.

https://i.ytimg.com/vi/CUQk20EAgpU/mqdefault.jpg
I Have A Theory - Theories in xUnit Tests
· ☕ 1 min read
Unit Testing. Turns out someone actually thinks it’s a good idea if all this code we write actually works.

https://i.ytimg.com/vi/AMlw0xCGVn4/mqdefault.jpg
Midnight - Asylum Jam 2017 - Post Mortem
· ☕ 1 min read
Midnight is a game built in 48 hours for the Asylum Jam. The asylum jam emphasizes horror without the stigma of mental illness, including the use of asylum’s, hospitals etc.

https://i.ytimg.com/vi/GUuFfWrNFS0/mqdefault.jpg
Hello Electron
· ☕ 1 min read
Electron is a tool that allows you to convert webpages into full applications that can run outside of a browser and interact more closely with your operating system.