SQL in io-ts, Part Two: Discriminating Unions & Expressions
In this article, we’ll continue the learning journey of implementing SQL in io-ts.
Michael P. Scott joined Formidable in 2017 after more than a decade with Costco and Starbucks. While at Costco he successfully designed and developed a complete rewrite of the interactive and batch depot distribution system of Costco Wholesale, which is responsible for more than 80% of sales. Michael is a purveyor of all things Node.js, cloud, and SQL, with specialities in database design, database performance, and tuning. He is an accomplished speaker, having given many talks about various programming concepts, SQL, database performance, and tuning. He’s also written hundreds of pages of technical training material. Michael is deeply passionate about mentoring and elevating others through training and learning, and yes, he’s seen The Office.
In this article, we’ll continue the learning journey of implementing SQL in io-ts.
In this article, you’ll learn about setting up VS Code to debug your TypeScript Jest test cases. By the end, you’ll have a VS Code launch configuratio ...
In this series of articles, you’ll learn about how we updated our Nestjs backend by adding a new POST endpoint having a fully documented, validated, a ...
In this article, you will learn by example, a pattern for developing TypeScript service-layer classes that are capable of asynchronous, self-configura ...
This article will discuss transactions in DynamoDB, their limitations, and a proposed solution involving distributing locking, replete with details.
A complex distributed computing problem application developers may encounter is controlling access to a resource or entity in a multi-user, concurrent ...