The State of React and the Community in 2025
An analysis of React's evolution, its current state in 2025, and the community's mixed reactions and frustrations regarding its direction.
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.
Explores the complexities and pitfalls of converting various values to strings in JavaScript, including Symbols and objects with null prototypes.
Using the async-tree library to reduce the code size of a minimalist JavaScript static site generator, focusing on abstraction and shared utilities.
A tutorial on generating CSS custom properties (theme variables) from a JavaScript color theme object to maintain consistency across projects.
Explores building a web framework designed for AI-generated code, addressing LLM challenges like API mismatches and training data limitations.
An overview of essential development tools like IDEs, version control, testing frameworks, and project management software for improving software workflows.