
Supercharge Your JSON API with TypeScript’s "Type Constraint" Feature
In this post, I walk you through how to use type constraints to improve the type safetype of your NodeJS HTTP API. Source: Codementor
In this post, I walk you through how to use type constraints to improve the type safetype of your NodeJS HTTP API. Source: Codementor
In this post, I introduce the concept of a Result type, which eliminates the need for throwing exceptions, and reduces risk of runtime errors. Source: Read More