Storing Passwords Securely with Bcrypt and Java
Storing passwords is a difficult task when we need to satisfy all the data protection laws, and it is getting even tougher with the rise of GDPR, the new European regulation in ...
JWTs with Spring Boot
JWT (JSON Web Token) is an open-source standard commonly used to transmit data between two services in a compact and secure way. This standard offers a wide range of libraries t...
Functional Interfaces Fundamentals
Functional interfaces have only one abstract method, distinct from the public methods of Object.class (equals, hashCode, etc.), ensuring that the contract contains a single meth...
Serverless “Hello World” with Fn Framework
The hype about serverless applications has been growing lately, and AWS is the leader at the moment, however there are other alternatives such as Fn Project by Oracle or OpenWhi...