Why you shouldn't reassign values in JavaScript
Explains why reassigning variables in JavaScript can lead to bugs and complex code, advocating for using 'const' instead.
Explains why reassigning variables in JavaScript can lead to bugs and complex code, advocating for using 'const' instead.
A web developer shares a list of influential front-end writers and their blogs, focusing on CSS, JavaScript, and web development insights.
A developer shares a curated list of newsletters, blogs, and Twitter feeds to stay updated on frontend, React, JavaScript, and general tech content.
A beginner's guide to using GitHub's GraphQL API from a client-side perspective, including setup and basic data interactions.
A developer discusses strategies to combat feeling overwhelmed by the constant influx of new technologies and learning demands.
Explores how teaching frontend development deepens your own learning, using the journey of learning JavaScript as an example.
Explains how to simplify NgRx reducers using Immer for immutable state management in Angular applications.
A guide to creating dynamic regular expressions in JavaScript using tagged template literals and Proxies to simplify string escaping.
A developer's perspective on embracing confusion as a natural part of learning programming and technology, with practical tips to overcome it.
A guide to using ES6 default parameters in JavaScript functions to simplify code and handle required arguments.
A guide to help developers choose which JavaScript framework to learn by answering six introspective questions about goals and obstacles.
Explains the Y-Combinator, a key concept in functional programming for enabling recursion, using JavaScript examples.
Discusses whether to learn JavaScript fundamentals first or jump straight into frameworks, recommending a strong foundation in JavaScript.
The author shares positive results from restructuring a JavaScript course, with improved student feedback on learning flow and comprehension.
Interview with V8 JavaScript engine tech lead Benedikt Meurer on competition, performance testing, and a story of breaking YouTube in Chrome.
Highlights from Day 1 of the Delta V conference, covering web performance strategies, metrics, and team structures from Pinterest and other tech talks.
Introducing Guess.js, a toolkit for data-driven user experiences on the web, including predictive pre-fetching and smarter JavaScript bundling.
Author explains why authentication will be taught in a separate course, not within the main JavaScript curriculum, to avoid overwhelming beginners.
The author debates whether to include authentication and server-side concepts in a JavaScript course, highlighting the security risks of client-side authentication.
A practical guide to a robust regular expression pattern for accurately extracting quoted strings, avoiding common pitfalls like greedy matching and escaped characters.