C & C++ Align Optionality in Your C# API with OpenAPI 3.1 Specifications If you're using C# for your API and OpenAPI 3.1 for your specification, there are several techniques you can employ to ensure they match up.
TypeScript Typescript Switches on Multiple Inputs I recently found myself wanting a two-dimensional switch statement in TypeScript. Here's one way to write one!
JavaScript JavaScript’s Backtick Strings are Likely the Wrong Tool for Your Job It's way too common to try to put together query strings using JavaScript's template strings. Thankfully, there's an easy and much better way.
TypeScript Updated “Branding” for a Strongly-Typed Date String in TypeScript Due to changes to TypeScript, I've updated my branding strategy so that the DateStr type works properly in newer versions of TypeScript.
React / Redux A Quick Start Guide to Query Strings with React Router React Router no longer comes with built-in support for query string parsing. Good news, handling them yourself is not too difficult. Using either the browser supported URL API or a