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.
- What is Functor?
- What is Applicative?
- What is Monad?
- 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.