Node’s new built-in support for TypeScript
Node.js v23.6.0 introduces built-in TypeScript support via type stripping, explaining how it works and key differences from traditional TypeScript.
Node.js v23.6.0 introduces built-in TypeScript support via type stripping, explaining how it works and key differences from traditional TypeScript.
Highlights the top 10 AWS front-end web and mobile blog posts from 2024, covering topics like AWS Amplify, AppSync, and AI development.
A developer's 2024 year-in-review, focusing on TypeScript adoption, API work for Oak National, and reflections on tech and world events.
A developer reflects on a year of professional growth, including work at Meta, conference speaking, and starting a new role at WorkOS.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
An introduction to Vitest, a testing framework for JavaScript/TypeScript, covering basics, writing unit tests, and running tests via CLI or UI.
A guide to implementing authentication in Playwright tests, covering login sequences, abstraction, and state storage.
A guide for beginners on the 10 most important Angular concepts to learn, including components, modules, and data binding.
A web developer explains his decision to migrate from Twitter/X to Bluesky for professional tech discussions, citing platform decline under new ownership.
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.
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 why TypeScript is currently essential for typed linting in JavaScript/TypeScript projects, despite performance costs, and discusses future alternatives.