Tips for making regular expressions easier to use in JavaScript
Tips for making JavaScript regex more readable using flags, named capture groups, whitespace, and the Regex+ library.
Tips for making JavaScript regex more readable using flags, named capture groups, whitespace, and the Regex+ library.
A developer explores using Sortable.js for drag-and-drop movie rankings and Kendall Tau Distance to compare list similarity.
A tutorial on using Mitmproxy and Sourcemapper to download and reconstruct original JavaScript/TypeScript source code from sourcemap files.
llm.codes converts JavaScript-heavy Apple and other developer docs into clean Markdown that AI agents can read, solving a key problem for AI-assisted coding.
A developer explains the exhaustive bundle size analysis of 16,384 plugin combinations for the modular drag-and-drop library neodrag v3.
An analysis of React's evolution, its current state in 2025, and the community's mixed reactions and frustrations regarding its direction.
A developer's journey from skepticism to embracing AI coding assistants like Claude, discovering they act as collaborative pair programmers rather than replacements.
A tutorial on enhancing code blocks in an Astro blog with language labels and copy buttons using JavaScript and Shiki.
Explains the concept of flattening a multidimensional array into a 1D array, with JavaScript examples and a real-world use case.
Learn JavaScript and CSS fundamentals by building a simple reflex game in a single HTML file with no frameworks or dependencies.
A developer explains the creation of Queuedle, a daily word puzzle game combining Wordle and Scrabble mechanics, including its seeded random generation.
The zlFetch library adds streaming capabilities and TypeScript support, simplifying handling of Server-Sent Events, Chunked Encoding, and normal streams.
Explores the debate on using semicolons in JavaScript, covering ASI rules, common pitfalls, and best practices for code reliability.
A developer explores design ideas for a linter's ecosystem, discussing community platforms, shared terminology, and core rule strategies.
Explores gamified learning for developers, using examples like a security game built with Kaboom.js and an LLM prompt injection game.
Explores the differences between websites and web applications, focusing on scaling challenges, user experience, and the benefits of modern frameworks like React.
A front-end developer explores the basics of View Transitions API for creating smooth animations between DOM states using HTML, CSS, and JavaScript.
A developer explores ideas for improving linter developer experience, focusing on clarity, minimalism, and removing warnings.
A tool for checking Romanian companies via their CIF (Tax ID) number on the ANAF (National Tax Agency) website.
Comparing four implementations of a static blog site, focusing on the conciseness of Origami expressions versus traditional JavaScript and frameworks like Astro.