Skip to content
Joseph Anson
02Notes
01Work02Notes03Talks

02 / Notes

Thinking, written down.

Notes on frontend architecture, design systems, type safety, and ideas still being worked through.

  • Jan 15, 2025

    Achieving Full-Stack Type Safety with Nuxt, Drizzle, and Directus

    Learn how I leveraged Drizzle ORM's schema introspection with Directus CMS in a Nuxt application for end-to-end type safety

  • Mar 29, 2024

    Why Web Components Might Be Setting You Up for Failure

    Learn why web components might be setting you up for failure, and what alternatives you can use instead.

  • Feb 26, 2024

    Handling Try-Catch in API Endpoints with the Result Pattern

    Learn how to use the Result pattern to handle try-catch in API endpoints, providing a more elegant and scalable solution.

  • Feb 12, 2024

    Validating Backend API Data with Zod in Frontend Applications

    Learn how to use Zod, a popular JavaScript library, to validate backend API data in frontend applications and ensure the integrity of your data.

Joseph Anson / Madrid