9th of May, 2018 11:19
Today I wanted to share some slides from last RubyMeditation with you about setting up Docker environment for your projects. It has useful tricks about Docker Multistage builds, Docker-compose code reuse, ELK stack setup for logging containers.
Read more
19th of January, 2018 11:20
Not long time ago I had a chance to attend series of events about blockchain. Quickly I became interested in the technical side of the trendy idea. After building simple Bitcoin wallet I decided to try something more advanced. In this article I will share a toolset for building, deploying and testing locally your Ethereum Smart Contracts using Docker.

Read more
4th of August, 2017 13:39
Once in a while every developer thinks about decomposing their monster monolith Rails application into services. Very ambitious and brave thought! Why? We all know the pros of service-based architecture, but the cons make us think twice or even give up on decomposition. Here are the big fears of decomposition: single authentication, performance and complexity. Luckily we have Redis to make us brave enough again and help resolve at least some problems easily.

Read more
15th of July, 2017 18:00
Hi, today I prepared the final article about Arduino + Raspberry Pi robot Pluto. We are going to connect camera and add video streaming feature to our browser control panel.
Read more
10th of July, 2017 18:00
If you ever asked yourself how to pilot a robot via browser, then you may want to connect it to a Raspberry Pi 3 with WiFi module, develop python based web server and have fun!!!
Read more