VOOZH about

URL: https://www.javacodegeeks.com/author/steve-ash

⇱ Steve Ash, Author at Java Code Geeks


  • Core Java👁 Image
    Steve AshJuly 5th, 2016
    0 108

    Guavate: tiny library bridging Guava and Java8

    Java8 is great and adds some useful abstractions to the JDK that have found popularity in the Java community via…

    Read More »
  • Software Development👁 Image
    Steve AshJune 11th, 2015
    2 306

    Using ELK (elasticsearch + logstash + kibana) to aggregate cassandra and spark logs

    On one of my current projects we are using Cassandra and Spark Streaming to do some somewhat-close-to-real time analytics. The…

    Read More »
  • Enterprise Java👁 Image
    Steve AshApril 6th, 2014
    0 305

    Spring Test Context Caching + AspectJ @Transactional + Ehcache pain

    Are you using AspectJ @Transactionals and Spring? Do you have multiple SessionFactory’s maybe one for an embedded database for unit…

    Read More »
  • Software Development👁 Image
    Steve AshNovember 14th, 2013
    2 142

    Multi-tier application + database deadlock or why databases aren’t queues (part1)

    Databases aren’t queues. And despite the ubiquitous presence of queuing technology out there (ActiveMQ, MSMQ, MSSQL Service Broker, Oracle Advanced…

    Read More »
  • Core Java👁 Image
    Steve AshNovember 5th, 2013
    0 145

    Java final fields on x86 a no-op?

    I have always enjoyed digging in to the details of multi-threaded programming, and always enjoy that despite reading for years…

    Read More »
  • Core Java👁 Image
    Steve AshNovember 2nd, 2013
    0 254

    Java implementation of Optimal String Alignment

    For a while, I’ve used the Apache Commons lang StringUtils implementation of Levenshtein distance.  It implements a few well known…

    Read More »
Back to top button
Close