Unlocking the Power of Angular Animations: A Beginners Guide
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
Advocates using explicit mapping objects over complex ternaries for state transitions in TypeScript/React, using a theme toggle as an example.
The Puzzmo team shares their 2024 tech stack, including React Native, TypeScript, and Expo, and discusses challenges with cross-platform development.
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.
Node.js v22 introduces an experimental flag to run TypeScript files directly without external tools or a build step.
A technical guide on building a custom extension for GitHub Copilot using Hono.js and the preview SDK.
Announcement about co-emceeing SquiggleConf, a web development conference focused on tools and practices in Boston, October 2024.
Lambda Live Debugger is an open-source tool for local, real-time debugging of deployed AWS Lambda functions, streamlining serverless development.
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
A guide to configuring Visual Studio Code with essential extensions and settings to optimize the development workflow for Angular projects.
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.
Compares performance of TypeScript's `private` properties vs JavaScript's `#` private fields, concluding there's no practical difference.
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.
Explores the challenges and benefits of schema-first GraphQL development in TypeScript, comparing it to code-first approaches.
An introduction to Valibot, a new modular data validation library for JavaScript, exploring its origins and core concepts.
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.