Scroll to see more

13-Dec

Today's posts

3 min read – React

Supercharge your logging and debugging

How to use Reactrotron to really improve your React and React Native development

3 min read – JavaScript

Fun(ctions)

Meet the beautiful first class citizen of JavaScript. The function. And all it's declarations.

4 min read – Security

Cross Site Scripting (XSS)

At the beginning, web pages were very static. They were written in HTML, and the web browser had one job, to render the HTML to a page filled with text, images and links. After a few years, the developers wanted more, and JavaScript got introduced.Together with JavaScript came a new breed of vulnerabilities, where the attackers could exploit the possibility to run code in browsers, this was called Cross Site Scripting or XSS.