Full-Stack TypeScript with tRPC and React
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A code review of the Obsidian Clipper plugin, focusing on its TypeScript and Svelte implementation for clipping web content into notes.
A React Query maintainer explains the decision-making process for adding new features, comparing modular vs holistic libraries.
A guide on using Zod to simplify and type-safe the parsing of route and query parameters in Angular applications.
A developer's guide to rendering markdown content with Nuxt 3, covering the Composition API, querying content, and handling 404s.
A developer's January 2023 update covering tech book readings, industry articles, and a search for a new mechanical keyboard.
A guide to implementing OpenTelemetry for monitoring and observability in an Angular application using the browser SDK.
A guide to using TypeScript generics and mapped types to create type-safe API response handlers for dynamic data structures.
A guide to achieving type-safety in React Query with TypeScript, covering generics and best practices for reliable type definitions.
A developer reflects on a transformative 2022, transitioning from a staff frontend role to full-time open source work, releasing a book, and speaking at tech conferences.
A developer's December 2022 monthly digest covering books on Go, TypeScript, and microservices, plus thoughts on productivity and dropping unenjoyable books.
A tutorial on integrating the SimpleRPC framework with SvelteKit 1.0 and TypeScript to create a type-safe RPC API.
Analyzes gaps in current API documentation tools for TypeScript libraries and proposes the need for a standardized API model.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A tutorial on building a Solid-Start application with an integrated tRPC API, covering setup, schema definition, and client generation.
A developer reflects on two major technical mistakes: choosing Flow over TypeScript and managing a multi-language monorepo, sharing lessons learned.
A guide on typing React function components with TypeScript, using a Select component as an example to demonstrate prop typing methods.
Developer creates an open-source web app to help users easily export their Revue newsletter issues using the Revue API before the service shuts down.
A step-by-step tutorial on integrating Prisma ORM with a NestJS backend, including database setup, CRUD operations, and testing.
Explains how to pass and retrieve context in Lit Web Components using getRootNode() and a utility function for ancestor traversal.