VOOZH about

URL: https://www.javacodegeeks.com/author/per-minborg/page/6

⇱ Per Minborg, Author at Java Code Geeks - Page 6 of 8


  • Enterprise Java👁 Image
    Per MinborgOctober 6th, 2018
    2 413

    Blow up Your JUnit5 Tests with Permutations

    Writing JUnit tests can be a tedious and boring process. Learn how you can improve your tests classes using permutations…

    Read More »
  • Core Java👁 Image
    Per MinborgOctober 1st, 2018
    0 165

    Java: GraalVM Database Stream Performance

    GraalVM is the new kid on the JVM block. It is an open-source Virtual Machine that is able to run…

    Read More »
  • Core Java👁 Image
    Per MinborgSeptember 26th, 2018
    1 217

    Debugging Java Streams with IntelliJ

    Streams are very powerful and can capture the gist of your intended functionality in just a few lines. But, just…

    Read More »
  • Core Java👁 Image
    Per MinborgSeptember 22nd, 2018
    0 319

    Composition in Java will be Simplified with New JEP Draft

    Favor Composition over Inheritance The mantra “Favor Composition over Inheritance” has, with good reasons, been repeated many times in the literature. However,…

    Read More »
  • Core Java👁 Image
    Per MinborgSeptember 19th, 2018
    0 265

    Ultra-Low Latency Querying with Java Streams and In-JVM-Memory

    Fundamental rules of nature, such as the speed of light and general information theory, set significant limits on the maximum…

    Read More »
  • Core Java👁 Image
    Per MinborgSeptember 13th, 2018
    0 248

    Query Databases Using Java Streams

    In this article, you will learn how you can write pure Java applications, that are able to work with data…

    Read More »
  • Core Java👁 Image
    Per MinborgJune 19th, 2018
    0 211

    Go Full Stack with Java in a Jiffy

    Here is a look at how you can write a full stack database web application without using SQL, HQL, PHP,…

    Read More »
  • Core Java👁 Image
    Per MinborgJune 19th, 2018
    0 157

    Infinite Sets in Java 9

    A Set A Set is a collection of elements whereby any given element in the Set only appears once. More…

    Read More »
  • Core Java👁 Image
    Per MinborgMay 24th, 2018
    0 1,768

    Making Pivot Tables with Java Streams from Databases

    Raw data from database rows and tables does not provide so much insight to human readers. Instead, humans are much…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close