TypeScript with Node.js
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
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.
A tutorial explaining how to implement and use user-defined type guards in TypeScript to conditionally apply logic based on variable types.
Explores React refs, events, and escape hatches to handle stale closures and mutable state without dependency arrays.
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.
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.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
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.
Explores the difference between optional parameters and undefined types in TypeScript, with practical examples from React Query.
A TypeScript talk write-up on creating advanced types for the Commander.js library to improve CLI development safety and developer experience.
A guide on using KeePass programmatically with TypeScript to securely manage and retrieve test credentials from an encrypted database.
Explains the Dependency Inversion Principle (DIP) from SOLID, showing how to implement it in JavaScript/TypeScript to decouple high-level and low-level modules.
Common mistakes to avoid when learning TypeScript, especially for developers with JavaScript or other language backgrounds.