Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.29 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.29 KB

Web-development

JavaScript

  • Variables
  • Operations
  • Functions
  • Control Flow Statements
  • Callbacks
  • Promise
  • Async & Await
  • DOM & Event Listner
  • Inline, Internal & External JS

NodeJS

  • What is NodeJS?
  • Why to use NodeJS?
  • Difference between Browser runtime & NodeJS runtime
  • Explain Non-blocking, event-driven and asynchronous with example
  • Node Module System
  • Event Loop, Call Stack & Callback Queue
  • How Synchronous & Asynchronous JS works?

MongoDB

  • Difference between SQL & NoSQL
  • Advantages of NoSQL
  • Disadvantages of NoSQL
  • When to use what : SQL & NoSQL?
  • Mongoose Query Operators

Express

APIs

Authentication