VOOZH about

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

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


  • Software Development👁 Image
    Petri KainulainenSeptember 1st, 2014
    5 97

    5 Things I Do to Stay Relevant

    I have noticed that some Finnish IT professionals are complaining that being just a good employee isn’t good enough anymore.…

    Read More »
  • Software Development👁 Image
    Petri KainulainenAugust 28th, 2014
    0 128

    Writing Tests for Data Access Code – Data Matters

    When we write tests for our data access code, we use datasets for two different purposes:        …

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Petri KainulainenAugust 13th, 2014
    0 134

    Writing Clean Tests – To Verify Or Not To Verify

    When we write unit tests that use mock objects, we follow these steps:              …

    Read More »
  • Software Development👁 Image
    Petri KainulainenAugust 7th, 2014
    0 122

    Writing Tests for Data Access Code – Don’t Forget the Database

    When we write tests for our data access code, we must follow these three rules:          …

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Petri KainulainenJuly 23rd, 2014
    0 115

    Writing Tests for Data Access Code – Don’t Test the Framework

    When we write tests to our data access code, should we test every method of its public API? It sounds…

    Read More »
  • Software Development👁 Image
    Petri KainulainenJuly 17th, 2014
    0 108

    Writing Tests for Data Access Code – Green Build Is Not Good Enough

    The first thing that we have to do before we can start writing integration tests for our data access code…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Petri KainulainenJuly 8th, 2014
    1 1,728

    Writing Tests for Data Access Code – Unit Tests Are Waste

    A few years ago I was one of those developers who write unit tests for my data access code. I…

    Read More »
  • Core Java👁 Image
    Petri KainulainenJuly 4th, 2014
    0 270

    Getting Started with Gradle: Dependency Management

    It is challenging, if not impossible, to create real life applications which don’t have any external dependencies. That is why…

    Read More »
  • Core Java👁 Image
    Petri KainulainenJune 26th, 2014
    0 186

    Getting Started with Gradle: Our First Java Project

    This blog post describes how we can compile and package a simple Java project by using Gradle. Our Java project…

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