Friday, 31 May 2019

0009-24- Debugging Server Side Code on Visual Studio Code

Debug Node.js Apps using Visual Studio Code. In this video I will teach you how can you debug server side code right in VS Code. I will do live hands on for creating launch.json file to write configuration for server side debug.| https://youtu.be/Mzm-ikcEMeE| Rupesh Tiwari

Saturday, 18 May 2019

0010-00 Client vs Server Code What is the Difference

Not the Language or Technology defines weather you are writing client or server side code. In this video you will learn what is the basic difference between client side code and server side code.| https://youtu.be/8VG4xkeNNI4| Rupesh Tiwari

0010-10 Attaching Authorization Token Headers in Angular

In your angular app you need to send token to the server every time you send an HTTP Message. Therefore, we need HTTPInterceptor to intercept all HTTP Messages and inject token in the header.| https://youtu.be/OoIL3JDWCd8| Rupesh Tiwari

0010-9 User Authentication Using JWT Server Side Part 2

Welcome to Part 2 Video: In this video you will learn what are the steps in order for authenticating an user in server side.| https://youtu.be/UNsqFxwHDIk| Rupesh Tiwari

0010-8 User Authentication Using JWT Server Side Part 1

In this video you will learn what are the steps in order for authenticating an user in server side.| https://youtu.be/5ukecXKF0D4| Rupesh Tiwari

0010-7 User Registration Using JWT Server Side

In this video You will learn how & when JWT access token has to be created while registering a user to your node.s application.| https://youtu.be/k0Qe7O5oNcs| Rupesh Tiwari

0010-6 JWT Authentication Workflow Google Login

In this video I will teach you the JWT authentication workflow by giving you Google Login. User logs in to Google then automatically gets logged in to your app.| https://youtu.be/eWAXInxWq_I| Rupesh Tiwari

0010-5 Why JWT Authentication for Securing Restful API

You will learn Why do you need JWT authentication for securing your Restful API.| https://youtu.be/MkYqq5j_sOA| Rupesh Tiwari

0010-4 JWT authentication for distrubuted system

In Distributed server it is difficult to maintain the session of logged in user. Therefore JWT Based authentication has out of the box support for distributed servers. Learn more by watching this video till end.| https://youtu.be/2VDclXVUeZo| Rupesh Tiwari

0010-3 What is JWT Based Authentication

You will learn what is JSON WEB TOKEN (JWT) based authentication. JWT Based authentication is world famous and used in almost all modern web/distributed applications.| https://youtu.be/mzU8vWsRkvE| Rupesh Tiwari

0010-2 Cookie Based Authentication with Pros & Cons

In this video You will learn what is cookie based authentication and its pros & cons| https://youtu.be/ZpF8CSR4rhE| Rupesh Tiwari

0010-1 Session Based Authentication

In this video I will explain how many types of authentications are available & then we will learn the advantages and disadvantages of Session Based Authentication.| https://youtu.be/lrqE4_P8_0A| Rupesh Tiwari

0010-20 Easy Steps to Remember JWT Authentication Workflow part 2

Welcome to Part 2: In this video I will give you an easy steps to remember JWT Based Authentication Workflow by giving Real World scenario Example in 2 part.| https://youtu.be/zGlmcoCR1Cc| Rupesh Tiwari

0010-19 Easy Steps to Remember JWT Authentication Workflow part 1

In this video I will give you an easy steps to remember JWT Based Authentication Workflow by giving Real World scenario Example in 2 part.| https://youtu.be/v7c42G3qJtQ| Rupesh Tiwari

0010 -18 Deep Dive to Passport.js part 2

In Part 2: Passport.js is a middle-ware for express and it helps to authenticate. Passport.js has many plugins that we can use for various authentication strategies. We will explore passport.js in depth in 2 part of videos.| https://youtu.be/0czRf3V1tf4| Rupesh Tiwari

0010 -17 Deep Dive to Passport.js part 1

Passport.js is a middleware for expres and it helps to authenticate. Passport.js has many plugins that we can use for various authentication strategies. We will explore passport.js in depth in 2 part of videos.| https://youtu.be/ugNiKd2JECU| Rupesh Tiwari

0010-16 JWT Authentication with Passport js in Server

In Server side we need to intercept each HTTP message to do authentication therefore we will explore how Passport.js will help us to do so in node.js server| https://youtu.be/gawfPZXX3sk| Rupesh Tiwari

0010-15 How to Create JWT Access Token in Server

JWT Access Token Creation is not an easy task. JSON Payload has to be Digitally Signed while creating JWT Access Token & Unsigned/Verified while decoding. We will explore how jsonwebtoken node package will help us to do so.| https://youtu.be/o9iqIpGYGt4| Rupesh Tiwari

0010 -14 Understanding JWT Authentication Flow in Server Side

When HTTP Message comes to Server before it reaches to resource Server should intercept it and do the security checkup. In this video I will explain you the Authentication flow in Server side.| https://youtu.be/9M4jgYvSH24| Rupesh Tiwari

0010-13 Where to store JWT token in Angular App

JWT Token has to be sent in each HTTP Request from Client to Server. Therefore, it is important to save the JWT Access Token in client machine at safe location. In this video we will explore where to store JWT in client side.| https://youtu.be/tabtTvOKEmA| Rupesh Tiwari

0010-12 Angular HTTP Interceptor for JWT authentication

In Angular App HTTP Interceptor is a class that helps us to inject the JWT Access Token to each HTTP Request goes from Client to Server.| https://youtu.be/5o_y05cawnw| Rupesh Tiwari

0010-11 Understanding HTTP Message for JWT Authentication

HTTP Message has both Header & Body part. For JWT Authentication from Angular APP we store the JWT Access Token inside the Header of the message.| https://youtu.be/gDTKtCD7MOg| Rupesh Tiwari

0009-23- User Login with the MEAN Stack

In this video I will teach you how to do login using angular login component and MongoDB source code: http://bit.ly/2JB2fIt... Music: www.bensound.com| https://youtu.be/n0Pim_tHB9s| Rupesh Tiwari