Learning Web Development: Asynchronous JavaScript—Promises and “async” Functions (rau )Sep 2, 2025 45 javascript , promises , functions Understanding “Promise.any()”: When One Success Is Enough Aug 25, 2025 44 javascript , promises Is There an “AsyncLocalStorage” Penalty? Aug 17, 2025 43 nodejs , performance Modern Async Iteration in JavaScript With “Array.fromAsync()” Jul 14, 2025 42 javascript , arrays Modern Node.js Patterns for 2025 Jun 26, 2025 41 nodejs , software-design-patterns , esm , apis , testing , streaming , worker-threads , developer-experience , monitoring , deploying , errors Using “await” at the Top Level in ES Modules Jun 16, 2025 40 javascript , esm Faster Python: Concurrency in “async”/“await” and Threading (che /jet )Jun 10, 2025 39 python , multithreading , concurrency Cold vs. Hot Observables in Angular With RxJS May 13, 2025 38 angular , reactivity , examples , terminology Understanding Java’s Asynchronous Journey May 12, 2025 37 java , history Could JavaScript Have Synchronous “await”? (rau )Mar 28, 2025 36 javascript My Thoughts on Asynchronous Accessibility APIs (jcs )Mar 20, 2025 35 accessibility , apis JavaScript Best Practice: Use “return await” Mar 6, 2025 34 javascript , best-practices Let’s Standardize Async CSS (sco )Jan 9, 2025 33 css “AsyncLocalStorage”: Simplify Context Management in Node.js (tre )Dec 20, 2024 32 nodejs , javascript Is It Okay to Make “connectedCallback” Async? (nol )Jul 28, 2024 31 javascript , callbacks , web-components Better Ways to Use Async Functions in JavaScript Jul 21, 2024 30 javascript , functions , promises What’s New With ECMAScript 2024: An In-Depth Guide on the Latest Features (des )Jul 5, 2024 29 guest-posts , guides , overviews , ecmascript Streaming HTML—Asynchronous DOM Updates Without JavaScript (inf )Jun 11, 2024 28 html , dom , streaming How to Use jQuery’s “ajax()” Function for Asynchronous HTTP Requests Mar 26, 2024 27 how-tos , jquery , ajax , functions Understanding Memory Heap and Memory Leaks—How the JS Engine Works (fro )Mar 20, 2024 26 javascript-engines , memory , garbage-collection Mastering Promises: 8 Advanced Tips and Techniques Jan 5, 2024 25 javascript , promises , techniques , tips-and-tricks Asynchronous JavaScript—How to Use Promises in Your JS Code (fre )Dec 11, 2023 24 how-tos , javascript , promises Asynchronous JavaScript for Beginners Jun 1, 2023 23 javascript Flow Control in JavaScript: Callbacks, Promises, “async”/“await” (cra )Jan 26, 2023 22 javascript , callbacks , promises Speeding Up Async Snippets (css )Oct 12, 2022 21 performance , javascript Understanding “async” and “await” Oct 7, 2022 20 javascript 14 Linting Rules to Help You Write Asynchronous Code in JavaScript Mar 25, 2022 19 javascript , linting Why I Avoid “async”/“await” Mar 5, 2022 18 javascript You Can “throw()” Anything in JavaScript—and Other “async”/“await” Considerations Feb 19, 2022 17 javascript Avoiding FOUT With Async CSS Sep 4, 2021 16 fonts , flash-of-x , css What Is a Promise? JavaScript Promises for Beginners (fre )Aug 16, 2021 15 javascript , promises Understanding Async Await (sar /css )Jan 9, 2020 14 javascript , promises The Simplest Way to Load CSS Asynchronously (sco )Jul 19, 2019 13 css , performance Finally… a Post on Finally in Promises (sar /css )Jul 16, 2019 12 javascript , promises “await” vs. “return” vs. “return await” (jaf )Dec 7, 2017 11 javascript Using ES2017 Async Functions (css )Aug 14, 2017 10 ecmascript , javascript , functions ES6 Promises in Depth Sep 28, 2015 9 ecmascript , javascript , promises , callbacks , events Authoring Critical Above-the-Fold CSS (css )Jul 14, 2014 8 css , sass , performance “async” Attribute and Scripts at the Bottom (chr /css )Jun 16, 2014 7 html , javascript Taming Asynchronous JavaScript May 8, 2013 6 javascript , callbacks , promises , nodejs Broken Promises Mar 31, 2013 5 nodejs , promises , callbacks Callbacks Are Imperative, Promises Are Functional: Node’s Biggest Missed Opportunity Mar 30, 2013 4 javascript , nodejs , callbacks , promises Why Is Node.js So Much Faster? (sim )Jan 1, 2013 3 nodejs , javascript , performance Evolution of Script Loading Dec 6, 2010 2 html , javascript , performance Coupling Asynchronous Scripts Dec 27, 2008 1 javascript , html , performance