VOOZH about

URL: https://www.javacodegeeks.com/author/Steve-Chaloner

⇱ Steve Chaloner, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Steve ChalonerMay 18th, 2017
    0 137

    Boosting test performance with TestContainers

    In my previous post on testing, I described how to use TestContainers to provide realistic test environments for database tests.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steve ChalonerMarch 29th, 2017
    0 220

    Database testing with TestContainers

    If you have ever written code that tests database interactions, such as data access objects, you very possibly have run…

    Read More »
  • Core Java👁 Image
    Steve ChalonerJanuary 12th, 2015
    3 871

    Fail-fast validations using Java 8 streams

    I’ve lost count of the number of times I’ve seen code which fail-fast validates the state of something, using an…

    Read More »
  • Career👁 Image
    Steve ChalonerDecember 1st, 2014
    2 103

    Are recruiters generally all so bad?

    I have a friend who’s a recruiter. Yes, that can actually happen. I mentioned to him that I’d been contacted…

    Read More »
  • Scala👁 Image
    Steve ChalonerOctober 28th, 2014
    0 99

    Testing your plugin with multiple version of Play

    So, you’ve written a plugin for Play…are you sure it works? I’ve been giving Deadbolt some love recently, and as…

    Read More »
  • Scala👁 Image
    Steve ChalonerJanuary 13th, 2014
    0 118

    JavaScript routing in Play 2 (Scala edition)

    In my previous post, I covered using JavaScript routing in Play 2 Java applications. Here’s the Scala version. It’s pretty…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steve ChalonerJune 5th, 2013
    0 133

    A good, lazy way to write tests

    Testing. I’ve been thinking a lot about testing recently. As part of code reviews I’ve done for various projects, I’ve…

    Read More »
  • Core Java👁 Image
    Steve ChalonerJanuary 7th, 2013
    6 275

    Inferred exceptions in Java

    It’s always nice to borrow and steal concepts and ideas from other languages. Scala’s Option is one idea I really…

    Read More »
  • Software Development👁 Image
    Steve ChalonerNovember 8th, 2012
    3 98

    Back to Basics – good comments are targeted comments

    I can’t think of a single person who enjoys writing comments in code. I don’t, my friends and colleagues don’t,…

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