Test Driven Development (series) - String calculator #2
What a nice feeling when you change existing code and you're not worried of breaking the application. 😅
Brief
Test Driven Development (series) - String calculator #1
How many times you had to comment a test so you can release in production ASAP?
Intro
For a few
Spring Security (series) - Authorities and Roles #6
Now that we know who you are, let's see what you CAN do 🧐 !
Brief
So we got through
Spring Security (series) - GitHub SSO #5
Let GitHub handle the headache of your user management.
Brief
I always wanted to know how that magic 'Sign
Spring Boot - Abstract @RequestBody
You must be shapeless, formless, like water. - Bruce Lee
Brief
Adding @RequestBody annotation on a @Controller endpoint, we automatically
Java 11 - ParameterizedTypeReference issue
It's not everyday when you run into a Java bug.🪲
Brief
Let's say we wanted to
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
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
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
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