Reviewing a node.js weather application

In this episode, I will be reviewing a weather app developed in node.js using express.js.

Topics

  • 00:00Introduction of the application

  • 02:18Readme file

  • 04:31Code Formatting

  • 08:58Spell Check

  • 11:02Naming Convention

  • 12:32Storing & Retrieving Secrets

  • 15:42String Interpolation

  • 16:42Avoid using else

  • 18:49Avoiding Callback Hell using async & await

  • 22:56Loose Coupling - Separating Business & View Logic

  • 27:21Error Handling - What you should not do

References