Please feel free to mention any topics you would like me to make a write-up on or if you want to see a running a code example on any topic in Javascript, I will try my best to explain.
Please subscribe to MPJ on youtube his channel is funfunfunction https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q
Below are some topics for which I will be making new set of notes.
- var-let-const https://gist.github.com/siddrc/3f9d345dcdcb82b1eb86a16da1a8aecb
- JSON https://gist.github.com/siddrc/047fd7220684d8251c9b8751d70d91a3
- Bundled introductory videos
- what is this keyword
- normal functions https://gist.github.com/siddrc/740628c3d8d3d57ce815acf095a5da0a
- arrow functions [!https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions] [https://www.youtube.com/watch?v=mrYMzpbFz18]
- iife, what are iife's
- closures
- Higher order function: functions taking function as an argument. (Covered in Functions)
- Classes
- Constructors
- this.
- REST
- Express https://gist.github.com/siddrc/fb9b95c2e31326c9c4549e0bc1a6bbf9
- React https://reactjs.org/docs/hello-world.html
- Using POSTMAN
- Setting up a simple server using Express in node.js
- Template Literals
- What is Client Server, Request, Response - basics of Web-based applications
- What is ExpressJS
- What is a Database
- Intro to MongoDB, OODBMS to RDBMS comparison https://gist.github.com/siddrc/c430d0a3962795d98b4ba9871703631a
- SQL jargons to Mongodb jargons
- How to install and run mongodb
- mongod and mongo commands
- Writing basic CRUD queries in mongodb using mongo shell
- Making basic CRUD mongodb queries and calling via express application
- Using callbacks for point 27
- Using Promises for point 27
- Using Async and await for point 27
- Making database.js using async and await.
- Making a simple react app.
- API design