Blog

03/07/2019

What is CGNAT (Double NAT)?

CGNAT is as if the operator had installed a second router in its region and shared its internet connection with its other customers. Being a little more technical: Providers are sharing a public IPV4 to more than one customer and routing the connection through a second route to their home router.

02/24/2019

7 portfolios to get inspired by 2020

I spend all my time looking for references and inspiring designs, I constantly spend hours wandering around sites like Awwwards and One Page Love. No wonder that with so many inspirations I end up fighting an internal battle every day not to keep redoing my portfolio and/or blog...

02/23/2019

JSON Web Token (JWT) - What is it and how does it work?

JSON Web Tokens (JWT) is an open standard (RFC 7519) that defines a compact, self-contained way to securely transmit information between two points in the form of a JSON object. Information can be verified and trusted because it is digitally signed, either through an encryption using a secret key (Made with the HMAC algorithm) or by the public/private key system using RSA or ECDSA.