Press "Enter" to skip to content

Series

Functional Containers

A in depth guide through the basic functional containers – Functors, Applicatives and Monads. I describe the theory behind them, their pros and cons, along their possible use cases.

  1. What is Functor?
  2. What is Applicative?
  3. What is Monad?
  4. Monad vs Functor vs Applicative: Functional Containers Summary

Security & Keycloak

A comprehensive introduction into Keyclaok and application security. Starting from the basics on what is OIDC, I move to step by step tutorial on securing the Spring Boot REST API with Keycloak.

  1. SAML vs OAuth vs OpenID Connect
  2. OAuth Grant Types
  3. OpenID Connect Flows
  4. What is Keycloak?
  5. Secure Spring Boot Application With Keycloak
  6. Secure Spring Boot 3 Application With Keycloak