Code Golfing Tips and Tricks: How to Minify Your JavaScript Code (cip/get) | | 657 |
how-tos, minification, tips-and-tricks |
The JavaScript Paradox (rya/thi) | | 656 |
|
Light/Dark Mode (sar) | | 655 |
css, dark-mode |
Checking if a JavaScript Native Function Is Monkey Patched (maz) | | 654 |
functions |
Adding Observability to Your Jest Tests (spr) | | 653 |
jest, testing, observability |
Everything You Need to Know About JavaScript Import Maps (ayi/hon) | | 652 |
dependencies, import-maps |
The History of JavaScript (iar) | | 651 |
history |
Type Annotations in JavaScript (liz/fus) | | 650 |
typescript, annotations |
RedwoodJS vs. BlitzJS: The Future of Fullstack JavaScript Meta-Frameworks (tam/ris) | | 649 |
frameworks, redwoodjs, comparisons |
Front-End Internationalisation Tips (nic/stu) | | 648 |
internationalization, fonts, css |
JavaScript SDK “Package Size Is Massive”—So We Reduced It by 29% (sen) | | 647 |
optimization, tree-shaking |
The 10 Most Common JavaScript Issues Developers Face (top) | | 646 |
mistakes |
15 Common Beginner JavaScript Mistakes (jam) | | 645 |
mistakes |
Useful Tips and Tricks in JavaScript (dev) | | 644 |
tips-and-tricks |
JSON Creator Douglas Crockford Interview (dou/evr) | | 643 |
interviews |
Hacking JavaScript Objects (aak) | | 642 |
objects |
The “Array.prototype.at()” Method in Vanilla JavaScript (cfe) | | 641 |
prototypes |
Statements vs. Expressions (jos) | | 640 |
comparisons |
Integer Math in JavaScript (mod) | | 639 |
math |
JavaScript Obfuscation Techniques by Example | | 638 |
obfuscation, techniques, examples |
Frontend Web Performance: The Essentials | | 637 |
fundamentals, performance |
Using JavaScript to Fill localStorage to Its Maximum Capacity (maz) | | 636 |
browser-storage |
Stop the Screen Going to Sleep With JavaScript (mik) | | 635 |
|
In Defense of Blocks for Local Scopes (get) | | 634 |
scope |
In Defense of Blocks for Local Scopes II (get) | | 633 |
scope |
Svelte Origins: A JavaScript Documentary (off) | | 632 |
videos, svelte |
Future Features of JS (gnu/the) | | 631 |
videos |
You Don’t Need a JavaScript Library for Your Components | | 630 |
libraries, components |
How to Remove 99% of JavaScript From Main Thread (mhe/wea) | | 629 |
videos, how-tos, performance |
Understanding the JavaScript Window Object (daz/sit) | | 628 |
objects |
Modern JavaScript, 10 Things You Should Be Using, Starting Today (chr/azu) | | 627 |
|
AbortController Is Your Friend (sam) | | 626 |
|
Patterns for Building JavaScript Websites in 2022 (rya/thi) | | 625 |
frameworks, comparisons |
JavaScript Hydration Is a Workaround, Not a Solution (mhe/the) | | 624 |
hydration |
Optimize the Use of “if–else” | | 623 |
|
Mathematical Notation for JavaScript Developers Explained (luk/run) | | 622 |
math |
Shallow Copy and Deep Copy (aad) | | 621 |
|
Monorepos in JavaScript and TypeScript (rwi) | | 620 |
typescript, monorepos |
JavaScript of Halftone Printing | | 619 |
print |
Processing Arrays Non-Destructively: “for-of” vs. “.reduce()” vs. “.flatMap()” (rau) | | 618 |
arrays, comparisons |
Understanding Weak Reference in JavaScript (jos/sma) | | 617 |
|
JavaScript Closures, Explained (awa) | | 616 |
closures |
Snyk Finds 200+ Malicious npm Packages, Including Cobalt Strike Dependency Confusion Attacks (byt/sny) | | 615 |
npm, dependencies, security |
Building a Button Component (arg/dev) | | 614 |
components, html, css, buttons |
RFC 9239: Updates to ECMAScript Media Types (rau) | | 613 |
mime-types |
Reduce Array of Objects to an Object in JavaScript (ami) | | 612 |
arrays, objects |
Does JavaScript Make My Site Less Accessible? (boi) | | 611 |
accessibility, wcag |
How to Use Google CrUX to Analyze and Compare the Performance of JS Frameworks (dan/sma) | | 610 |
how-tos, performance, google, metrics, frameworks |
How to Learn JavaScript Fast: Six Simple Mind Tricks (yap/sit) | | 609 |
how-tos, tips-and-tricks, learning |
You Don’t Need “void 0” (lgr/p42) | | 608 |
|
The Road to Universal JavaScript (ddp) | | 607 |
|
Master Higher-Order Functions in JavaScript (chi/tel) | | 606 |
functions |
Fetch API Is [the] New Old Version of AJAX (di) | | 605 |
data-fetching, apis, ajax |
JavaScript Containers (tin) | | 604 |
outlooks |
8 JavaScript Quiz [Questions] That May Confuse You (pit) | | 603 |
interviewing |
Common Frontend Interview Questions I’ve Been Asked | | 602 |
interviewing, html |
CTA Modal: How to Build a Web Component (nat/sma) | | 601 |
how-tos, web-components, modals |
Web Scraping via JavaScript Runtime Heap Snapshots (adr) | | 600 |
scraping, memory |
Learn to Code With JavaScript: The Most Popular Programming Language on Earth (joe/sit) | | 599 |
learning |
What Is Memoization? How and When to Memoize in JavaScript and React (coc/fre) | | 598 |
memoization, react |
Four Eras of JavaScript Frameworks (pzu) | | 597 |
frameworks, history |
Build a Lightweight Web Component With Lit.js (cla/ope) | | 596 |
web-components |
Faster Initialization of Instances With New Class Features (joy/v8j) | | 595 |
browsers, javascript-engines, v8, performance |
The Ultimate Guide to Optimizing JavaScript for Quick Page Loads (ste/bui) | | 594 |
guides, performance, optimization |
Building a Dialog Component (arg/dev) | | 593 |
components, modals, html, css |
JavaScript Function Composition: What’s the Big Deal? (jrs) | | 592 |
functions |
33 JavaScript Concepts Every Developer Should Know (elu) | | 591 |
concepts |
JavaScript and Node.js Testing Best Practices (gol) | | 590 |
nodejs, testing, best-practices |
Locale Aware Sorting in JavaScript (eli) | | 589 |
sorting, localization, internationalization |
14 Linting Rules to Help You Write Asynchronous Code in JavaScript (ma) | | 588 |
asynchronicity, linting |
When to Use a Function Expression vs. Function Declaration (pmw/sit) | | 587 |
functions, comparisons |
Conquering JavaScript Hydration (rya/thi) | | 586 |
hydration |
Performance Tests on Common JavaScript Array Methods (ism/hac) | | 585 |
performance, testing, arrays |
How to Make a Drag-and-Drop File Uploader With Vue.js 3 (joe/sma) | | 584 |
how-tos, file-handling, vuejs |
Building a Loading Bar Component (arg/dev) | | 583 |
components, html, css |
Accessibility, Assistive Technology, and JavaScript (cfe) | | 582 |
accessibility, assistive-tech |
A Quick Guide to Closures (adr) | | 581 |
guides, closures |
Implementing JavaScript Delay for Cookie Consent Banner (dar) | | 580 |
cookies, consent-management, legal |
How to Automatically Size a Textarea Based on Its [Text] Using Vanilla JavaScript (cfe) | | 579 |
how-tos, html |
Horizontal Scrolling Nav (mdo) | | 578 |
scrolling |
Can I Use Hover on Touch Devices? Here’s [a] CSS and JS Hack (hey/tim) | | 577 |
css, mobile |
CommonJS (CJS) and Modules (ESM): Import Compatibility (cos) | | 576 |
typescript, commonjs, esm |
Arrow Functions in JavaScript: How to Use Fat and Concise Syntax (ant/sit) | | 575 |
how-tos, functions |
A Look at the Dialog Element’s Super Powers (ste) | | 574 |
modals, html |
JavaScript Naming Conflicts: How Existing Code Can Force Proposed Features to Be Renamed (rau) | | 573 |
naming, refactoring |
Why I Avoid “async”/“await” | | 572 |
asynchronicity |
Creating Native Web Components (cod) | | 571 |
web-components, html |
It’s Always Been You, Canvas2D (my/dev) | | 570 |
html, css, canvas |
How to Use Higher-Order Functions in JavaScript (mda/sit) | | 569 |
how-tos, functions |
How Do Primitive Values Get Their Properties? (rau) | | 568 |
|
How to Build a File Upload Service With Vanilla JavaScript (the/log) | | 567 |
how-tos, file-handling |
Essential Cryptography for JavaScript Developers (ita/pac) | | 566 |
books, cryptography |
5 Things You Don’t Need JavaScript For (ste/lex) | | 565 |
|
HTML Comments Work in JavaScript Too (sm) | | 564 |
html, comments |
What Is Responsible JavaScript? (mal+/sma) | | 563 |
podcasts |
You Can “throw()” Anything in JavaScript—and Other “async”/“await” Considerations (ben) | | 562 |
asynchronicity |
Comparing Node JavaScript to JavaScript in the Browser (ell/css) | | 561 |
nodejs, browsers, comparisons |
JavaScript Obfuscation: The Definitive Guide (2022) (jsc) | | 560 |
guides, obfuscation |
How to Create a Search Page for a Static Website With Vanilla JS (cfe) | | 559 |
how-tos, functionality, search, html |
Track Down the JavaScript Code Responsible for Polluting the Global Scope (maz) | | 558 |
scope |
The State of JavaScript 2021 [Results] (sac/dev) | | 557 |
surveys |
The Harsh Reality for JavaScript Developers: If You Don’t Study the Fundamentals You Will Be Just Another “Coder” (dra) | | 556 |
fundamentals, career |
7 Killer One-Liners in JavaScript (tap) | | 555 |
|
Moving From JavaScript to TypeScript (and) | | 554 |
typescript |
Move Over JavaScript: Back-End Languages Are Coming to the Front-End (kli/git) | | 553 |
|
Debugging JavaScript (fla) | | 552 |
debugging |
New in JavaScript: “reportError”—a Method to Report to Global Event Handlers (ste) | | 551 |
events |
Creating Generative SVG Grids (tro/fro) | | 550 |
svg, grids |
What Web Frameworks Solve: The Vanilla Alternative (nom/sma) | | 549 |
frameworks, react |
Why Efficient Hydration in JavaScript Frameworks Is So Challenging (rya/thi) | | 548 |
frameworks, hydration |
The Impact of Motion Animation on Cognitive Disability (tpg) | | 547 |
accessibility, css |
Improving JavaScript Bundle Performance With Code-Splitting (cod/sma) | | 546 |
performance, bundling, code-splitting, optimization |
Preventing Smooth Scrolling With JavaScript (kil) | | 545 |
scrolling |
A More Easy Way to Write “if … or” Checks With Vanilla JavaScript (cfe) | | 544 |
|
A Pipe Operator for JavaScript: Introduction and Use Cases (rau) | | 543 |
introductions, operators |
The Double-Assignment Pattern in jQuery’s Source Code (he) | | 542 |
jquery |
The Many Ways to Modify Leading and Trailing Characters From Strings With JavaScript (cfe) | | 541 |
strings |
Context-Aware Web Components Are Easier Than You Think (sto/css) | | 540 |
web-components, html |
Frontend Challenges: Front-End Engineer Assignment (wor) | | 539 |
react, typescript, training |
“structuredClone()”: Deeply Copying Objects in JavaScript (rau) | | 538 |
objects |
Two Ways to Clear an Array With Vanilla JavaScript (cfe) | | 537 |
arrays |
8 Techniques to Write Cleaner JavaScript Code (muh) | | 536 |
|
Add a Service Worker to Your Site (cfe/css) | | 535 |
web-workers |
How to Add and Remove a CSS Class From Multiple Elements With Vanilla JavaScript (cfe) | | 534 |
how-tos, css |
Be Prepared for Failure and Handle It Gracefully (hm/css) | | 533 |
graceful-degradation |
CSS Houdini Paint API (5t3) | | 532 |
css, houdini, apis |
Deep-Copying in JavaScript Using “structuredClone” (sur/dev) | | 531 |
|
Performance Implications of JavaScript Errors (san/per) | | 530 |
performance, errors |
Intersection Observer (5t3) | | 529 |
apis |
Embrace the Platform (bra/css) | | 528 |
html, css, web-platform |
JSON Modules in JavaScript (pan) | | 527 |
json, modules |
Best Practices for Node.js Development (mod) | | 526 |
nodejs, best-practices |
JavaScript (the/htt) | | 525 |
web-almanac, studies, research, metrics |
How to Trim Strings in JavaScript (pan) | | 524 |
how-tos, strings |
How JavaScript Engines Achieve Great Performance | | 523 |
javascript-engines, performance |
How to Make Blob Menu Using HTML, CSS, and JavaScript (yos) | | 522 |
how-tos, html, css |
Why IndexedDB Is Slow and What to Use Instead (rxd) | | 521 |
databases, indexeddb, performance |
Using Web Workers to Boost Third-Party Script Performance (are/log) | | 520 |
web-workers, performance |
How to Debounce and Throttle Callbacks in Vue (pan) | | 519 |
how-tos, vuejs, callbacks, debouncing, throttling |
Chrome DevTools: Copy CSS Styles as JavaScript-Compatible Properties (uma) | | 518 |
dev-tools, css, browsers, google, chrome |
Localizing Your Next.js App (ati/sma) | | 517 |
nextjs, localization |
Designing Error Messages and a Logging Strategy in Node.js (del/app) | | 516 |
software-design, nodejs, logging, strategies |
Accessible Toggles (mic/css) | | 515 |
accessibility, toggles, html |
A Comprehensive Guide to Error Handling in Node.js (ayi/hon) | | 514 |
guides, nodejs, errors |
HTMLoween—HTML, JS, and CSS to Make Your Blood Boil (inh) | | 513 |
html, css |
Chrome DevTools: Visualise Your JavaScript Bundles (uma) | | 512 |
dev-tools, bundling, browsers, google, chrome, lighthouse, visualization |
11 Methods to Add CSS/JS Frontend Assets Into TYPO3 (dhy/t3p) | | 511 |
typo3, css, examples |
In-Page Filtered Search With Vanilla JavaScript (hil/css) | | 510 |
functionality, search |
Why Outdated jQuery Is Still the Dominant JavaScript Library (ric/the) | | 509 |
libraries, jquery |
Building an Effective Image Component (kar/dev) | | 508 |
components, performance |
Finding Common Patterns Across Frameworks (fro) | | 507 |
frameworks |
Decoupling HTML, CSS, and JavaScript in Design Systems (cfe) | | 506 |
html, css, design-systems |
Back to Basics: Understanding the “for…in” Loop in JavaScript (sha/sit) | | 505 |
fundamentals |
Dealing With Timezones in Web Development (jes) | | 504 |
|
Stop Writing JavaScript Like This | | 503 |
|
Building a Multi-Select Component (arg/dev) | | 502 |
components, html, css |
Introduction to Styled Components (ars) | | 501 |
introductions, css, components |
The Ultimate Guide to Getting Started With the Rollup.js JavaScript Bundler (cra/ope) | | 500 |
guides, introductions, rollup, bundling |
Writing Clean JavaScript Tests With the BASIC Principles (gol) | | 499 |
testing, principles |
Animation Techniques for Adding and Removing Items From a Stack (css) | | 498 |
css, animations |
jsPerf—Online JavaScript Performance Benchmark | | 497 |
websites, performance |
Using JavaScript to Detect High Contrast and Dark Modes (sco) | | 496 |
accessibility, colors, contrast, dark-mode |
Sorting JavaScript Arrays by Nested Properties (eli) | | 495 |
sorting, arrays |
Web Streams Everywhere (and Fetch for Node.js) (oll/css) | | 494 |
nodejs, streaming, data-fetching |
How I Built a Modern Website in 2021 (ken) | | 493 |
html, css |
A JavaScript Developer’s Guide to Browser Cookies (psu) | | 492 |
guides, cookies |
Optimising a JavaScript Library With WebAssembly, a Failed Attempt (ant) | | 491 |
libraries, webassembly |
20 Killer JavaScript One-Liners (sav) | | 490 |
|
Small Bundles, Fast Pages: What to Do With Too Much JavaScript (cal) | | 489 |
performance, bundling |
29 Projects to Help You Practice HTML CSS JavaScript 2021 (thi) | | 488 |
html, css |
The Ultimate Guide to Web Console (keo) | | 487 |
guides, console, debugging |
Vanilla JS Is a Web Performance Decision (cfe) | | 486 |
performance |
Defining Basic JavaScript Terms: “map”, “filter”, and “reduce” (jim) | | 485 |
|
Threats of Using Regular Expressions in JavaScript (dul/bit) | | 484 |
regex |
Web Scraping With JavaScript and Node.js (zen) | | 483 |
nodejs, scraping |
Building a Split-Button Component (arg/dev) | | 482 |
components, html, css |
Writing High-Performance JavaScript (cfe) | | 481 |
performance |
7 Practices to Create Good JavaScript Variables (ale) | | 480 |
variables |
Essential Concepts in JS (rit) | | 479 |
concepts |
How to Use “Promise.any()” (pan) | | 478 |
how-tos, promises |
jsc: My New Best Friend (cho) | | 477 |
tooling |
4 Important Differences Between Regular and Arrow Functions (ale) | | 476 |
functions, comparisons |
Truthy and Falsy: When All Is Not Equal in JavaScript (cra/sit) | | 475 |
|
Using CSS Module Scripts to Import Stylesheets (dan/dev) | | 474 |
css, modules |
What Is a Promise? JavaScript Promises for Beginners (fre) | | 473 |
promises, asynchronicity |
“return await promise” vs. “return promise” in JavaScript (pan) | | 472 |
promises, comparisons |
JavaScript Development: Making a Web Worker Optional (uhl/itn) | | 471 |
web-workers |
Uploading Multiple Files With Fetch (ray) | | 470 |
file-handling, data-fetching |
Refresher on JavaScript Callbacks and Promises (lcu/ato) | | 469 |
callbacks, promises |
How to Use “Promise.allSettled()” (pan) | | 468 |
how-tos, promises |
How to Build Resilient JavaScript UIs (ca/sma) | | 467 |
how-tos, user-experience, resilience |
The (Most Comprehensive) JavaScript Design Principles Guide (cle) | | 466 |
guides, software-design, principles |
The Ultimate Cheat Sheet List for Web Developers (ins) | | 465 |
html, css, cheat-sheets |
An Introduction to Frameworkless Web Components (cra/sit) | | 464 |
introductions, web-components, dom |
6 Useful Frontend Techniques That You May Not Know About (rom) | | 463 |
html, css, techniques |
What Is Tree Shaking? (cfe) | | 462 |
performance, concepts, tree-shaking |
The Ultimate Guide to Browser-Side Storage (cra/ope) | | 461 |
guides, browsers, browser-storage |
Detecting Media Query Support in CSS and JavaScript (kil) | | 460 |
css, media-queries, support |
How to Convert Arrays to Human-Readable Lists in JavaScript (ami) | | 459 |
how-tos, conversion, arrays |
How to Use “Promise.all()” (pan) | | 458 |
how-tos, promises |
How Does Node.js Load Its Built-In/Native Modules? (joy) | | 457 |
nodejs, modules |
Basics of JavaScript Test Driven Development (TDD) With Jest (col) | | 456 |
fundamentals, testing, jest |
“export default thing” Is Different to “export { thing as default }” (jaf) | | 455 |
|
When a Click Is Not Just a Click (css) | | 454 |
|
The State of Web Workers in 2021 (sur/sma) | | 453 |
web-workers |
Encoding Data for POST Requests (jaf) | | 452 |
security, encoding |
Resource Inlining in JavaScript Frameworks (mge/dev) | | 451 |
frameworks, performance, web-vitals |
Debugging JavaScript and Front-End (nic/vir) | | 450 |
videos, debugging |
JavaScript Frameworks and the Lost Art of HTML (ste/deq) | | 449 |
html, frameworks |
What’s New in ES2021 (ral/uid) | | 448 |
ecmascript, standards |
Sorting Colors in JavaScript (tom) | | 447 |
sorting, colors |
Demystifying Styled Components (jos) | | 446 |
css, components |
How to Use Dynamic Imports in JavaScript (ale) | | 445 |
how-tos |
When CSS Isn’t Enough: JavaScript Requirements for Accessible Components (5t3/sma) | | 444 |
css, accessibility |
10 Utility Functions for Working With Objects in JavaScript (cri/jav) | | 443 |
functions, objects |
JavaScript: Debouncing and Throttling (the) | | 442 |
debouncing, throttling |
A Thorough Analysis of CSS-in-JS (pfe/css) | | 441 |
css, css-in-js |
Don’t Overabstract Your Components (kir) | | 440 |
html, components |
Tree-Shaking: A Reference Guide (ati/sma) | | 439 |
guides, performance, optimization, tree-shaking |
Create Scripts in JavaScript With zx (wal) | | 438 |
zx, automation |
Introduction to HTTP Cookies (lin) | | 437 |
introductions, cookies |
Checking “Under the Hood” of Code (jay) | | 436 |
dev-tools, browsers, debugging, console, html, css, history |
Content-Aware Image Resizing in JavaScript (tre) | | 435 |
images, resizing |
Variable Scope, Lexical Scope, and Code Blocks in JavaScript (ale) | | 434 |
scope |
Primitive Values, Objects, and References in JavaScript Made Simple (ale) | | 433 |
objects |
Human-Readable JavaScript: A Tale of Two Experts (lau/ali) | | 432 |
maintainability |
Now That’s What I Call Service Worker (mal/ali) | | 431 |
apis, web-workers |
Why Your Website Should Work Without JavaScript | | 430 |
accessibility, support, graceful-degradation |
What Is the JavaScript Internationalization API (I18N)? (cra/sit) | | 429 |
internationalization, apis |
5 Different Ways to Declare Functions in jQuery (cra/sit) | | 428 |
jquery, functions |
A Comprehensive Guide to JavaScript Design Patterns (lam) | | 427 |
guides, software-design-patterns |
Beyond “console.log()”—Level Up Your Debugging Skills (cod/sit) | | 426 |
console, debugging |
JavaScript: What Is the Meaning of “this”? (jaf/dev) | | 425 |
|
Garbage Collection in JavaScript (sat/gro) | | 424 |
garbage-collection |
Revisiting Dark Patterns With the HTML “dialog” Tag (tan) | | 423 |
modals, html |
An Introduction to the Rollup.js JavaScript Bundler (cra/sit) | | 422 |
introductions, bundling, tooling, rollup |
JavaScript Obfuscation: What, Why, and How? (rix) | | 421 |
obfuscation |
2020 JavaScript Rising Stars (mic+) | | 420 |
frameworks, nodejs, react, vuejs, angular, building, testing, tooling, css-in-js, mobile, state-management, graphql, retrospectives |
A Practical Introduction to Dependency Injection (sma) | | 419 |
introductions, maintainability |
HTML and CSS Techniques to Reduce Your JavaScript (ant/per) | | 418 |
html, css, performance |
JavaScript (tka/htt) | | 417 |
web-almanac, studies, research, metrics |
Why It’s Good for Users That HTML, CSS, and JS Are Separate Languages (hdv) | | 416 |
html, css |
Warp: Improved JS Performance in Firefox 83 (jan/moz) | | 415 |
firefox, mozilla, browsers, performance, spidermonkey, javascript-engines |
The Good Web and the Bad Web (kzi) | | 414 |
web, mastodon |
Advanced GraphQL Usage in Gatsby Websites (lim/sma) | | 413 |
gatsby, graphql |
Basic Math in JavaScript—Numbers and Operators (mdn) | | 412 |
math, operators |
Animating React Components With GreenSock (bev/sma) | | 411 |
react, gsap, components, animations |
Loading Third-Party JavaScript (add+/dev) | | 410 |
performance |
“this” in JavaScript and TypeScript (dea) | | 409 |
typescript |
JS Minification Benchmarks (pri) | | 408 |
minification, metrics |