TypeScript: extracting parts of compound types via <code>infer</code>
Explains how to use TypeScript's 'infer' keyword to extract parts of compound types, with examples for arrays, functions, and built-in utilities.
Explains how to use TypeScript's 'infer' keyword to extract parts of compound types, with examples for arrays, functions, and built-in utilities.
TypeDoc's new {@includeCode} tag allows testing code examples in documentation by referencing specific regions from external test files.
Explains TypeScript's `satisfies` operator, showing how it checks type compatibility without widening inferred types, with examples.
A guide to improving TypeScript/MongoDB testing using Typegoose for type-safe models and mongodb-memory-server for isolated, in-memory database tests.
Explains how to use TypeScript's `readonly` keyword to create immutable properties and types, with examples and compiler behavior.
A comprehensive guide to understanding, using, and creating TypeScript decorators to improve code structure, reusability, and maintainability.
A guide to publishing npm packages using TypeScript and native ECMAScript Modules (ESM), covering setup, configuration, and best practices.
A comprehensive tutorial on using modern tools to set up and manage Monorepos for JavaScript and TypeScript projects.
Explains TypeScript's new `erasableSyntaxOnly` compiler flag, which restricts code to features that are fully erasable during compilation.
A guide to building an automated LinkedIn job application bot using Puppeteer for browser automation and TypeScript for robust, maintainable code.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
Explains how to use TypeScript mapped types to create new types from existing ones, avoiding manual property definitions.
A guide to advanced tuple type manipulation in TypeScript, covering syntax, variadic elements, and type-level computations.
An open source maintainer's detailed breakdown of their 2024 income, showing a shift towards community sponsorships and project-based earnings.
A technical guide on how to read environment variables from the frontend of a Tauri desktop application using the Command API.
A developer shares their experience migrating a project to a monorepo using Turbo, detailing setup, configuration, and the benefits for a small team.
Explores TypeScript enums: their functionality, practical use cases, and alternative approaches for developers.
A comprehensive guide to understanding and configuring the tsconfig.json file for TypeScript projects, with practical examples and recommendations.
Explores the ongoing challenges of publishing TypeScript packages for both ESM and CJS in 2025, covering Node.js updates and tooling like tsup.