Pedantic index signatures in TypeScript 4.1
Exploring TypeScript 4.1's pedantic index signature checks and creating a SafeRecord type to fix unsafe object access.
Exploring TypeScript 4.1's pedantic index signature checks and creating a SafeRecord type to fix unsafe object access.
Guide on calling JavaScript functions from TypeScript, covering configuration, type inference issues, and solutions like declaration files.
Explains how to categorize and manage stable vs. volatile dependencies in front-end architecture for better design.
Notes from a course on building custom CLI tools using oclif and TypeScript, covering debugging, prompts, and scaffolding.
A beginner-friendly tutorial on Angular 9 covering setup, components, data interpolation, directives, and routing.
An explanation of the 'this' keyword in JavaScript and TypeScript, covering its behavior in functions, event listeners, and binding methods.
A guide to using TypeScript with native ECMAScript modules, covering configuration and importing from CDNs.
Explains how to implement exhaustive pattern matching in TypeScript for type-safe code, preventing unhandled cases when adding new features.
Learn how to use AWS CDK to automate S3 lifecycle policies for cost-effective storage management in a practical tutorial.
A developer explains their reasons for avoiding the React.FC type in TypeScript+React projects, citing issues with function typing and implicit children.
A guide to common React component patterns using TypeScript, focusing on function components, props, and type definitions.
Explains how to add TypeScript types for new DOM APIs like ResizeObserver by augmenting global and lib.dom.d.ts.
A software engineer's CV detailing 16+ years of experience, technical skills, and career history in web and software development.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.
Personal notes and practical tips for developers migrating from Vue 2 to Vue 3, covering reactivity, v-model, and TypeScript.
A technical guide on converting union types to intersection types in TypeScript using conditional types and function type inference.
Explains how Vue.js uses TypeScript's ThisType utility for type inference in the Options API, enabling better type safety.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A preview of Variadic Tuple Types, a new feature in the upcoming TypeScript 4.0 release, with examples and use cases.
Explains a TypeScript issue with Object.keys and proposes solutions for better type safety when iterating over object properties.