OpenAPI Generator: From YAML to JetBrains HTTP Client
In this article, I'll be implementing an openapi generator from scratch so you can too! We'll be creating a very simple generator for the …

Julien Lengrand-Lambert
10,190 viewsIn this article, I'll be implementing an openapi generator from scratch so you can too! We'll be creating a very simple generator for the …

Mahendra Rao B
6,983 viewsDesign patterns plays a pivotal role in designing and solving the commonly occurring problems in software application.

Since December last year, the Foojay podcast visited a Java User Group monthly, now in Chicago to learn from the Java and Kotlin user …

Nicolas Frankel
3,793 viewsLet's browse through the surface of the main three reactive database access: Spring Data R2DBC, Hibernate, and jOOQ!
Tobias Briones
4,962 viewsThere's no support for the pipe operator |> in Kotlin, so we have to come up with a custom and clean implementation for this function.

Julien Lengrand-Lambert
10,765 viewsHow to use the JetBrains HTTP Client to replace Postman, test third party APIs, share requests and run them in CI all of that within …

Muhammad Hashim
5,722 viewsFind out all the details on Pi4J-Kotlin v2.4.0: Coroutines, I2C, and Serial DSL on Foojay.io Today, the place for OpenJDK friends.

Nicolas Frankel
2,856 viewsDiscussion extrapoliating from per-user rate limiting showing how one can implement it in a library and an infrastructure component.

Nicolas Frankel
8,276 viewsFollowing on from FOSDEM discussions, let's expand on the problem of nullability and how it's solved in Kotlin and Java.

Muhammad Hashim
5,746 viewsUsing Metaphorical Programming to create an Event-Bus, a global pub-sub component to enable cross-component communication.