VOOZH about

URL: https://www.javacodegeeks.com/author/bart-bakker

⇱ Bart Bakker, Author at Java Code Geeks


  • Core Java👁 Image
    Bart BakkerAugust 11th, 2014
    2 136

    Java’s Volatile Modifier

    A while ago I wrote a Java servlet Filter that loads configuration in its init function (based on a parameter…

    Read More »
  • Core Java👁 Image
    Bart BakkerJuly 17th, 2014
    0 104

    Java’s Volatile Modifier

    A while ago I wrote a Java servlet Filter that loads configuration in its init function (based on a parameter from…

    Read More »
  • Agile👁 Image
    Bart BakkerApril 7th, 2014
    0 87

    How Agile is a Scrum team?

    Most teams I meet today are agile. Or, so they proclaim to be. All of these teams do Scrum, and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bart BakkerMarch 2nd, 2014
    1 191

    Fast Remote Service Tests

    Testing code that interacts with remote services is often pretty hard. There are a lot of tradeoffs that influence what…

    Read More »
  • Agile👁 Image
    Bart BakkerFebruary 12th, 2014
    0 171

    Code Katas

    In this post I want to talk about code katas. Most of you have heard of code katas before, many…

    Read More »
  • Software Development👁 Image
    Bart BakkerJanuary 29th, 2014
    0 353

    Acceptance Test Driven Development

    In this short series about acceptance testing I previously wrote about collaboration between testers and developers and how acceptance tests…

    Read More »
  • Agile👁 Image
    Bart BakkerDecember 30th, 2013
    0 150

    Acceptance Tests as Specifications

    In my previous article about acceptance testing I wrote about how tools like FitNesse and Cucumber focus on collaboration between…

    Read More »
  • Software Development👁 Image
    Bart BakkerDecember 4th, 2013
    0 203

    Acceptance Testing: Blaming the Tools

    About 5 years ago I was on a project to build a system for collateral management. The system was connected…

    Read More »
  • Core Java👁 Image
    Bart BakkerNovember 15th, 2013
    1 151

    Lambdas for Fluent and Stable APIs

    A few weeks ago I wrote an introduction on Java 8 lambdas. In this introduction I explained what a lambda…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close