Commandline tools with Nodejs
Hi everyone, sometimes you need a small tool like but you might be working for an extended period of time in Node.js so that you don´t want to switch languages and loose time and momentum on it. You...
View ArticleScript in Node.js to iterate a directory and extract information from it´s files
Hi everyone, after we did the template last time, I want to show you how to put the single pieces together. Based on a task at hand I choose the example of iterating and working with files in a...
View ArticleWhat is Docker? Or: Why choose Docker?
Hey everyone, today it´s about one of the virtualisation solutions out there: Docker. I want to help you understand quickly how it works. What is Docker? As mentioned Docker is a software...
View ArticleWhat´s a Dockerfile?
Hey everyone, after the introduction of Docker I thought I show you the recipe to create such a container. The recipe is like a recipe for your favorite lasagne and is called Dockerfile. It looks...
View ArticleDocker Volumes
Hey everyone, Today I want to explain you a bit about Docker Volumes, when/where to use them and their benefits. Remember that in the Docker Introduction I said a Docker container is stateless? For the...
View ArticleHello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
View ArticleHello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
View Article