TypeScript's `erasableSyntaxOnly` Flag
Explains TypeScript's new `erasableSyntaxOnly` compiler flag, which restricts code to features that are fully erasable during compilation.
Explains TypeScript's new `erasableSyntaxOnly` compiler flag, which restricts code to features that are fully erasable during compilation.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A guide to advanced tuple type manipulation in TypeScript, covering syntax, variadic elements, and type-level computations.
A technical guide on how to read environment variables from the frontend of a Tauri desktop application using the Command API.
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.
Node.js v23.6.0 introduces built-in TypeScript support via type stripping, explaining how it works and key differences from traditional TypeScript.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A guide for beginners on the 10 most important Angular concepts to learn, including components, modules, and data binding.
A developer announces a redesigned personal website, explaining the new focus on content and the move to a new hosting platform.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
A tutorial on building a custom, session-based authentication system in JavaScript and TypeScript, covering secure password handling and session management.
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
A daily tech news roundup covering TypeScript 5.6 Beta, Uno Platform 5.3, Avalonia 11.1, .NET Aspire, and other development updates.
The article argues against using barrel files in JavaScript/TypeScript projects, explaining their drawbacks and negative impact on code organization.
A guide on creating an npm package with TypeScript that supports both CommonJS and ECMAScript Modules (ESM).
Explains JavaScript floating-point rounding errors in financial apps and offers solutions like integer-based calculations.
An introduction to property-based testing in TypeScript using fast-check, explaining how to test program properties instead of specific examples.
A guide on using the ts-rs crate to generate TypeScript bindings from Rust code, including a custom Rollup plugin for bundling.