VOOZH about

URL: https://www.javacodegeeks.com/author/petri-kainulainen/page/4

⇱ Petri Kainulainen, Author at Java Code Geeks - Page 4 of 9


  • Core Java👁 Image
    Petri KainulainenJune 17th, 2014
    0 208

    Getting Started with Gradle: Introduction

    Gradle is a build tool which replaces XML based build scripts with an internal DSL which is based on Groovy…

    Read More »
  • Core Java👁 Image
    Petri KainulainenJune 11th, 2014
    0 129

    Writing Clean Tests – Divide and Conquer

    A good unit test should fail for only one reason. This means that a proper unit test tests only one…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJune 4th, 2014
    0 188

    Writing Clean Tests – Replace Assertions with a Domain-Specific Language

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Petri KainulainenMay 28th, 2014
    5 229

    Writing Clean Tests – New Considered Harmful

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Core Java👁 Image
    Petri KainulainenMay 22nd, 2014
    0 301

    Writing Clean Tests – Beware of Magic

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Software Development👁 Image
    Petri KainulainenMay 13th, 2014
    2 180

    Writing Clean Tests – Naming Matters

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Core Java👁 Image
    Petri KainulainenMay 7th, 2014
    2 143

    Writing Clean Tests – It Starts from the Configuration

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 1st, 2014
    0 649

    Using jOOQ with Spring: Sorting and Pagination

    JOOQ is a library which helps us to get in control of our SQL. It can generate code from our…

    Read More »
  • Software Development👁 Image
    Petri KainulainenApril 23rd, 2014
    0 145

    Three Reasons Why We Should Not Use Inheritance In Our Tests

    When we write automated tests (either unit or integration tests) for our application, we should notice pretty soon that Many…

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