Articles from Clément Escolano
RisXSS, the missing ESLint rule for React and Vue
Clément Escolano3 min read
XSS attacks are expected to be ranked 3rd in the OWASP Top 10, compared to their 7th rank in 2021 (source). The pace of application creations is increasing and so is the surface of attacks, so making your applications secure is…
Continue reading →Improve Your Website Security in 5 Minutes With These HTTP Headers
Clément Escolano8 min read
By default, a lot of security flaws are introduced when you create a website. A few HTTP headers added in your web server configuration can prevent basic but powerful attacks on your website. If you really have only 5 minutes,
Continue reading →How to Load Your React Application Twice as Fast With Isomorphic Application
Clément Escolano5 min read
How to improve the speed of a React application? React is an incredible framework. You may have already learnt it from another post. However, it is a client-side framework and as such, it has a few drawbacks:search bots do not see…
Continue reading →