TypeScript: Augmenting global and lib.dom.d.ts
Explains how to add TypeScript types for new DOM APIs like ResizeObserver by augmenting global and lib.dom.d.ts.
Explains how to add TypeScript types for new DOM APIs like ResizeObserver by augmenting global and lib.dom.d.ts.
A developer's technical deep dive into implementing the // @ts-expect-error comment directive in the TypeScript compiler.
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.
DBCore generates a full-stack TypeScript/React UI and Go REST API from a database schema, automating CRUD operations and authentication.
A beginner's guide to Deno, a secure JavaScript/TypeScript runtime, covering its benefits and how to start using it.
A developer shares their first week learning Angular, comparing it to React and building a simple todo app to grasp core concepts.
An introduction to AWS Cloud Development Kit (CDK), explaining how to define cloud infrastructure using familiar programming languages like TypeScript.
An introduction to AWS CDK, explaining how it allows developers to define cloud infrastructure using familiar programming languages like TypeScript.
A developer's first impressions and experience trying out Deno 1.0, covering setup, built-in tools, and initial pros and cons.
An in-depth look at how type system compilers like TypeScript work, focusing on type checks and building a custom compiler.
How using ESLint, Prettier, and TypeScript as static analysis tools can help eliminate common bugs in JavaScript development.
A technical guide on using type-safe code generation to prevent broken documentation links in software projects, ensuring compile-time validation.
Explains how to correctly type a custom React hook to return a tuple instead of an array, fixing TypeScript type inference issues.