Latest Posts
-
ShortUrl Service with GitHub Pages
09 Jan 2020 - Cody Merritt Anhorn
Did you know with GitHub page you can create a simple ShortUrl server?
-
Blazor - How to Create a Code-Behind Model
07 Jan 2020 - Cody Merritt Anhorn
To create a model for your Blazor Component just @inherits from the model. 😊 Not much else than that is needed, checkout the example below for exact details.
-
ElectronJS Gotcha
06 Jan 2020 - Cody Merritt Anhorn
When creating an ElectronJS application and your trying to control the install location. Make sure you have your package.json ‘name’ is valid. Below is the validation pattern, in my case I had an uppercase and so it was not installing into my expected directory.
-
Game Development 2020.01.04
04 Jan 2020 - Cody Merritt Anhorn
Worked on getting a VoxEdit export into the game. I plan on using VoxEdit to create my Voxel art models. Since VoxEdit comes with a rigger and animation engine it should help to stream line the process a bit.
-
Using calc with a SCSS Variable
29 Dec 2019 - Cody Merritt Anhorn
To use a variable in the CSS calc use SCSS Interpolation, example below.