Frontend Dogma

“javascript” Archive

Supertopics: , programming-languages · subtopics: , , , , , , , , , , , , , , , , , , ,  (non-exhaustive) · glossary look-up: “javascript”

Entry (Sources) and Other Related TopicsDate#
Write More Reliable JavaScript With Optional Chaining1,533
Is It JavaScript? (jim)1,532
, , , ,
Why Are 2025/05/28 and 2025-05-28 Different Days in JavaScript?1,531
The 3 Ways JavaScript Frameworks Render the DOM (rya)1,530
, , ,
JavaScript’s Upcoming Temporal API and What Problems It Will Solve1,529
Multithreading in JavaScript With Web Workers (hon)1,528
, ,
Make Screen Readers Talk With the ARIA Notify API (ale)1,527
, , ,
You Can Style Alt Text Like Any Other Text (geo/css)1,526
, , ,
A Brief History of JavaScript (den)1,525
, , , , , ,
Authenticating JavaScript WebSockets1,524
,
Introduction to JavaScript Frameworks (rya)1,523
, , , , , , ,
JavaScript in the Morning, JavaScript in the Evening… (ray)1,522
The State of JavaScript Debugging in WebAssembly (the)1,521
,
How JavaScript’s “at()” Method Makes Array Indexing Easier1,520
Styling Console Text in Node.js (rau)1,519
,
JavaScript Compile Hints: What They Are and When to Use Them (tre)1,518
, ,
I Think the Ergonomics of Generators Is Growing on Me (mac)1,517
Building the Bridge: Running JavaScript Modules From Dart1,516
, , , ,
Migrating a JavaScript Project From Prettier and ESLint to BiomeJS (app)1,515
, , ,
The Power of the Spread and Rest Syntax in JavaScript1,514
Event Handling in JAWS and NVDA (sib/tpg)1,513
, , , , ,
JavaScript, When Is This? (wil/pic)1,512
Giving V8 a Heads-Up: Faster JavaScript Startup With Explicit Compile Hints1,511
, ,
Converting Values to Strings in JavaScript (rau)1,510
Giving Software Away for Free (sim)1,509
, ,
Why Care About the No-JS Experience? (cfe)1,508
Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library (jan)1,507
,
JavaScript Framework Reality Check: What’s Actually Working (the)1,506
, , , ,
Why I’m Not Ready to Abandon JavaScript for “Faster” Languages1,505
, , ,
Creating CSS Theme Variables From a JS File (mic)1,504
, , ,
Contextual Logging With “console.context()” (pat)1,503
, ,
When to Use “map()” vs. “forEach()”1,502
,
Optimizing Node.js Performance: V8 Memory Management and GC Tuning (mco/pla)1,501
, , , , , ,
Float16Array in JavaScript (tre)1,500
Next Level CSS Styling for Cursors (val/css)1,499
,
A Flowing WebGL Gradient, Deconstructed1,498
, ,
Exploring TypeScript: TS 5.8 Edition (rau)1,497
,
Mastering Default Values in JavaScript With the Nullish Coalescing (“??”) Operator1,496
Some Features That Every JavaScript Developer Should Know in 20251,495
, , ,
Hiding Elements That Require JavaScript Without JavaScript (0xd)1,494
,
Debugging JavaScript Memory Leaks (jar/bun)1,493
, , , , , ,
A Decade of Impact: How Our npm Packages Hit 1 Billion Downloads and Shaped JavaScript1,492
, ,
React 19’s New Hooks: With Practical Examples (let)1,491
, ,
Deno vs. Oracle Update 3: Fighting the JavaScript Trademark (tin/den)1,490
, , ,
Breaking Down Circular Dependencies in JavaScript1,489
Could JavaScript Have Synchronous “await”? (rau)1,488
Automated Visual Regression Testing With Playwright (css)1,487
, , ,
JavaScript’s Missing Link: Wasp Offers Full Stack Solution (low/the)1,486
, ,
Land Ahoy: Leaving the Sea of Nodes1,485
, ,
War Story: The Hardest Bug I Ever Debugged (jak)1,484
, , , ,
UI Algorithms: A Tiny Undo Stack (jul)1,483
,
Previewing Content Changes in Your Work With “document.designMode” (sma)1,482
, , ,
JavaScript Basics for a Senior Dev1,481
, ,
SSR Deep Dive for React Developers1,480
, ,
How WebAssembly Components Can Replace JavaScript SDKs (sac)1,479
,
Stop Chasing New JavaScript Frameworks: Build With Fundamentals Instead1,478
, , , , , ,
Why the Latest JavaScript Frameworks Are a Waste of Time1,477
, ,
“Intl.DurationFormat”: Format Time Durations With Locale Support (tre)1,476
A Perplexing JavaScript Parsing Puzzle (hil)1,475
,
On JavaScript Closures (With Examples of Interview Questions) (mar)1,474
, , , ,
Ten Years Ago Today I Coined the Shorthand “js;dr” for “JavaScript Required; Didn’t Read” (tan)1,473
,
JavaScript Best Practice: Use “return await”1,472
,
The Professional Standing of Frontend Developers (mar)1,471
, , , , , , , ,
JavaScript (htt)1,470
, , , , , , , , ,
7 Best Practices of File Upload With JavaScript and React1,469
, ,
Image Comparison Slider in 6 Lines of JavaScript1,468
,
JavaScript Fatigue Strikes Back (all)1,467
, , ,
How to Reduce Web Application Bundle Size? (ant)1,466
, , ,
What Is TypeScript? An Overview for JavaScript Programmers (rau)1,465
, ,
Justified Text, JS “moveBefore” Method, Performance Optimization (zor/css)1,464
, , , ,
Turbocharging V8 With Mutable Heap Numbers1,463
, , ,
Solved by Style Observer: “Element.matchContainer()” (bra)1,462
Subverting Control With Weak References (jlo)1,461
Speeding Up the JavaScript Ecosystem—Rust and JavaScript Plugins (mar)1,460
, ,
Clean Code in JavaScript: A Comprehensive Guide1,459
, , , , , , , ,
Introduction to Frontend Development (the)1,458
, , , , , , ,
TC39 Advances 3 Proposals to Stage 4: RegExp Escaping, Float16Array, and Redeclarable Global Eval Vars (sar/soc)1,457
, , , , ,
20 Years of AJAX: The Technology That Revolutionized Web Development (lav)1,456
, ,
How to Move the First Element to the End in JavaScript1,455
Create Contextual Console Loggers (pat/dev)1,454
, , , , , , ,
Testing 10 JavaScript Frameworks on Their HTML Defaults (j9t)1,453
, , , ,
Style Observer: JS to Observe CSS Property Changes, for Reals (lea)1,452
, ,
Think JavaScript Is Slow? Here’s How JIT (Just in Time) Compilation Makes It 100× Faster Instantly1,451
,
View Transitions Applied: More Performant “::view-transition-group(*)” Animations (bra)1,450
, ,
Using “at()” Method in JavaScript to Get the Last Item From an Array (ama)1,449
Move on to ESM-Only (ant)1,448
, , , ,
Oracle Justified Its JavaScript Trademark With Node.js—Now It Wants That Ignored (tin/den)1,447
, , ,
Fast and Smooth Third-Party Web Fonts (sco)1,446
, , ,
There Are a Lot of Ways to Break Up Long Tasks in JavaScript (mac)1,445
,
Introducing the JSR Open Governance Board (tin+/den)1,444
, , ,
Is npm Enough? Why Startups Are Coming After This JavaScript Package Registry (kat/red)1,443
, , , ,
Vite With TypeScript (rwi)1,442
, , ,
How to Set WebGL Shader Colors With CSS and JavaScript (nma)1,441
, ,
Page Bloat Update: How Does Ever-Increasing Page Size Affect Your Business and Your Users? (tam/spe)1,440
, , , , ,
What Text Area Popovers Taught Me About Browser APIs (bla)1,439
, ,
How Long Is a Second in JavaScript? (iag)1,438
The Modern Way to Write JavaScript Servers (mar)1,437
,
JavaScript Temporal Is Coming (bsm/mdn)1,436
Exploring AI, Web Development, and Accessibility in Tech With Stefan Judis (ste+/wea)1,435
, , , , , ,
Simplify Lazy Loading With Intersection Observer’s “scrollMargin” (fro)1,434
, , ,
My Website Has Been Gaslighting You (dav)1,433
, ,
Generating Test Values Using JavaScript Generators1,432
, ,
Google Begins Requiring JavaScript for Google Search (kyl/tec)1,431
SolidJS Creator on Confronting Web Framework Complexity (low/the)1,430
, , , , , ,
What Is a Callback Function? (cfe)1,429
,
Using SVGs on Canvas With Compose Multiplatform (eev)1,428
, ,
Making “this” Less Annoying (dav)1,427
,
JavaScript’s “Promise.race” and “Promise.all” Are Not “Fair” (chr)1,426
JavaScript Hashing Speed Comparison: MD5 Versus SHA-256 (lem)1,425
, , , ,
Oracle Refuses to Yield JavaScript Trademark, Deno Land Says (inf)1,424
, ,
All JavaScript Keyboard Shortcut Libraries Are Broken1,423
,
Sharing a Variable Across HTML, CSS, and JavaScript (chr/fro)1,422
, ,
5 Technical JavaScript Trends You Need to Know About in 2025 (the)1,421
, , , , , , ,
Top PHP Alternative for Web Development?1,420
, , , , ,
Reckoning: Frontend’s Lost Decade (sli)1,419
, ,
2024 JavaScript Rising Stars1,418
, , , , , , , , , , , ,
Progressive Enhancement Brings Everyone In (jay)1,417
, , ,
What’s Actually Happening With JS Frameworks1,416
, ,
The Difference Between HTML Attributes and Properties (pau/clo)1,415
, ,
Relatively New Things You Should Know About HTML Heading Into 2025 (chr/fro)1,414
, , , , , ,
JavaScript Frameworks—Heading Into 2025 (rya/thi)1,413
, , ,
Refactoring a Web Performance Snippet for Security and Best Practice (the)1,412
, ,
View Transitions Snippets: Getting All Animations Linked to a View Transition (bra)1,411
, ,
Breaking Up With Long Tasks or: How I Learned to Group Loops and Wield the Yield (rvi)1,410
A Gentle Introduction to Using a Vector Database1,409
, , ,
Shallow Clones Versus Structured Clones (phi)1,408
JavaScript Benchmarking Is a Mess1,407
Broadcast Channel API (5t3)1,406
Important Topics for Frontend Developers to Master in 20251,405
, , , , , , , , , ,
JS Import Maps (5t3)1,404
,
“AsyncLocalStorage”: Simplify Context Management in Node.js (tre)1,403
,
How to Create Multi-Step Forms With Vanilla JavaScript and CSS (css)1,402
, ,
State of JavaScript 2024 [Results] (sac/dev)1,401
WebAssembly JavaScript Interface (w3c)1,400
, ,
11 Essential JavaScript Hooking Techniques for Reverse Engineering in 2024 (xiu)1,399
,
Your JavaScript Bundle Is Too Fat1,398
, , , , , , ,
5 Technical Trends to Help Web Developers Stand Out in 2025 (the)1,397
, , , ,
Native HTML Light and Dark Color Scheme Switching (pep/mat)1,396
, , ,
Understanding the Main Thread in the Browser1,395
,
Publishing a Simple Client-Side JavaScript Package to npm With GitHub Actions (sim)1,394
, ,
Just Say No to JavaScript (nic/inf)1,393
,
Creating an Effective Multistep Form for Better User Experience (sma)1,392
, ,
Let’s Learn Generators in JavaScript1,391
The 5 Most Transformative JavaScript Features From ES15 (tar)1,390
Observation: CSS Math Eval (kiz)1,389
,
Contributing to JavaScript and TypeScript (rob/blo)1,388
, , ,
Building Better CLI Apps (mol/blo)1,387
, , ,
Deno vs. Oracle: Canceling the JavaScript Trademark (tin/den)1,386
, ,
Mastering JavaScript Event Delegation1,385
JavaScript Events Made Easy: A Comprehensive Guide for Beginners1,384
,
Exploring Alternative Interactions in JavaScript (dev/dev)1,383
, ,
State of JavaScript 2024 (sac/dev)1,382
Mastering Accessible Modals With ARIA and Keyboard Navigation (a11)1,381
, , ,
Importing a Frontend JavaScript Library Without a Build System (b0r)1,380
, , , ,
The Art of Clean Code: A Practical Guide to Writing Maintainable JavaScript1,379
, ,
Exploring JavaScript Symbols (tre)1,378
Self-Contained Executable Programs With Deno Compile (tin/den)1,377
, ,
Understanding Bitwise Shifts in JavaScript: “<<” and “>>” (tre)1,376
JavaScript Import Attributes (ES2025) (tre)1,375
Why Does JavaScript’s “parseInt(0.0000005)” Print “5”?1,374
Mapping Over Promises in JavaScript (pmb)1,373
How a BBC Navigation Bar Component Broke Depending on Which External Monitor It Was On (jos)1,372
,
Should Web Designers Learn JavaScript or CSS? (ope)1,371
, ,
Maybe It Isn’t JavaScript (gee)1,370
, ,
Celebrating Innovation and Impact: JavaScriptLandia Community Awards (ope)1,369
How Bun Supports V8 APIs Without Using V8 II (bun)1,368
, ,
Introducing the vlt Package Manager and Serverless Registry1,367
, , ,
JavaScript’s “??=” Operator: Default Values Made Simple (tre)1,366
JavaScript’s “&&=” Operator: Understanding Logical “AND” Assignment (tre)1,365
How to Test JavaScript for Accessibility Compliance (flo/a11)1,364
, , , ,
How Do HTML Event Handlers Work? (tbr)1,363
,
JavaScript Do’s and Don’ts (mua)1,362
What Is the JavaScript Pipeline Operator “|>” (tre)1,361
Octoverse: AI Leads Python to Top Language as the Number of Global Developers Surges (git)1,360
, , , , , , , , , ,
How to Roll Your Own Auth in JavaScript and TypeScript (rwi)1,359
, ,
JavaScript Best Practices (jet)1,358
20 JavaScript Tricks Every Developer Must Know1,357
JavaScript Truthy and Falsy: A Deep Dive (tre)1,356
How We Shrunk Our JavaScript Monorepo Git Size by 94%1,355
,
Should JavaScript Be Split Into Two Languages? New Google-Driven Proposal Divides Opinion1,354
, ,
Passing Data to New Window Using JavaScript1,353
Front End Debugging: Not Just Console Log (deb)1,352
, ,
Why I’m Skeptical of Rewriting JavaScript Tools in “Faster” Languages (nol)1,351
,
Set the Default Time Zone in Node.js (ste)1,350
, ,
How to Build an Image Search Application With OpenAI CLIP and PostgreSQL in JavaScript1,349
, , , , , , ,
Platform Strategy and Its Discontents (sli)1,348
, , , , ,
How to Convert CommonJS to ESM (den)1,347
, , ,
Does Deno 2 Really Uncomplicate JavaScript? (fir)1,346
, , ,
The Greatness and Limitations of the “js-framework-benchmark” (nol)1,345
, , ,
The Secrets of JavaScript Object Property Order1,344
I Didn’t Know You Could Use Sibling Parameters as Default Values in Functions (mac)1,343
JS Frameworks, in Their Own Words (by Word Cloud) (j9t)1,342
, , , , , , , ,
Handling Paste Events in JavaScript (ray/fro)1,341
The Popover API: Your New Best Friend for Tooltips (dev)1,340
, , , ,
Dive Into WebGPU (oka)1,339
,
Floating in Space—Animations With Compose and Canvas (eev)1,338
,
10 JavaScript Concepts Every Node Developer Must Master1,337
,
Unleash JavaScript’s Potential With Functional Programming1,336
,
How Bun Supports V8 APIs Without Using V8 (bun)1,335
, , ,
You Might Not Need That Framework (fro)1,334
Disable Console Logs in Production in Next.js (ami)1,333
, ,
A Guide to Destructuring in JavaScript (wil/pic)1,332
,
Compile and Run C in JavaScript (jar/bun)1,331
Don’t Sleep on AbortController1,330
This New JavaScript Operator Is an Absolute Game Changer (tar)1,329
Oracle, It’s Time to Free JavaScript (tin+)1,328
, ,
How to Use JavaScript With LangChain: A Step-by-Step Guide1,327
, ,
Hacking Cars in JavaScript (Running Replay Attacks in the Browser With the HackRF) (dev)1,326
Bitwise Operators in JavaScript and When to Use Them (8ho)1,325
The Redmonk Programming Language Rankings: June 20241,324
, , , , , , , , , , ,
Rethinking CSS in JS1,323
, , , , ,
Something Went Wrong (mol)1,322
, , ,
From Node.js to Deno: How It All Began (tin)1,321
, , , ,
JavaScript Promises in Depth With V8 Engine Internals1,320
,
What Does Hydration Mean? (chr/fro)1,319
, , ,
The State of ES5 on the Web (phi)1,318
, ,
“setImmediate()” vs. “setTimeout()” in JavaScript (tre)1,317
The Secrets of the “delete” Operator in JavaScript1,316
Look Out, Kids: PHP Is the New JavaScript (dav)1,315
, ,
A Compelling Case for the Comma Operator1,314
Understanding JavaScript Closures With Examples (tre)1,313
,
Quick Tip: Using “flatMap()” to Extract Data From a Huge Set Without Any Loop (cod)1,312
,
JavaScript/Python Array Quick Reference (8ho)1,311
, ,
Cleaning and Speeding Up the JS Ecosystem—Journey So Far1,310
A Complete Guide to Beginning With JavaScript (fro)1,309
, ,
“AggregateError” in JavaScript (tre)1,308
How I Created a 3.78 MB Docker Image for a JavaScript Service1,307
Understanding Web Storage: localStorage, sessionStorage, and Cookies1,306
,
An Enhancement to Accessible Responsive Tables (tem)1,305
, ,
OpenAI Is Shockingly Good at Unminifying Code1,304
, ,
JavaScript Generators Explained, but on a Senior-Level1,303
How to Easily Add Dark Mode to Your Website1,302
, , , ,
Generating Unique Random Numbers in JavaScript Using Sets (sma)1,301
What Skills Should You Focus on as Junior Web Developer in 2024? (fro)1,300
, , , , , , ,
Mutation-Testing Our JavaScript SDKs (sen)1,299
,
The Top Programming Languages 20241,298
, , , , , , , , ,
The Only Widely Recognized JavaScript Feature Ever Deprecated (tre)1,297
Raw-Dogging Websites (bra)1,296
, ,
Can You Convert a Video to Pure CSS?1,295
, ,
Exposing Internal Methods on Vue Custom Elements (jai)1,294
Inside ECMAScript: JavaScript Standard Gets an Extra Stage (mar/the)1,293
Regexes Got Good: The History and Future of Regular Expressions in JavaScript (sma)1,292
,
JS Dates Are About to Be Fixed (iag)1,291
Line Numbers for “<textarea>” Using SVG (sto)1,290
,
Using JavaScript Generators to Visualize Algorithms1,289
,
Good Refactoring vs. Bad Refactoring (ste/bui)1,288
, , ,
Reckoning: The Way Out (sli)1,287
, ,
How I Won $2,750 Using JavaScript, AI, and a Can of WD-401,286
Reckoning: Caprock (sli)1,285
Reckoning: Object Lesson (sli)1,284
,