--r --d --f ~
fntz [blog]

Akka patterns and anti patterns

29 Jun 2017 akka
Post about Akka, and how to write more akka-idiomatic code
More>>

Apache Thrift, Finagle Slides

05 Jan 2017 thrift finagle
My slides from the knowledge sharing lecture
More>>

ScalaBy: Scalalab3 my presentations

31 Jul 2016 scala scalalab scalalab3 scalaby akka macros
After 3 months of lectures, all my presentations are in one place.
More>>

Rest API with Spray.IO

06 Jan 2015 scala sprayio api rest
Create a Simple Rest API for manage posts.
More>>

Todo App with Sirius.js

18 Dec 2014 coffeescript javascript mvc
Long post about how to write Todo App with Sirius.js
More>>

Scala Macro: Codegeneration

07 Jul 2014 scala scalamacro
How to generate wrapper for case branches
More>>

spray-routing-ext: Extend spray-routing

20 Apr 2014 scala spray spray-routing rails-routing
spray-routing-ext package to create rails like routes in spray framework
More>>

Multimethods in Ruby with the Ov gem

10 Nov 2013 ruby multimethods ov
Create multimethods for convenient work.
More>>

How to run Jasmine tests with Poltergeist

26 Oct 2013 poltergeist jasmine tests
Sometimes it's convenient to see the test results directly in the terminal. With poltergeist driver it is easy.
More>>

OpenStruct for configuration files

15 Oct 2013 ruby openstruct config snippet
How to use `OpenStruct` class to mapping config files.
More>>