Listly by Rajdeep Anand
Web development only
Source: https://qwertycod.com/
What is Json-web-token or JWT token. We'll see the use of JWT token and composition of JWT token. How JWT token is used in authentication.
Json web token or JWT is used to authenticate the API request in an application, it’s an open-source service and have been adopted by industry at large scale.
It’s a kind of key or secret-key or string which we send along with our request. The server after verifying this secret key allow the call to proceed, otherwise block it.
Creating React UI app with Dotnet Core as backend. Benefit: UI and backend runs on same host, so we don't get CORS issue.
Learn first, get hired later... Direct to solution blogs from C#, asp.net , react and other topics
We will see how to deploy a simple Node API app on Azure. We will make a simple GET call in it. You should have Azure subscription for it.
We will see how to debug JavaScript or Node or React apps using Visual Studio Code, discussion on most common debugging issues with a video
Solution to npm fund issue. We get this error while installing packages via npm install / update saying n packages are looking for fund
We'll see how to create the extension,
We want to have a browser extension which will
• On page load, will check all the valid email address on the page
• Will highlight all the valid email
• Will attach a click handler on the highlighted email I'ds
• On click of email Ids will open a small pop-up to ask (Send email on it ?)
- On click on small pop-up will open another popup to show the actual mailer box
Solution for: Access to XMLHttpRequest at 'file:///D:/test.xml' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension & others