Hexagonal Architecture on Spring Boot
In this article, I’ll show how to implement a Spring Boot application using Hexagonal Architecture.
Read on →
In this article, I’ll show how to implement a Spring Boot application using Hexagonal Architecture.
Read on →
In this article I’ll explore how to model a [JPA Entity][1] using an [UUID][2] as Primary Key working with [Spring Data JPA.][3]
Read on →
In this post I’ll be exploring how to implement [GraphQL subscriptions][1] reactively on a Spring Boot application using [Kafka][2].
Read on →
Since Gradle 3.0 you can [write your build scripts using Kotlin instead of Groovy][1]. I was curious, so I decided to give it a try. Here are my thoughts on the process.
Read on →
This is the story of how Oracle DB was messing up Kotlin’s type system, and what I did to fix it.
Read on →
This post is about the clever tricks you can pull with Spring new functional routing and it’s Kotlin DSL.
Read on →