ECMAScript 2025 feature: regular expression pattern modifiers
Explains ECMAScript 2025's new regular expression pattern modifiers, allowing flags like case-insensitivity to be applied to specific parts of a regex.
Explains ECMAScript 2025's new regular expression pattern modifiers, allowing flags like case-insensitivity to be applied to specific parts of a regex.
A developer explores fine-grained reactivity with a simple JavaScript framework prototype called 'revolt', built in ~200 lines of code.
Explains the ECMAScript 'Import Attributes' feature for importing non-JavaScript artifacts like JSON and WebAssembly, now at Stage 4.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
A developer refactors an outdated JavaScript performance snippet to improve security and adhere to modern web best practices.
The author announces Neodrag v3, a cross-framework drag-and-drop library, discussing its origins, motivations for the update, and future goals.
A guide on generating and analyzing CPU profiles for Nuxt.js applications to debug bundling performance using Node.js flags.
A developer's 2024 review covering blog migration to Astro, popular tech posts, and work on Expo docs and GitHub projects.
A technical musing on the role of JavaScript in web development, comparing HTML, CSS, and JS to parts of a sentence.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A UX case study on designing 'Context Chips' to collect user sentiment in surveys, improving data quality and user experience.
A technical guide on using the Obsidian Templater plugin to automate note creation, with a detailed example for managing contacts.
An introduction to Vitest, a testing framework for JavaScript/TypeScript, covering basics, writing unit tests, and running tests via CLI or UI.
A tutorial on building a persistent counter using Alpine.js, demonstrating client-side state management with local storage.
Analyzes the unique security risks of front-end dependencies, including vulnerabilities and malicious code, and provides mitigation strategies.
A developer shares their experience and method for manually tracking income from side projects, contract work, and other tech-related gigs.
A personal reflection on the end of the JS Party podcast, its community impact, and lessons learned over seven years.
A personal recap of FFConf 2024, covering talks on web development, AI ethics, accessibility, and the future of the conference.
Argues against using Lodash in JavaScript projects, advocating for native ES6+ methods to reduce bundle size and improve developer versatility.
Explains why to minimize try...catch usage in programming, offering alternative strategies like pre-validation and scope reduction.