Become a member
Sign in
Eric Chung
Eric Chung

Eric Chung

77 Following
1 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Eric Chung

See more

From Using promises as timeout handlers in Javascript by Henrique Barcelos

Promise.race([appPromise, makeTimeout(10000)])
.then(startServer)
.catch(err => {

console.error('Could not start the server!', err)
process.exit(1)
})

From Using promises as timeout handlers in Javascript by Henrique Barcelos

Promise.race([appPromise, makeTimeout(10000)])
.then(startServer)
.catch(err => {
console.error('Could not start the server!', er…

From Computer Vision and Why It is so Difficult by David Amerland

…r vision (and object recognition in search) we demand a higher standard than we would with a human. Mistakes made by machines undermine our trust in them because, unlike with humans we cannot usually see how they failed. As a result their failure becomes generalized and we perceive a machine (where it is a search algor…

Claps from Eric Chung

See more

Microservice Architecture at Medium

Xiao Ma

Using Events to build evolutionary architectures

Kislay Verma

Taming Data Quality with Circuit Breakers

Sandeep Uttamchandani