Today we are gonna dip our toes into Docker. To everyone who never heard of Docker, I recommend reading the introduction at their website.
Markus Klepp
Floating point calculations or why 0.1 + 0.2 != 0.3
No matter what common programming language you use, the term 0.1 + 0.2 != 0.3 will evaluate to true. Go, try it out! Continue reading
Development and Production with Vagrant and Ansible
In Addition to my chef tutorial, the same with Ansible:
https://github.com/entwicklerbier/vagrant-ansible
PS: Highly recommended: http://docs.ansible.com/playbooks_best_practices.html
Development and Production with Vagrant and Chef
I created a small tutorial/repo on our github account to show a simple Vagrant/Chef setup: https://github.com/entwicklerbier/vagrant-chef
I used the commits to make a step by step guide.
I made the same example with Ansible.
Docker – down the rabbit hole
What happens when you type docker run centos /bin/echo hello world the first time?
Docker could not find the required image locally, so Docker downloaded the required files. Wait a moment… What required files and why plural? Continue reading
Design Guidelines everyone should now
Some links to design guidelines every developer/graphic artist should know:
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/MobileHIG/index.html
nginx as media server
NGINX-based Media Streaming Server:
Headless javascript tests with poltergeist and Ubuntu
If you already have a nodejs dependency, I recommend the following solution for headless testing instead of my first one. Continue reading
Getting min/max Values from multidimensional array in coffee script
Today I had to implement an algorithm to find the minimum and maximum values for a multidimensional array. Continue reading
Interesting article about corrupt docker images
Don’t know wether it’s fear mongering or true