VOOZH about

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

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


  • Scala👁 Image
    Adam WarskiMay 24th, 2013
    2 196

    Typed ask for Akka

    Akka is a great tool for writing distributed applications. One thing that always surprised me though is that while being…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiMarch 27th, 2013
    0 89

    How to replace a build module with Veripacks

    Compare the two trees below. In both cases the goal is to have an application with two independent modules (frontend…

    Read More »
  • Scala👁 Image
    Adam WarskiMarch 19th, 2013
    0 132

    Dependency injection with Scala macros: auto-wiring

    You can look at dependency injection as a fancy name for passing parameters to a function (or constructor arguments to…

    Read More »
  • Scala👁 Image
    Adam WarskiJanuary 29th, 2013
    0 104

    Dry parameter names

    How often do you see code like this, especially when using dependency injection, single-responsibility principle, and other “good practices”?  …

    Read More »
  • Scala👁 Image
    Adam WarskiDecember 7th, 2012
    0 154

    Starting with Scala Macros: a short tutorial

    Using some time during the weekend, I decided to finally explore one the new features in the coming Scala 2.10,…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiNovember 30th, 2012
    2 214

    Event streaming with MongoDB

    MongoDB is a really great “NoSQL” database, with a very wide range of applications. In one project that we are…

    Read More »
  • Core Java👁 Image
    Adam WarskiNovember 9th, 2012
    1 155

    Let’s turn packages into a module system!

    Many projects are divided into modules/subprojects using the build system (Maven, Gradle, SBT …); and writing modular code is generally…

    Read More »
  • Software Development👁 Image
    Adam WarskiSeptember 27th, 2012
    0 133

    Trying to understand CAP

    The CAP theorem, stated by Brewer and proved by Gilbert and Lynch specifies a property of distributed systems. It states…

    Read More »
  • Scala👁 Image
    Adam WarskiAugust 21st, 2012
    0 111

    Scala: Missing OO and FP bridge

    Scala blends functional and object-oriented programming in many nice ways. You can use both FP an OO-like constructs whichever fits…

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