How OpenSilver, an Open Source implementation of Silverlight, aims to use Web Assembly to Compete with Blazor and Modern JavaScript Frameworks
JavaScript
Adventure Game Sentence Parsing with Compromise
In this article I’ll show you how to use the Compromise JavaScript library to interpret user input and translate it to a hierarchical sentence graph.
Warnings are not Pieces of Flair
In this short and sweet opinion post, I’ll rant like a crazy man on the dangers inherent in living with compiler or linter warnings (at least I’m honest).
Snapshot Testing in JavaScript & .NET
Earlier this year I discovered the fantastic Jest JavaScript unit testing library made by Facebook and commonly associated with React. Jest is built on top of Jasmine, but adds some very nice features, including something called Snapshot testing. While unit tests are typically intended to be precision surgical tools focused […]