Notes to SelfYenly

Nodejs

  • [Use cross-env For Env Variables]
  • [Use Express Async Errors Instead of Try/Catch]
  • [Use Try/Catch with Async/Await]
  • [CORS Middleware]
  • [Worker Threads]

ExpressJS

  • [Middleware Functions]