Posts
My thoughts and ideas
My thoughts and notes on technology and programming
My thoughts and ideas
Let’s see how to easily stream large video or audio files from cloud object stores like S3 or Azure Files directly to your mobile app or IoT devices.
Often mangers and leaders think of a multifunctional teams as a group of people that each individual is a jack of all trades. But it might not have the best outcome for your organization.
Installing Docker on Debian Jessie with Configurable Docker Options
We know all about Kaizen and we know it’s a good thing to do. Kaizen is all about continues improvement and who don’t want to improve its job? What is difficult is how to enable it.
There are lots of discussions around the net about containers to be fat or thin. Some say they meant to be thin and oppositions insist that you need to have some other processes too. What’s the way to go?
The most important parameter to a successful build and test before deployment is to do it all in a Production-Like environment. Containers are not an exception! Yet with Docker is pretty easy to do so.
A tiny how-to to use Logstash-Forwarder docker image right from Docker HUB. With configuration and basic setup.
Rake is a powerful and easy to use task management written in Ruby. Let’s see how we can use Rake in build pipelines. Part II
Rake is a powerful and easy to use task management written in Ruby. Let’s see how we can use Rake in build pipelines.
While using docker is extremely easy, when talking about production dealing with application logs inside Docker is a real pain. There are couple of ways to solve this issue.