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
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
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,
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
Java - Access modifiers
A private anything should never go public.
It must be protected at all costs!
Brief
Let's go through
Java - Abstract classes
Nothing abstract about abstract classes
Brief
* When defining an abstract class we need to add the abstract modifier in front
Java - Constructor chaining
Don't let constructors repeat themselves!
Let's say we have a Person class that has three properties:
Flowable ft. Micronaut - Versioning and Audit
Knowledge is power and Flowable has a lot of it.
Brief
We need to investigate Flowable versioning and audit capabilities.
Micronaut ft. Flowable - Rule engine validation
Flowing through business rules validation. (Example made using Micronaut, Gradle and Flowable engine using H2 local database)
Brief
We need
Spring Boot ft. JsonSchema - Payload validation
When big payloads are coming in, they should be validated and should be validated right. (Example made using Spring Boot