Node.js Tips — Async Functions, Read Files from S3, and Closing Servers

John Au-Yeung
Dev Genius
Published in
4 min readJul 14, 2020

--

Photo by Ayla Verschueren on Unsplash

Like any kind of apps, there are difficult issues to solve when we write Node apps.

In this article, we’ll look at some solutions to common problems when writing Node apps.

Avoid the async/await Inside of a new Promise() Constructor Antipattern

--

--