VOOZH about

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

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


  • Core Java👁 Image
    Tomasz NurkiewiczFebruary 27th, 2013
    0 582

    ListenableFuture in Guava

    ListenableFuture in Guava is an attempt to define consistent API for Future objects to register completion callbacks. With the ability…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczFebruary 23rd, 2013
    1 340

    Implementing custom Future

    Last time we learned the principles behind java.util.concurrent.Future<T>. We also discovered that Future<T> is typically returned by libraries or frameworks.…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczFebruary 22nd, 2013
    0 128

    java.util.concurrent.Future basics

    Hereby I am starting a series of articles about future concept in programming languages (also known as promises or delays)…

    Read More »
  • Software Development👁 Image
    Tomasz NurkiewiczFebruary 15th, 2013
    1 133

    Breaking build is not a crime

    For years I’ve been taught that breaking continuous integration build is something that should be avoided under all circumstances. Let…

    Read More »
  • Enterprise Java👁 Image
    Tomasz NurkiewiczFebruary 14th, 2013
    0 112

    Don’t rely on unit tests alone

    When you are building a complex system, barely testing components in isolation is not enough. It’s crucial, but not enough.…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczFebruary 8th, 2013
    5 218

    How aggressive is method inlining in JVM?

    Ctrl + Alt + M is used in IntelliJ IDEA to extract method. Ctrl + Alt + M. It’s as…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tomasz NurkiewiczJanuary 24th, 2013
    1 226

    Spring Data JDBC generic DAO implementation – most lightweight ORM ever

    I am thrilled to announce first version of my Spring Data JDBC repository project. The purpose of this open source…

    Read More »
  • Scala👁 Image
    Tomasz NurkiewiczJanuary 23rd, 2013
    1 195

    Probability distribution for programmers

    This is one of these very simple programming puzzles I came across recently: given a function returning random integers from…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tomasz NurkiewiczJanuary 16th, 2013
    0 200

    @Cacheable overhead in Spring

    Spring 3.1 introduced great caching abstraction layer. Finally we can abandon all home-grown aspects, decorators and code polluting our business…

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