tolkiana
  • Home
  • Author

springboot

A collection of 4 posts
Mongo Change Streams with Server-Sent Events in SpringBoot and Kotlin
kotlin Featured

Mongo Change Streams with Server-Sent Events in SpringBoot and Kotlin

Server-Sent Events (SSE) is a mechanism that can be used as an alternative to WebSockets to push streaming data to a client, there are many fundamental differences and a quick google search for “SSE vs WebSockets” will give you a lot of details if you want to understand both technologies
17 May 2022 5 min read
Avoiding nested streams in Spring Webflux & Kotlin
kotlin

Avoiding nested streams in Spring Webflux & Kotlin

Reactive programming can be very exciting and fun to learn but it also can be challenging if you are used to more imperative programming.
27 Oct 2021 5 min read
Introduction to Spring Data R2DBC with Kotlin
postgres Featured

Introduction to Spring Data R2DBC with Kotlin

R2DBC is a specification that provides database connectivity in a non blocking way and Spring Data R2DBC is one of the implementations of this specification. Reactive Connectivity for Relational Databases is still relatively new and, if like me, you are working with Kotlin it can be a little bit challenging
21 Apr 2021 5 min read
Managing Database migrations with Liquibase and Spring Boot
liquibase Featured

Managing Database migrations with Liquibase and Spring Boot

When I worked on my first Backend project, I realized how useful it was to have a process that allows you to track and manage changes in the Database and to be able to do it in a way that was easy to apply or rollback these changes to your different environments.
26 Feb 2021 7 min read
Page 1 of 1
tolkiana © 2025
  • Sign up
Powered by Ghost