Scroll to see more

19-Dec

Today's posts

3 min read – Security

Best practice for passwords

There are numerous techniques for cracking passwords, and already cracked passwords are floating around the web waiting to be used by threat actors. How can we reduce the risks concerning passwords?

2 min read – JavaScript

Don't get lost in the JavaScript jungle

JavaScript is a fast-paced language in regards to adaption and growth. By the end of 2017 there was an estimated 9.7 million JavaScript developers, which suggest that we might have passed 10 million in 2018.

4 min read – React

Server-side rendering

Server-side rendering of your frontend application can be indispensable for some cases, but... is it worth the effort?