Get easy access to Angular route and query parameters with zod
A guide on using Zod to simplify and type-safe the parsing of route and query parameters in Angular applications.
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 achieving type-safety in React Query with TypeScript, covering generics and best practices for reliable type definitions.
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.
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
Author announces 'The TypeScript Cookbook', a new O'Reilly book for 2023 providing practical solutions for everyday TypeScript problems.
A guide to setting up optimal defaults for a Serverless Framework project using TypeScript, including plugins, configs, and AWS best practices.
Explains how to seed the React Query cache to optimize data fetching and avoid fetch waterfalls in React applications.