Cross-Origin Resource Sharing (CORS) and examples of XSS and CSRF
Cross-Origin Resource Sharing (CORS) enables web clients to make HTTP requests to servers hosted on different origins. CORS is a unique web technology...
Cross-Origin Resource Sharing (CORS) enables web clients to make HTTP requests to servers hosted on different origins. CORS is a unique web technology...
We are keen on security: authentication is an important issue when creating a dynamic web application Authentication is for identifying users and p...
Static websites and so-called JAMstack have become pretty popular recently. And with 2020 on the horizon, this trend doesn't seem to be stopping. ...
Learning a new framework can be a very complicated process for any developer, especially for someone that is still learning the basics of JavaScript. ...
If you want to know why React is so successful as a JavaScript library, we need to talk about its main features to find out what it is currently used ...
The competition between Java and Javascript (in terms of popularity, not in use) has been going on for years. But it seems that Javascript is graduall...
This article introduces an experimental Vue feature called Hooks. Before you start This post is suited for developers of all stages including be...
jQuery is still a useful and pragmatic library, but chances are increasingly that you’re not dependent on using it in your projects to accomplis...
In version 8.0.3 of Angular we can find great changes and say goodbye to our beloved companion the home page of Angular which has been re-designed wit...
If you have already worked with React, you will probably have found terms like "dumb components", "stateless components" or "...