My starting point is going to be the course by Max (Academind) also titled 100 Days of Code. My efforts actually took inspiration from there. I will spend first few days with it. Going back and forth with the topics that can help me better appreciate the art of web development.
To begin I went straight to the module where he has made a full-fledged project. But there I encountered a little bit of problem. So I realised it would be better to go to the previous module and learn about the MVC pattern/architecture.
This course, however, has limited scope. It doesn't deal much with the frameworks. Only basic intro stuff is there. But there is a lot there still, about fullstack. So this 80-hour course will really be something where I should keep my eye on. And I will. Because I still need to unravel backend and databases about which there is ample content over here. And the good thing is I will be ablt to learn and understand it from the scratch.
Cross-Site Request Forgery (CSRF or XSRF)is a web security vulnerability that tricks an authenticated user into executing unwanted, state-changing actions—such as changing passwords, transferring funds, or updating email addresses—on a trusted website without their consent. It exploits the browser's automatic inclusion of credentials (cookies) in requests.
CSRF differs from Cross-Site Scripting (XSS) in that XSS exploits the trust a user has in a site, while CSRF exploits the trust a site has in a user's browser.