Blog

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.

02/12/2019

5 plugins to create one page sites

Single-page (One Page) sites are being widely used for projects that have lean content and a reduced structure, becoming a great alternative to presen...

02/12/2019

What is Responsive Design?

The concept of responsive design is not new: it began in 2004 and became popular in 2012 as an evolution in the logic of web design. It has...