16.02.2016 / By 

React vs Angular 2 - compare the incomparable?

For the last two months I have been familiarising myself with React, which was the most popular technology in 2015.

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 […]

02.04.2015 / By 

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 […]