web
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.
Tue Jul 16 2024
Experimenting With Vue
First impressions of javascript's second most popular UI library.