VOOZH about

URL: https://www.javacodegeeks.com/author/Biju-Kunjummen/page/4

⇱ Biju Kunjummen, Author at Java Code Geeks - Page 4 of 23


  • Kotlin👁 Image
    Biju KunjummenMarch 3rd, 2021
    0 734

    Top “n” using a Priority Queue

    If you ever need to capture the smallest or largest “n” from a stream of data, the approach more often…

    Read More »
  • Core Java👁 Image
    Biju KunjummenJanuary 28th, 2021
    0 380

    Generating a stream of Fibonacci numbers

    A Java stream represents potentially an infinite sequence of data. This is a simple post that will go into the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenDecember 11th, 2020
    0 1,623

    AWS SDK 2 for Java and storing a Json in DynamoDB

    AWS DynamoDB is described as a NoSQL key-value and a document database. In my work I mostly use the key-value…

    Read More »
  • Core Java👁 Image
    Biju KunjummenNovember 19th, 2020
    1 373

    Permutation – Heap’s Algorithm

     This is a little bit of experimentation that I did recently to figure out a reasonable code to get all…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 28th, 2020
    0 771

    Backpressure in Project Reactor

    Project Reactor implements the Reactive Streams specification, which is a standard for asynchronously processing a stream of data while respecting…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 24th, 2020
    0 437

    Expressing a conditional expression using Json – Java Implementation

    I had a need recently to express a conditional expression in a form that a front end Javascript application and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenMay 28th, 2020
    0 375

    AWS DynamoDB version field using AWS SDK for Java 2

    It is useful to have a version attribute on any entity saved to anAWS DynamoDB database which is simply a…

    Read More »
  • Enterprise Java👁 Image
    Biju KunjummenApril 13th, 2020
    0 426

    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👁 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 »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close