Blogs for you ...

Ratelimiter With Resilience4j Spring Boot2

2020-06-28 spring-boot resilience4j ratelimiter example

Reading time: 3 Min(s)

Ratelimiter example with spring-boot and Resilience4j Read More

Spring Reactive Transaction With Mongo

2020-05-08 spring-boot mongo reactive transaction kotlin

Reading time: 2 Min(s)

In this blog post we will use ReactiveMongoTransactionManager class to manage the transaction. Read More

Spring Boot Resilience4j Circuitbreaker Annotation Example

2020-05-03 spring-boot resilience4j circuitbreaker example

Reading time: 3 Min(s)

Blog on how to use Resillien4j, with Kotlin, Spring boot and webflux with annotation Read More

Spring boot reactive and resilience4j circuit breaker example

2020-05-01 spring-boot resilience4j circuitbreaker example

Reading time: 3 Min(s)

Blog on how to use Resillien4j, with Kotlin, Spring boot and webflux Read More

Spring+kotlin+mongo+testcontainer

2020-01-18 testcontainer spring kotlin mongo

Reading time: 2 Min(s)

Example of using test container with kotlin, testcontainer and mongodb Read More

Add swagger to the kotlin spring

2020-01-16 swagger kotlin spring-boot

Reading time: 1 Min(s)

Add swagger to the kotlin spring boot project Read More

Scala Mongo example with akka-http and akka-stream

2019-12-23 akka akka-http docker sbt scala scala mongo

Reading time: 3 Min(s)

In this tutorial we shall create and CRUD web application in Scala. We will use MongoDB Scala Driver to communicate to the mongo database. It is officially supported Scala driver for MongoDB. Along with that we shall create a Rest API using akka-http module and akka-streams. Read More

Scala Rest API with akka-http

2019-12-10 akka akka-http rest service sbt scala scala example web service

Reading time: 2 Min(s)

In this tutorial we shall explore how we can use akka-http to create service with scala. Here we create CRUD endpoints with akka actor and try to see how it work. Read More

Secure spring boot application with keycloak

2018-11-30 keycloak secrity spring-boot

Reading time: 2 Min(s)

Configure keycloak for spring application Read More

Setup keycloak sercurity for spring boot application

2018-11-30 keycloak security spring-boot

Reading time: 2 Min(s)

Setup keycloak in spring boot application Read More