VOOZH about

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

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


  • Core Java👁 Image
    Per MinborgOctober 9th, 2019
    7 1,293

    Become a Master of Java Streams – Part 1: Creating Streams

    Declarative code (e.g. functional composition with Streams) provides superior code metrics in many cases. Code your way through this hands-on-lab…

    Read More »
  • Core Java👁 Image
    Per MinborgSeptember 5th, 2019
    0 311

    Java Performance: For-eaching vs. Streaming

    Is counting upwards or downwards in a for-loop the most efficient way of iterating? Sometimes the answer is neither. Read…

    Read More »
  • Core Java👁 Image
    Per MinborgAugust 23rd, 2019
    1 128

    Java: An Optional Implementation of Optional

    The class java.util.Optional is implemented as a single immutable concrete class that internally handles two cases; one with an element…

    Read More »
  • Core Java👁 Image
    Per MinborgAugust 23rd, 2019
    0 134

    Java: Benefit from Inline Class Properties Starting from Java 8

    In some years, Java will hopefully have an “inline class” feature which solves many challenges with the current state of…

    Read More »
  • Core Java👁 Image
    Per MinborgAugust 23rd, 2019
    7 141

    Why Declarative Coding Makes You a Better Programmer

    Declarative solutions with functional composition provide superior code metrics over legacy imperative code in many cases. Read this article and…

    Read More »
  • Core Java👁 Image
    Per MinborgAugust 17th, 2019
    2 204

    Java: ChronicleMap Part 3, Fast Microservices

    Standard Java Maps needs to be initialized upon startup. Learn how to leverage ChronicleMaps that is initializable from a file…

    Read More »
  • Core Java👁 Image
    Per MinborgAugust 16th, 2019
    0 157

    Java: ChronicleMap Part 2, Super RAM Maps

    The standard Java Maps, such as the ubiquitous HashMap, are ultimately limited by the available RAM. Read this article and…

    Read More »
  • Core Java👁 Image
    Per MinborgAugust 16th, 2019
    0 273

    Java: ChronicleMap Part 1, Go Off-Heap

    Filling up a HashMap with millions of objects will quickly lead to problems such as inefficient memory usage, low performance…

    Read More »
  • Core Java👁 Image
    Per MinborgJune 19th, 2019
    0 345

    Java: Chronicle Bytes, Kicking the Tires

    Reading and writing binary data with Java can sometimes be a hassle. Read this article and learn how to leverage…

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