Scroll to see more

4-Dec

Today's posts

3 min read – Security

Cross Site Request Forgery

Have you ever wondered how someone could steal money from your bank account while you browse certain sites, or post as you on Facebook? That is called Cross Site Request Forgery (CSRF), and we will try to explain what it is, and how you protect your website and users against it.

1 min read – JavaScript

Truthy and falsy

What is the truth?

3 min read – React

Handling component state

Almost every application you write contains state and you'll need some way to manage it, but how?