Please enable JavaScript.
Coggle requires JavaScript to display documents.
Full-Stack Development - Coggle Diagram
Full-Stack Development
JavaScript
What's the difference between arrow function and wrapper function
What is the main difference between var, const and let
What do you know about (map and reduce)
What are asyncronous calls?
Node.js
What is NodeJS?
What is expressjs?
what are the elements of expresjs applications?
What is midleware and how do you apply it in an application?
Webservices
What is HTTP?
What is the HTTP protocol for?
What is a web API?
What is the difference between REST and SOAP?
Can I use XML in REST?
What are HTTP satus codes?
React
What's the difference between functional components and class components?
What are props and state for?
How can you update a state in a React component?
Is this an asyncronous process?
What is the difference between a component and a pure component?
Redux
What is Redux
What problems does it solve?
What is flux architecture?