homeblogprojectsphotographyabout
Twitter iconGithub logoLinkedIn LogoMail icon

monorepos

web

(2)

typescript

(1)

monorepos

(1)

vue

(1)

playQ

(1)

web development

(2)

backend

(1)

updates

(1)

Thu Oct 10 2024

Using a client SDK for your own backend for end to end type safety

As a solo developer, ensuring type safety between client requests and server responses can yield a huge productivity boost. While many opinionated full stack solutions exist (tRPC, metaframeworks), the same safety can be achieved through the creation of an API client package, and a monorepo.

A Portfolio by Callum Kloos