VOOZH about

URL: https://www.javacodegeeks.com/author/tomasz-nurkiewicz/page/9

⇱ Tomasz Nurkiewicz, Author at Java Code Geeks - Page 9 of 16


  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczJune 5th, 2013
    0 133

    Mapping enums done right with @Convert in JPA 2.1

    If you ever worked with Java enums in JPA you are definitely aware of their limitations and traps. Using enum…

    Read More »
  • Kotlin👁 Image
    Tomasz NurkiewiczJune 4th, 2013
    0 189

    Null safety in Kotlin

    Kotlin is a statically typed JVM language developed by Jetbrains. It has some good documentation so today I will focus…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczMay 20th, 2013
    1 203

    Lazy sequences implementation for Java 8

    I just published LazySeq library on GitHub – result of my Java 8 experiments recently. I hope you will enjoy…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczMay 14th, 2013
    0 550

    Java 8: CompletableFuture in action

    After thoroughly exploring CompletableFuture API in Java 8 we are prepared to write a simplistic web crawler. We solved similar…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczMay 14th, 2013
    2 814

    Java 8: Definitive guide to CompletableFuture

    Java 8 is coming so it’s time to study new features. While Java 7 and Java 6 were rather minor…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczMay 10th, 2013
    0 106

    Synchronising Multithreaded Integration Tests revisited

    I recently stumbled upon an articleSynchronising Multithreaded Integration Tests on Captain Debug’s Blog. That post emphasizes the problem of designing…

    Read More »
  • Scala👁 Image
    Tomasz NurkiewiczMay 10th, 2013
    0 155

    Lazy sequences in Scala and Clojure

    Lazy sequences (also known as streams) are an interesting functional data structure which you might have never heard of. Basically…

    Read More »
  • Scala👁 Image
    Tomasz NurkiewiczApril 22nd, 2013
    0 119

    Scala traits implementation and interoperability. Part II: Traits linearization

    This is a continuation of Scala traits implementation and interoperability. Part I: Basics. Dreadful diamond problem can be mitigated using…

    Read More »
  • Enterprise Java👁 Image
    Tomasz NurkiewiczApril 22nd, 2013
    5 809

    SiftingAppender: logging different threads to different log files

    One novel feature of Logback is SiftingAppender (JavaDoc). In short it’s a proxy appender that creates one child appender per…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • ...
  • Last
Back to top button
Close