web
https://i.ytimg.com/vi/940uUL0Nvwc/mqdefault.jpg
Building OBS Overlay's in Unity 3D
· ☕ 2 min read
OBS (Open Broadcasting Software) is a tool for recording your screen and other sources to create lets plays, live streams and more.

https://i.ytimg.com/vi/i100RhwZUnQ/mqdefault.jpg
Embedding Shadertoy in Hugo Websites - Custom Hugo Shortcodes
· ☕ 2 min read
Hugo Shortcodes are a way to use short snippets in your Hugo site that embed custom parameterized objects. Some built-in shortcodes can embed GitHub Gist code snippets, YouTube videos or Twitter posts.

https://i.ytimg.com/vi/BnhiqddQpVo/mqdefault.jpg
I Built A New Website
· ☕ 2 min read
I’ve been trying to replace the old World of Zero website for a while now. A beta of the new version is finally in a working state and I’d love for you all to check it out!

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.

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/XpfN_rN9gZM/mqdefault.jpg
Coding with Blocks in Google Blockly
· ☕ 2 min read
I found a really neat visual programming tool called Google Blockly. It lets you visually create code by snapping different types of blocks together to create code.