Is Event Sourcing hard? Part 2: How to store events15 July 2024·21 minsevents event-sourcing event-store java craftmanship architecture database postgresql kafkaLearn how to build a simple event store in Java using PostgreSQL as the database.
Is Event Sourcing hard? Part 1: Let's build a domain object from events10 June 2024·15 minsevents event-sourcing event-store java craftmanship architecture databaseLearn the concepts of event sourcing and how to implement a basic, non-production-ready application using it.
Start learning JVM internals with Grafana dashboard13 January 2024·19 minsjava jvm performance garbage-collector cpu memory class-loader monitoring prometheus grafana micrometerExplore a Grafana dashboard that can serve as your initial entry point into understanding JVM internals, like garbage collection, class loading and more.
Prepare Test Data Quicker with Test Data Builder!8 October 2023·11 minsjava tests data craftsmanship database hibernate jdbc quality test-data-builderDiscover the benefits of using Test Data Builder to improve test code readability
Java Series: Flatmap12 December 2021·6 minsjava stream data java-series data-processing optional basicHow and when to user flatmap function in Java stream
How to set up monitoring tools for JVM30 September 2021·16 minsjava monitoring performance java-flight-recorder prometheus grafana micrometerLearn how to write tests in Spock
Automating quality checks for Kubernetes YAMLs2 September 2021·13 minskubernetes helm cloud devops github github-actions datree gcpBuild CI pipline to verify Kubernetes YAMLs
Step-by-step guide how integrate Keycloak with Angular application22 March 2021·18 minsoauth2 authorization authentication security keycloak jwt angular ui javascriptIntegrate Angular application with Keycloak
Implementing OAuth 2.0 access token validation with Spring Security15 March 2021·33 minsoauth2 authorization authentication security keycloak jwt java spring-bootValidate JWT in Spring Boot application
Create and configure Keycloak OAuth 2.0 authorization server8 March 2021·11 minsoauth2 authorization authentication security keycloak jwt dockerSpin up Keycloak with Docker