Andrei Saizu

Andrei Saizu

Nov
04
Java - Constructor chaining

Java - Constructor chaining

Don't let constructors repeat themselves! Let's say we have a Person class that has three properties:
2 min read
Oct
19
Flowable ft. Micronaut - Versioning and Audit

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.
3 min read
Oct
16
Micronaut ft. Flowable - Rule engine validation

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
3 min read
Oct
12
Spring Boot ft. JsonSchema - Payload validation

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
3 min read