Skip to content

Jessitron

Search
  • Blog
  • Twitter
  • Patreon
  • Talks
  • Newsletter
  • Search
Search
  • Blog
  • Twitter
  • Patreon
  • Talks
  • Newsletter
  • Search

Asynchronous

Understanding Promises in JavaScript (with yarn and Legos)

May 26, 2019January 7, 2018

TL;DR: creating a Promise splits off another path of execution, and the Promise object represents the end of that path. Calling .then adds code to the end of that path. You can think of your program’s execution as following a piece of yarn. this video illustrates the difference between a synchronous program and the same program …

Read moreUnderstanding Promises in JavaScript (with yarn and Legos)

Tags Asynchronous, javascript, Programming, typescript

popular

  • PowerShell for `rm -rf`
    PowerShell for `rm -rf`
  • PowerShell equivalent of find
    PowerShell equivalent of find
  • Run an OpenTelemetry Collector locally in Docker
    Run an OpenTelemetry Collector locally in Docker
  • Five Measurements You Should Make and Then Ignore (Plus One to Watch Intently)
    Five Measurements You Should Make and Then Ignore (Plus One to Watch Intently)
  • Git Rebase inside IntelliJ IDEA
    Git Rebase inside IntelliJ IDEA

twitter

My Tweets

instagram

Beer on a boat on the Thames
Every software team has a “process,” a series of steps of work. And then move back and forth between them in no order, mashing them together and adding others as needed. Let’s call this a set of activities, and stop pretending work moves from left to right.
I am a daffodil in December
Can we see the system without owning it, without making it right or wrong?

meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Blog
  • Twitter
  • Patreon
  • Talks
  • Newsletter

Tags

abstraction agile architecture automation change clojure complexity concurrency conference design DevOps Engineering functional functionalPrinciples Generativity git Java javascript learning OO philosophy products property-based testing reference ruby scala science secure code Software Development symmathesy systems Systems Thinking teams testing thinkingFunctionally tistil typescript Web Development wit Yak Shaving

Archives

Search

© 2022 Jessitron, LLC
Scroll back to top