different sides of devops in recrutment and engineering
The question is what is devops? How do you recruit a devops engineer. The short answer is you don’t. a devops engineer does not exist. The thing about …
infrastructure // code // systems
The question is what is devops? How do you recruit a devops engineer. The short answer is you don’t. a devops engineer does not exist. The thing about …
writing a simple prometheus exporter to collect metrics from a external system that needs monitoring. I will use the python official prometheus_client package …
Short about how we run docker. The way we are running docker using aurora to scedule on mesos currently both on aws and on on premise. Every service have a …
After years in testing roles it’s obvious that the traditional way of doing testing will no longer hold up. What i mena with the traditional way of …
Working with docker images to minimise the footprint i.e the size if a image. There is a few things that you can do to get smaller images. I will show some …
Using fabric with dynamic hosts. In the fabric documentation most of it is using examples and is assuming that you you have a static set of hosts. That is no …
You might be thinking well unit tests is kind of a obvious thing that you have when you are writhing code. If you do you are wrong. Not all developers want and …
Sharing the same auto completion for zsh and bash. In zsh there is somthing called bashcompinit that can be used to share the same completion for bash and zsh. …
Sharing the same auto completion for zsh and bash. In zsh there is somthing called bashcompinit that can be used to share the same completion for bash and zsh. …
The point of this is a smal example on how you could use protobuf to send data over http. In this example i will be using Python and the packet falcon for the …