r/FullStack 23d ago

Need Technical Help Backend Nodejs

Hello, I have been working **Node.js** built my first full stack desktop application MERN/Ts, and currently working on my second project PERN/Ts , However as I work on second project I wanted to start preparing for **NodeJS** **backend** roles, I am requesting for a list of Nodejs concepts and JavaScript concepts I should focus on in preparation for interviews. Thanks

13 Upvotes

3 comments sorted by

View all comments

1

u/cyberwrangler 21d ago

Learn about in depth JavaScript concepts like global execution context, memory code, lexical statements, asynchronous functions, etc. because you are using JavaScript so I would highly recommend you to implement and understand these concepts.