Seeding a Database with Prisma (TypeScript)
A tutorial on how to seed a database using Prisma and TypeScript, including setup and execution steps.
A tutorial on how to seed a database using Prisma and TypeScript, including setup and execution steps.
A guide to building flexible, reusable React components using polymorphic patterns with TypeScript for type safety.
Explores React Query v5's new Query Options API, which consolidates all function parameters into a single object for better abstraction and sharing.
Robin Wieruch, a freelance React developer from Berlin, offers his services for product development, consulting, and team mentoring.
Bun 1.0, a fast JavaScript runtime and toolkit, is released as a potential Node.js alternative with built-in tools and performance benefits.
A guide to publishing an npm package that supports both ESM and CommonJS modules using TypeScript, including dual tsconfig files and package.json exports.
A comparison of Array<string> vs string[] syntax in TypeScript, arguing for the generic notation's superior readability and maintainability.
A Redux maintainer shares painful lessons learned migrating packages to ES Modules, covering build tools, configurations, and compatibility issues.
A developer shares five hard truths about TypeScript, including its relationship to JavaScript and the complexity it adds.
A deep dive into React Query concepts, common misconceptions, and best practices for effective data fetching in React applications.
React Query v5 will remove useQuery callbacks, exploring API design challenges and the rationale behind breaking changes in library development.
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A React Query maintainer explains the decision-making process for adding new features, comparing modular vs holistic libraries.
A developer's guide to rendering markdown content with Nuxt 3, covering the Composition API, querying content, and handling 404s.
A guide to achieving type-safety in React Query with TypeScript, covering generics and best practices for reliable type definitions.
A tutorial on integrating the SimpleRPC framework with SvelteKit 1.0 and TypeScript to create a type-safe RPC API.
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 guide on typing React function components with TypeScript, using a Select component as an example to demonstrate prop typing methods.
Explains how to pass and retrieve context in Lit Web Components using getRootNode() and a utility function for ancestor traversal.