Tuesday, August 08, 2017

IMAD Hasura — Week 2

Building your webapp
  1. Practical: SSH + Network experiments
  • Topics Covered : SSH ,
  • installing putty , login ,ifconfig,ipv4=2x32,ipv6=2x128 size address
  • ping, packet loss , round trip time , traceroute
  • plotting traceroute IP on MAP
  • Ping command being disabled by ICMP protocol
  • Video Link : Youtube 
  • Google Drive Link : Google Docs 
2.Practical: Building a webapp with nodejs and using git. Introduction to reverse proxies.
  • Deploying app how it works 
  • Forking project from github 
  • How do multiple domain work on same IP 1) Every User use different port number 2) Using the Reverse Proy 
  • Concept of Load Balancing using nginx
  • npm install to install all the dependencies
  • starting server on port 8080 by command node server.js
  • Video Link : Youtube
  • Google Drive Link : Google Docs
3.Practical: Introduction to server-side javascript and HTML/CSS
  • Server side programming to rediredt
  • introduction to HTMl
4.Practical: Introduction to client-side Javascript
HTTP request code 

No comments:

Post a Comment