DEV Community

Discussion on: OAuth 2.0 with Google API in Node.js

Collapse
 
eddie023 profile image
Manish Chaulagain

Hi arpan, how you doing?
Some tips to start off your full stack career in the right way

  1. Try learning typescript this will help you a lot for big js projects.
  2. Use arrow functions and other es6 syntax.
  3. Add linter and prettier to format your code. This is one suggestion I would like to emphasis on to learn from the beginning. You will thank me later. See airBnB style guide.
  4. Also try to see how to structure js projects. Learn to modularize relevant suff into one place.

Great to see that you are sharing your coding journey! Best of luck. :)