microservices

Microservices, Music and More @ Futurice Beer&Tech

A few weeks ago Christoph and I gave an introduction to MicroServices at Futurice’s Beer&Tech sessions in Berlin. The idea was to collect our impressions from the DevOps conference 2015 in Berlin. I think we covered a lot of ground here from business value to technology and some simple live examples. The tools we introduced to were Docker, Consul and Prometheus and how to glue them together easily. As part of giving this talk, I developed a small playground with the mentioned technologies. I already blogged briefly about this project called “MS-KOS”. The live coding examples can be found on Github: MS-KOS ...

September 5, 2015 · 1 min · Nils
Firefox Developer Edition

Firefox Developer Edition as Default Browser in Gnome

After visiting the Mozilla meetup, I decided to give the Firefox Developer Edition a spin. Pretty smooth sailing so far. However, there was one minor glitch and it wasn’t immediately obvious to me, how to fix it: I could not set the Developer Edition installation as my default browser in Gnome (with Gnome Shell on Fedora 22). I did a manual installation of the Firefox Developer Edition and could run and use it. But as Gnome wasn’t aware of it, I could not select it in the Gnome “Default Applications” settings, neither did it work from within the Firefox settings. ...

June 22, 2015 · 2 min · Nils

Rule the bash: How to edit CLI input with VIM

Sometimes we have to write quite long shell commands, right? And from time to time you have an error in there or want to change a command from the history to do something else, right? If you are a vim user you probably hate to navigate with the cursor keys to the position in the command you would like to change. So why not use vim (commands) for that? Here are two ways to do it: ...

May 31, 2012 · 2 min · Nils