Latest

May
04
Spring Security (series) - OAuth Grant Types #4

Spring Security (series) - OAuth Grant Types #4

Simple is not always better! Brief Let's start with understanding what a Grant Type actually means.   The OAuth
3 min read
Apr
21
#springboot #springsecurity

Spring Security (series) - Database user login #3

Brief This post will be continuing the security-series and we will get right into it by logging in with a
3 min read
Apr
13
#springdata #springboot #postgresql

Spring Data ft. PostgreSQL - Simple integration

From controller to database in 5 minutes. Brief This will be a short and straightforward post to show how simple
4 min read
Apr
11
#spring #springsecurity #springboot

Spring Security (Series) - Overview #2

Take a step back and see the forest for the trees! Brief So, in the previous post we went straight
2 min read
Apr
06
Spring Security Intro

Spring Security (Series) - Creating the service #1

Do you have a lock on your bike but not on your apps? This one is for you. Brief Security
3 min read
Jan
07
Kubernetes ft. Spring Boot (Series) - Monitoring with Istio #3

Kubernetes ft. Spring Boot (Series) - Monitoring with Istio #3

I know, I know.. YAML configuration is so fun, but have you ever heard of Kiali? Brief After we deployed
4 min read
Dec
19
Kubernetes ft. Spring Boot (Series) - Deploying to Minikube #2

Kubernetes ft. Spring Boot (Series) - Deploying to Minikube #2

Letting go is never easy, manage your applications beyond localhost! Brief In the previous post we created the Spring applications,
4 min read
Dec
16
Kubernetes ft. Spring Boot (Series) - Creating the services #1

Kubernetes ft. Spring Boot (Series) - Creating the services #1

There is life after building the jar ! Brief In this series we'll create a Kubernetes environment that will
3 min read
Nov
26
Java - Access modifiers

Java - Access modifiers

A private anything should never go public. It must be protected at all costs! Brief Let's go through
2 min read
Nov
15
java

Java - Abstract classes

Nothing abstract about abstract classes Brief * When defining an abstract class we need to add the abstract modifier in front
2 min read