SAML vs OAuth vs OpenID Connect
Comprehensive guide through the most commonly used web security standards. In details comparison of SAML OAuth OIDC.
Designing Systems and Crafting Code
Comprehensive guide through the most commonly used web security standards. In details comparison of SAML OAuth OIDC.
Java code is complied to bytecode then JVM takes care of execution. Here you will learn what JVM is doing and how Java compilation works.
What is Keycloak and why it may be profitable for you to get more familiar with it.
An in-depth explanation about the FIRST principles and how its application will help elevate and increase the quality of your tests.
A monad is a concept originating from a part of mathematics called category theory, not a class or trait. In this article, I will try to explain its structure and inner workings. With the use of Optional from Java, I will try to describe all of this in a more understandable way. I will also … Read more