Six Months of Full Time Open Source
A developer reflects on six months of full-time open source work, discussing projects, financial challenges, and lessons learned.
A developer reflects on six months of full-time open source work, discussing projects, financial challenges, and lessons learned.
Explains how the zod-fixture library uses Zod schemas to generate test data, improving test setup and maintenance.
A tutorial explaining TypeScript Generics, starting with basic functions and progressing to abstract, reusable code.
Explores how React Query and React Router 6.4's data fetching features (loaders/actions) complement each other for effective data management.
Explains a bug in TypeScript's 'Add Missing Function' codefix and the PR that fixed it, detailing how type parameters are handled.
A comprehensive guide to managing environment variables and configuration in NestJS applications using the built-in Config Module.
A guide on using TypeScript with React's useState Hook, covering type inference and explicit type arguments for complex state.
A guide on using React's useRef Hook with TypeScript, covering HTML element refs and mutable instance variables.
Explains how to use EventTarget and custom events in JavaScript for non-DOM, event-driven programming, including TypeScript integration.
An interview transcript explaining Deno, a modern JavaScript/TypeScript runtime created by Node.js founder Ryan Dahl to address Node's shortcomings.
A curated list of free and paid resources for learning TypeScript, including books, courses, tools, and blogs for beginners and advanced developers.
Explains the importance of validating HTTP response bodies in frontend development and introduces Zod, a TypeScript schema library, as the solution.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
A developer's personal update after 6 years, covering career moves from Google to Spotify, work on Chrome DevTools, and reflections on web development trends.
A tutorial on setting up React Navigation v6 with TypeScript in a React Native app, covering stack and tab navigators.
Explains the challenges of iterating over object keys in TypeScript and provides solutions for type-safe property access.
Explains the React 'as' prop, a technique for dynamically changing rendered HTML elements in components for semantic and styling flexibility.
A talk sharing lessons learned from maintaining TypeScript libraries, covering type publishing, API versioning, and debugging.
A guide on accessing and sharing loader data between nested routes in a Remix application using the useMatches hook and a custom typed utility.
Explains how to import and strongly type JSON data in TypeScript using the resolveJsonModule compiler option and the typeof operator.