VOOZH about

URL: https://www.javacodegeeks.com/author/Mark-Needham/page/10

⇱ Mark Needham, Author at Java Code Geeks - Page 10 of 12


  • Core Java👁 Image
    Mark NeedhamFebruary 27th, 2014
    1 102

    Java 8: Sorting values in collections

    Having realised that Java 8 is due for its GA release within the next few weeks I thought it was…

    Read More »
  • Core Java👁 Image
    Mark NeedhamFebruary 25th, 2014
    1 158

    Java 8: Group by with collections

    In my continued reading of Venkat Subramaniam’s ‘Functional Programming in Java‘ I’ve reached the part of the book where the…

    Read More »
  • Core Java👁 Image
    Mark NeedhamFebruary 11th, 2014
    1 149

    Java: Handling a RuntimeException in a Runnable

    At the end of last year I was playing around with running scheduled tasks to monitor a Neo4j cluster and…

    Read More »
  • Core Java👁 Image
    Mark NeedhamFebruary 4th, 2014
    0 70

    Java: Work out the serialVersionUID of a class

    Earlier in the week I wanted to work out the serialVersionUID of a serializable class so that I could override…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamJanuary 31st, 2014
    0 83

    Neo4j Backup: Store copy and consistency check at Mark Needham

    One of the lesser known things about the Neo4j online backup tool, which I wrote about last week, is that…

    Read More »
  • Core Java👁 Image
    Mark NeedhamJanuary 21st, 2014
    0 166

    Learning about bitmaps

    A few weeks ago Alistair and I were working on the code used to model the labels that a node…

    Read More »
  • Core Java👁 Image
    Mark NeedhamJanuary 7th, 2014
    1 151

    RxJava: From Future to Observable

    I first came across Reactive Extensions about 4 years ago on Matthew Podwysocki’s blog but then haven’t heard much about…

    Read More »
  • Core Java👁 Image
    Mark NeedhamNovember 20th, 2013
    0 111

    Java: Schedule a job to run on a time interval

    Recently I’ve spent some time building a set of tests around rolling upgrades between Neo4j versions and as part of…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamOctober 31st, 2013
    0 124

    Neo4j: Making implicit relationships explicit & bidirectional relationships

    I recently read Michal Bachman’s post about bidirectional relationships in Neo4j in which he suggests that for some relationship types…

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