Articles by Tag #typesafe

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Implementing Strictly Typed JsonRpc Method Calls in Kotlin

Throughout my career, I've primarily worked with two main programming languages - C# and Kotlin (plus...

Learn More 0 0Nov 16

Building Type-Safe APIs with itty-spec: A Contract-First Approach

Define your API contract once, get type-safe handlers, automatic validation, and OpenAPI docs. itty-spec makes building robust APIs effortless.

Learn More 27 1Dec 14

Recursion in TypeScript (without the tears)

Principal devs hate this one weird trick... Have you felt frustrated by how hard recursion is? If...

Learn More 7 0Mar 21

Enterprise Applications vs Speed of Building: What Are We Trading Off?

Over the last few years, Node.js and React have become the default stack for many new applications....

Learn More 0 0Jul 22

Using tRPC with Next.js 14 for Type-Safe APIs

In this tutorial, you’ll learn how to build a fully type-safe full-stack app using tRPC and Next.js...

Learn More 1 0Nov 11