VOOZH about

URL: https://www.javacodegeeks.com/author/Adam-Warski/page/2

⇱ Adam Warski, Author at Java Code Geeks - Page 2 of 4


  • Software Development👁 Image
    Adam WarskiMarch 8th, 2014
    0 127

    Big data: when single node is better than clustered

    There’s a lot of hype about “big data” and a general trend to try to apply Hadoop to almost every…

    Read More »
  • Scala👁 Image
    Adam WarskiMarch 1st, 2014
    0 134

    Using Scala traits as modules, or the “Thin Cake” Pattern

    I would like to describe a pure-Scala approach to modularity that we are successfully using in a couple of our…

    Read More »
  • Scala👁 Image
    Adam WarskiFebruary 7th, 2014
    0 114

    Using JavaCV with Scala and SBT

    Recently I’ve been doing some simple face detection in a Scala-based project. The “industry standard” for such kind of tasks…

    Read More »
  • Communications👁 Image
    Adam WarskiJanuary 28th, 2014
    1 176

    How do iBeacons work?

    iBeacons are certainly a trending topic recently. They allow indoor positioning, letting your phone know that you are in range…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiOctober 17th, 2013
    0 115

    Amazon Elastic Map Reduce to compute recommendations with Apache Mahout

    Apache Mahout is a “scalable machine learning library” which, among others, contains implementations of various single-node and distributed recommendation algorithms.…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiOctober 11th, 2013
    0 279

    Creating an on-line recommender system with Apache Mahout

    Recently we’ve been implementing a recommender system for Yap.TV: you can see it in action after installing the app and…

    Read More »
  • Scala👁 Image
    Adam WarskiSeptember 10th, 2013
    4 149

    Automatic generation of delegate methods with Macro Annotations

    Macro Annotations are a new type of macros, which are one of the candidates for inclusion (see also comment by…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiJune 27th, 2013
    0 182

    Akka vs Storm

    I was recently working a bit with Twitter’s Storm, and it got me wondering, how does it compare to another…

    Read More »
  • Scala👁 Image
    Adam WarskiJune 7th, 2013
    0 117

    ElasticMQ 0.7.0: long polling, non-blocking implementation using Akka and Spray

    ElasticMQ 0.7.0, a message queueing system with an actor-based Scala and Amazon SQS-compatible interfaces, was just released. It is a…

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