Skip to main content

Posts

Showing posts from December, 2017

Some YouTube channel which every Programmer must Subscribe

Some YouTube channel which every Web Programmer must Subscribe Hitesh Chaudhary Hitesh Chaudhary is Awesome Youtuber as well as a programmer. He  share video very frequently, his video is mostly about tech talks. You should Subscribe his channel to get some latest technologies News. Travesy Media Traversy Media's guy is awesome Youtuber as well as excellence  Mentor at UDEMY. He mostly shares a preview video of his Udemy Course Video. His youtube videos are preview part of Udemy Complete Course but his preview is really a lot to understand and start working on that technology. He is the very Creative guy, he always creates some product in his tutorial. The Coding Train He is best because he mostly does challenging work within some time limit during youtube video. He is Professor. He mainly works on p5,js and implements everything using p5.js .like Game, Machine Learning, Fireasbe etc. Siraj Rava He is almost same as Shiffman (The Coding T...

How to setup Firebase ?

How to Setup Firebase in WEB Step 1 :   Download NodeJS  (LTS) and Install it. You can download any from these two . I'll suggest you to go with 8.9.3 LTS . Step 2 : Install Firebase CLI npm install -g firebase-cli Step 3 : Open Command Prompt and Login to Firebase. firebase login Step 4 : Initialise Firebase App in the desired directory firebase init Step 5 : Deploy Your Project firebase deploy