VOOZH about

URL: https://www.javacodegeeks.com/tag/kotlin/page/4

⇱ Kotlin Archives - Page 4 of 8 - Java Code Geeks


  • Enterprise Java👁 Image
    Biju KunjummenMarch 24th, 2020
    0 1,341

    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👁 Image
    Biju KunjummenJanuary 21st, 2020
    0 592

    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👁 Image
    Biju KunjummenSeptember 19th, 2019
    1 1,729

    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👁 Image
    Dan NewtonSeptember 17th, 2019
    0 225

    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👁 Image
    Ayusch JainSeptember 3rd, 2019
    2 474

    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👁 Image
    Dan NewtonSeptember 3rd, 2019
    0 174

    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👁 Image
    Maryna CherniavskaSeptember 1st, 2019
    0 287

    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 »
  • Core Java👁 Image
    Biju KunjummenJune 12th, 2019
    0 323

    Callback hell and Reactive patterns

    One of the ways that I have better understood the usefulness of aReactive Streams based approach is how it simplifies…

    Read More »
  • Enterprise Java👁 Image
    Dan NewtonMarch 5th, 2019
    0 223

    Extending and Overriding Flows from external CorDapps

    Corda 4 was released last week (21st Feb) bringing with it a ton of new features to make Corda more…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • ...
  • Last
Back to top button
Close