Yonatan Karp-Rudin
Yonatan Karp-Rudin

Yonatan Karp-Rudin

Follow
homeCode SmellsJVMSpring-BootAboutnewsletter
Series

Spring-Boot

Tips & tricks around the Spring Boot echo system

Articles in this series

Building Your Domain Gateway With OpenAPI

Dec 14, 202210 min read

How to generate multiple OpenAPI specs in your project · TL;DR: This article explains what a domain gateway is, how to build one, and why you would want...

Building Your Domain Gateway With OpenAPI

Create a Custom Spring Boot App Banner

Dec 3, 20222 min read

Customize Spring Boot Banner: Personalize Easily · Today, I'd like to share a fun feature of Spring with you. It's not new or crucial, but it's...

Create a Custom Spring Boot App Banner

How to inject multiple implementations in the Spring Framework

Feb 11, 20222 min read

Simplifying Code with Dependency Injection: The Spring Magic · Recently, I had a discussion with one of my colleagues during a code review. We talked...

How to inject multiple implementations in the Spring Framework

How to Write a Robust REST API with OpenAPI

Dec 23, 20217 min read

Building REST API with OpenAPI, SpringBoot and Kotlin · As a backend engineer, I have developed numerous REST APIs, and one recurring issue I faced was...

How to Write a Robust REST API with OpenAPI