02.04.2015 / By Marek Tomas

Functional programming on frontend with React & ClojureScript

Introduction I have been working and evaluating popular JavaScript frameworks such as AngularJS, Polymer, Ember and also emerging WebComponents for quite some time. In this blog post I will show advantages of React way of building scalable and well performing web applications with taste of functional programming. In this tutorial we will introduce basics of […]

27.03.2015 / By Patryk Jażdżewski

How to make working with Specs2 much easier

Hi. Specs2 is one of the most popular Scala libraries for testing, but definitely not a simple one. That’s why I’ve decided to create a blog post with a few tricks on how to make working with Specs2 much easier. The examples are 100% artificial, but their purpose is only to demonstrate the capabilities of Specs2.

20.03.2015 / By Łukasz Gąsior

Event-sourced game implementation example - Part 1/3: Getting started

Hi, in this post series we’ll create a really simple (yet complete) event-sourced game. It won’t be anything spectacular thus its rules are as simple as: game creator specifies players taking part each player, one after another, has an opportunity to roll the dice each player’s opportunity to roll is time limited, if player won’t […]

27.01.2015 / By Radek Tkaczyk

The Rough Experience with Slick

Adventure begins Recently me and a few of my colleagues from ScalaC worked on an integration project which aim was to provide an interface between a machine learning engine and its clients via a Spray-based HTTP server and (internally) a persistence layer. As our work meant to be just a part of a larger system […]

23.06.2014 / By Jakub Czuchnowski

Akka Streams and RabbitMQ

Akka Streams is an exciting new technology from Typesafe that is an implementation of the Reactive Streams specification. To this point two other implementations have been declared (from the Reactor team and Netflix’s RxJava team) but only the Typesafe’s implementation is mature enough to do some experimenting with it. This blog covers the 0.3 version of Akka Streams. You can find the […]

13.01.2014 / By Patryk Jażdżewski

About API driven development

Introduction I have been working and evaluating popular JavaScript frameworks such as AngularJS, Polymer, Ember and also emerging WebComponents for quite some time. In this blog post I will show advantages of React way of building scalable and well performing web applications with taste of functional programming.