Java Interview Questions (Series) - String Comparison
Brief
When asked in an interview how would you go about comparing two Strings, there should be a few ways
Java Interview Questions (Series) - String Immutability & String Pool
String immutability
From the official Oracle documentation website we find that:
Strings are constant; their values cannot be changed after
Spring Security (series) - Method authorization #7
Spring Security can go deeper than just URL matchers! 🐳
Brief
When adding authorization rules to our application, we can either:
Test Driven Development (series) - String calculator #3
It feels nice when adding new features, but don't forget about refactoring! 💯
Brief
On top of the current
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