image from CQRS - Third step - Simple read model

CQRS - Third step - Simple read model

This post series is driven by my lightning talk about how to introduce CQRS to your project. I thought that would be good to explain this topic further for people who won’t be attending my presentation. I will write about: splitting code to …

read more ➞
image from Angular - resolving route data

Angular - resolving route data

In angular 1 resolving data into a route and using them in controllers was really straightforward. Below injecting orders into ordersController. $stateProvider .state('app.orders', { resolve: { .. url: "/orders/{userId}", orders: …

read more ➞
image from Kendo + slider + custom labels

Kendo + slider + custom labels

In my project, I wanted to change labels from slider to different one. By default, labels are defined as a range of values - for example, from 0 to 10, with a step of 2. My need was to show the array of [1, 2, 4, 6, 10, 16]. And unfortunately, kendo …

read more ➞
image from DevConf 2017

DevConf 2017

DevConf (former DevDay) has ended. It was a great event with interesting presentations and inspiring people who were always willing to argue on some important topics like “Why repositories are evil” ;) Even if I was slightly discouraged …

read more ➞