Skip to content

RajnishDashora/node-workshop-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Installation: Git, Node, VSCode

Git in practice

  • Version Control Systems
  • Basic Commands
    • git init
    • git status
    • git add
    • git commit
    • git log
    • git clone
    • git checkout

Javascript

  • JS introduction
  • Lets guess,
    • java != javascript
    • element = document.getElementById(id);
    • 3 && 5, 3 || 5
    • p = () => { return "Hello World";}
    • q = (() =>{ return "Hello World";})();

Node

Test Driven Development - TDD

Lets Code

  • Try writing subtract operation with TDD
  • Got it right ? Carry on with multiplication and division
  • Switch to calculator-model branch.

Web Frameworks

  • web servers
  • Hello Express!
  • REST
  • Switch to Calculator_Express_Setup branch

Lets Code Again?

  • Try writing subtract operation API with Express
  • Got it right ? Can you try making a POST request for multiplication and division
  • Switch to Solution_With_Express branch

And We Have An Express Based Calculator App !

  • Discuss solution
  • REST verbs?

Know More

Fixes:

- http://askubuntu.com/questions/743814/unable-to-find-expected-entry-main-binary-i386-packages-chrome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published