Traversing the DOM with JavaScript
Explains why and how to traverse the DOM in JavaScript, comparing it to using document.querySelector for more efficient element selection.
Explains why and how to traverse the DOM in JavaScript, comparing it to using document.querySelector for more efficient element selection.
A JavaScript tutorial on refactoring a calculator app using best practices like early returns and pure functions.
The article argues for writing pure JavaScript modules that export functions to improve performance, debuggability, and tree-shaking.
Advice for aspiring developers to skip junior roles and aim for intermediate positions by self-training and adopting a professional mindset.
A guide to setting up a modern JavaScript open source project, covering dependency management, coding style tools, and automation.
Second part of a tutorial on building a calculator, focusing on handling edge cases and user input validation in JavaScript.
A tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
First part of a tutorial series on building a functional iPhone-style calculator using JavaScript, HTML, and CSS.
Exploring machine learning-driven bundling with Guess.js to optimize JavaScript chunk loading and improve SPA performance.
A technical guide on implementing Do Not Track (DNT) support for websites, covering both client-side and server-side checks.
An explanation of JavaScript mocking using a thumb war game example to test a non-deterministic function.
The author explains how teaching others solidifies your own learning and outlines their personal learning process.
MIT instructor shares free introductory web development slides and labs for beginners with programming experience.
A technical guide on using Puppeteer to scrape and save a complete copy of a website, including all assets, for performance audits.
An introduction to Object-Oriented Programming in JavaScript, covering the creation of objects from a common template.
A developer argues against transpiling modern JavaScript, showing how to use native ES6+ features like async/await and modules in browsers.
Explains why modern JavaScript frameworks like React are essential for web development by comparing them to vanilla JavaScript.
A short guide to setting up a React project using the zero-configuration Parcel bundler, from initial setup to running the application.
A developer creates a Battleship game board using CSS Grid and minimal JavaScript as part of a personal challenge to build CodePen projects.
Part 2 of a VS Code setup guide for web development, covering HTML, CSS, and JavaScript settings and extensions.