04.02.2016 / By 

Apache Spark 101

During our last internal Backend Guild meeting we discussed the topic of Apache Spark. This post is to fill the details we missed and to organize the knowledge so it might be useful for people willing to start with Spark.

14.01.2016 / By 

Common Scala Gotchas

Hi. In this post, we will be exploring some unexpected gotchas we found while working with Scala. Hopefully, it will help you to better understand Scala and fix some naughty bugs :)

21.12.2015 / By 

Require function in self-hosted ClojureScript

Replumb is a new library we decided to hack together as single point of reference for future implementations of ClojureScript self-hosted REPLs. At the moment its current version is displayed in all its beauty on clojurescript.io. The ClojureScript community has already put in a huge amount of effort in order to introduce this very cool feature of having […]

10.12.2015 / By 

Looking into Scala.js

Introduction This blog post was created to see how Scala.js is holding on and having some fun with programming. I decided to do a simple mini-game using Scala.js and Three.js libraries. I will explore Scala.js from a practical perspective. You’ll see the perks of using typed languages in frontend. We are also going to take […]

26.11.2015 / By 

OrientDB and Scala - Getting started

In this article series, I’m going to introduce you to OrientDB database, show its strengths, weaknesses and how to use it with Scala.

22.10.2015 / By 

Shapeless Monads

Small retrospection In my previous blog post we talked about shapeless and how it could be applied to enhance how you work with Futures. Even though we were focused on Futures, our goal wasn’t to provide the best and ultimate util to deal with them, but to demonstrate how shapeless can help us build functions that are more flexible […]

15.10.2015 / By 

Shapeless Futures

Futures today Today, when reactive programming is so popular concept, and you can see ‘We’re reactive!’ claim on so many pages that have anything to do with Scala (and not only), Futures are something you have to deal with all the time.

01.10.2015 / By 

Using Reactive Extensions for data binding in Scala.js

The Problem In my previous post we have written a simple app with Scala.js. In the end we managed to do everything we wanted to, but as we added more and more code a problem appeared – state management, the real app killer. Although our app didn’t do anything advanced, state handling and UI updates forced us […]

24.09.2015 / By 

Scala in the browser. Getting Started with Scala.js

What is Scala.js? Scala.js is a compiler that targets JavaScript, unlike the traditional Scala compiler which targets JVM bytecode. What it means in practice – with Scala.js you can write Scala code that will be executed in the browser.

13.08.2015 / By 

On working remotely

The challenge In Scalac we view remote work as a challenge not as a hindrance. In many companies working remotely, from home or even from another town, is a taboo. No manager there would allow that. They justify it with “decreased productivity” and “difficult communication”. And they are right … as long as we talk […]