9 Best Articles in 2021
pouchdb.com
We have a problem with promises
pouchdb.com
~19 min read · 81 saves · From 2016 · Fellow JavaScripters, it's time to admit it: we have a problem with promises. No, not with promises themselves. Promises, as defined by the A+ spec, are awesome. The big problem, which has revealed…
pouchdb.com
We have a problem with promises
pouchdb.com
~19 min read · 51 saves · From 2015 · Fellow JavaScripters, it's time to admit it: we have a problem with promises. No, not with promises themselves. Promises, as defined by the A+ spec, are awesome. The big problem, which has revealed…
scotch.io
JavaScript Promises for Dummies
scotch.io
~13 min read · 51 saves · From 2016 · Javascript Promises are not difficult. However, lots of people find it a little bit hard to understand at the beginning. Therefore, I would like...
blog.getify.com
Promises: All The Wrong Ways
blog.getify.com
20+ min read · 16 saves · From 2016 · Examining all the many ways we abuse JavaScript promises.
codeburst.io
JavaScript: Learn Promises
codeburst.io
4 min read · 30 saves · From 2017 · JavaScript Promises made easy. Learn the basics in 5 minutes.
Seth Godin
Make better promises
Seth Godin
18 saves · From 2018 · We spend so much of our time keeping promises, fretting about promises, whittling down promises… that we rarely put the effort into creating better ones. More generous. More urgent. More pers…
Tyler McGinnis
The Evolution of Async JavaScript: From Callbacks, to Promises, to Async/Await
Tyler McGinnis
20+ min read · 67 saves · From 2018 · In this post you'll learn about the historical context as well as the pros and cons behind the three most popular JavaScript async patterns - Callbacks, Promises, and Async/Await.
André Staltz
André Staltz - Promises are not neutral enough
André Staltz
9 min read · 26 saves · From 2018 · Open Source Freelancer
twilioinc.wpengine.com
A quick guide to JavaScript Promises
twilioinc.wpengine.com
6 min read · 11 saves · From 2016 · Learn how to work with JavaScript Promises, how to chain them, execute them in parallel and in series and free yourself from "callback hell".
Trending
In Science
Nature
tl;dr: this AI sums up research papers in a sentence
Nature
2 min read · 137 saves · 2020-11-23 · Search engine’s tool for summarizing studies promises easier skim-reading.
In Media
Nieman Lab
The Correspondent, De Correspondent’s English-language site, is shutting down on Dec. 31 » Nieman Journalism Lab
Nieman Lab
7 min read · 73 saves · 2020-12-10 · Nieman Lab reported extensively on the disconnect between The Correspondent's promises and its actual product.
In Programming
freeCodeCamp.org
How to Learn JavaScript Promises and Async/Await in 20 Minutes
freeCodeCamp.org
6 min read · 102 saves · 2020-12-01 · On the web, many things tend to be time-consuming – if you query an API, it can take a while to receive a response. Therefore, asynchronous programming is an essential skill for developers. When…
The Independent
The Independent
The Independent
2 min read · 65 saves · Jan 8th · ‘We need urgent action to restore the abundance of our insect populations, not broken promises that make the ecological crisis even worse,’ says Wildlife Trusts
More like this
medium.freecodecamp.com
How Flexbox works — explained with big, colorful, animated gifs
medium.freecodecamp.com
5 min read · 187 saves · From 2017 · Flexbox promises to save us from the evils of plain CSS (like vertical alignment).
In Blockchain
Slate
Trust No One. Not Even a Blockchain.
Slate
4 min read · 112 saves · 2020-01-25 · Ironically, this technology that promises transparency and verifiability is presented as completely inscrutable.
Quartz
Turns out it doesn’t take 10,000 hours to become an expert
Quartz
1 min read · 134 saves · 2019-09-08 · Olivia Goldhill · The popularity of the 10,000-hour rule says more about the hope it promises than any rigorous science.
In Design
The Guardian
The empty promises of Marie Kondo and the craze for minimalism
The Guardian
~15 min read · 445 saves · 2020-01-03 · Kyle Chayka · The long read: From the ‘KonMari method’ to Apple’s barely-there design philosophy, we are forever being urged to declutter and simplify our lives. But does minimalism really make us any happier?
DEV Community 👩💻👨💻
9 Promising Promise Tips
DEV Community 👩💻👨💻
10 min read · 14 saves · From 2018 · Helpful tips to use javascript promises better
In Productivity
Entrepreneur
Your Search for Productivity Tools Is Killing Your Productivity
Entrepreneur
3 min read · 149 saves · 2019-12-09 · Productivity apps make big promises, but it's how you use them that matters.
Chrome Developers
Async functions - making promises friendly | Web | Google Developers
Chrome Developers
~13 min read · 33 saves · From 2016 · Async functions allow you to write promise-based code as if it were synchronous
The New Yorker
Why Doctors Hate Their Computers
The New Yorker
255 saves · From 2018 · Digitization promises to make medical care easier and more efficient. But are screens coming between doctors and patients?
medium.com
Understand promises before you start using async/await
medium.com
7 min read · 22 saves · From 2016 · With Babel now supporting async/await out of the box, and ES2016 (or ES7) just around the corner, more and more people are realizing how…