Kotlin
-
Software Development
IntelliJ/Android Studio Plugin Development Tutorial – Getting Started
In this intellij plugin development tutorial, we’ll be taking a look at how to build a simple plugin for IntelliJ.…
Read More » -
Enterprise Java
Processing SQS Messages using Spring Boot and Project Reactor – Part 2
This is a follow up to my blog post about processing SQS messages efficiently using Spring Boot and Project Reactor…
Read More » -
Enterprise Java
Processing SQS Messages using Spring Boot and Project Reactor
I recently worked on a project where I had to efficiently process a large number of messages streaming in through…
Read More » -
Enterprise Java
Spring WebClient and Java date-time fields
WebClient is Spring Framework‘s reactive client for making service to service calls. WebClient has become a go to utility for…
Read More » -
Enterprise Java
Unit test for Spring’s WebClient
WebClient to quote its Java documentation is Spring Framework’sNon-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API…
Read More » -
Enterprise Java
Augmenting a Spring Data repository through delegation
I have recently written several posts about Kotlin’s delegation. In doing so, I realised a useful way to apply it…
Read More » -
Android Core
Using DataBinding with Glide in Android
In this post on databinding, we’ll take a look at how to load images using databinding with glide in an…
Read More » -
Enterprise Java
Streaming live updates from a reactive Spring Data repository
This post details a naive implementation of streaming updates from a database to any other components that are interested in…
Read More » -
Enterprise Java
How-To: Spring Boot 2 Web Application with Multiple Mongo Repositories and Kotlin
First of all, a disclaimer: if you’re writing a microservice (which everyone does now right?) and want it to be…
Read More »