Blog
While working on a design system, I have experimented a lot, and came up with a quite promising component boilerplate for such occasion. Here it is.Read the post
For quite a while I was using Redux together with Redux Saga and was satisfied. Well, sort of, because I was constantly asking myself "Should the state management always be that complex?" Redux was a great library for it's time, when the concept of a centralized state was not well-coined yet. Nevertheless, one day came, and I have decided it was time to move.Read the post
From time to time I observe designers making derivative colors by applying opacity to a base color against white background. While this approach works perfectly fine with wireframes, in the markup an element might not be always located on white. Therefore we need to know exact hex value to make use of it.Read the post
I am extremely fascinated with a container-based approach. I try to ship every application as a Docker container because in this case, the application becomes an infrastructure provider agnostic. So this time we will see how to deploy a dockerized application to Heroku — a famous cloud platform.Read the post