The Event Loop
Event Loop and Worker Pool
Optimising Node.js performance by avoiding broken Promises
Differences between import types
import
<aside> 💡
An async function will be run synchronously until the first await is hit.
async
await
</aside>
TypeScript tricks
Benchmarking JS
NestJS
React
Next.js