Enterprise Java
-
How to Setup Multifactor Authentication (MFA) for your AWS account
Step 1 : Go to AWS console and login with your username ,password. Step 2 : Go to Services ->…
Read More » -
Centralized Authorization with OAuth2 & Opaque Tokens using Spring Boot 2
If you are looking for JWT implementation please follow this link This guide walks through the process to create a centralized…
Read More » -
Extending and Overriding Flows from external CorDapps
Corda 4 was released last week (21st Feb) bringing with it a ton of new features to make Corda more…
Read More » -
Beginners Guide: How to Configure an Email Service Task for Red Hat Process Automation Manager
Recently I’ve been updating my free online workshops, specifically the series based on JBoss BPM Suite so that you can…
Read More » -
Build a Reactive App with Spring Boot and MongoDB
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Centralized Authorization with OAuth2 & JWT using Spring Boot 2
This guide walks through the process to create a centralized authentication and authorization server with Spring Boot 2, a demo…
Read More » -
Password Encoder Migration with Spring Security 5
Recently I was working in a project that used a custom PasswordEncoder and there was a requirement to migrate it…
Read More » -
NoSql Databases: Cassandra vs Mongo vs Redis DB Comparison
1. What are NoSql Databases? NoSql (Not only Sql) databases are non-relational databases that are horizontally scalable, persist semi or…
Read More » -
Writing better unit tests in less time with Junit Parameters
Most of people understand the importance and benefits of unit tests and why you should have them in projects you…
Read More »