monads - 👻 Type safe Option and Result type – for TypeScript and JavaScript... (more…)
Read more »
Today we are thrilled to announce the availability of TypeScript 4.0! This version of the language represents our next generation of TypeScript releases, as we dive deeper into expressivity, productivity, and scalability. If you’re not familiar with TypeS... (more…)
Read more »
In this blog post, I explain how using a private constructor helps to force a single way to create an object, and why it's most commonly used with the Factory Pattern. (more…)
Read more »
How to create a lightweight wrapper around Formik's useField hook to provide a more type-safe way to specify which field a user input is tied to. (more…)
Read more »