Driptaroop Das
Dripto's tech musings

Dripto's tech musings

Follow
homenewsletter
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

Distributed job runner/task scheduler with postgres and spring

Mar 15, 20233 min read

with code samples in Kotlin ยท Imagine a scenario where there is a system that is inserting new rows occasionally in your database table. and your...

Distributed job runner/task scheduler with postgres and spring

Declarative HTTP Clients in Spring Boot 3 with Kotlin

Jan 30, 20232 min read

Better Efficiency and Improved Code Readability ยท Kotlin and Spring Boot 3 make a powerful combination for building modern, scalable applications. With...

Declarative HTTP Clients in Spring Boot 3 with Kotlin

Lazily Initializing Implicit Logger in Every Class in Kotlin

Jan 30, 20233 min read

A Guide to Simplifying Logging in Kotlin ยท How Kotlin(JVM) logger declaration works If you're familiar with the Kotlin programming language on the JVM...

Lazily Initializing Implicit Logger in Every Class in Kotlin

Accessing the POST request body in Spring WebClient filters

Jan 16, 20233 min read

Accessing the POST request body in Spring WebClient filters can be a bit tricky, as the request body is typically passed as a stream. In this blog...

Accessing the POST request body in Spring WebClient filters