Scroll to see more

6-Dec

Today's posts

2 min read – JavaScript

Coercion and equality checks

Have you ever wondered what the real difference is between == and === ?

2 min read – React

Introducing Typescript to your Redux code

By introducing Typescript to your Redux code and implementing it properly, Typescript can help you write better and less error prone code. In this article we will take a look at a simple Redux example and explore the benefits of introducing Typescript.

4 min read – Security

Two-factor authentication

You have been told that two-factor authentication is important, but why, and what is it really?