web
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.
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.
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!
Building Markdown Based Powerpoint Presentations with Remark.JS
· ☕ 1 min read
Remark is a tool that lets you build Markdown based Slideshow presentations that you can run in any web browser.
Building a Static Website from Markdown with Hugo
· ☕ 1 min read
You need a new site for your new project or maybe just a personal site. How will you build it?
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.
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?
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.