Barry van Acker

Integratie specialist

Barry heeft jarenlange ervaring in BPM en SOA. Zijn kennis, communicatieve vaardigheden, omgevingsbewustzijn en klantgerichtheid zorgen ervoor dat complexe IT-vraagstukken vertaald worden naar praktische oplossingen. Deze oplossingen verbeteren de flexibiliteit en kostenefficiency van de organisatie aanzienlijk, terwijl de last van IT op de organisatie wordt verminderd.

Techblog Blogs

Setup a sample workflow

In this post, we will be creating a sample java project to demonstrate our CICD workflow. We will create a git repository, configure the build tools and add the pipeline…

28 september, 2018

Techblog Blogs

Adding a Jenkins Slave

In this post, we will create a simple Jenkins slave image, capable of compiling Java code. We will register it in the Jenkins master instance that we created during the…

26 september, 2018

Techblog Blogs

Jenkins server

Today we will continue our journey to build a fully operational CICD environment for home use. After setting up the artifact repository, we will add the orchestration. The Jenkins server…

25 september, 2018

Techblog Blogs

Secure repository

In the previous post, we introduced a Nexus repository and prepared it for use with docker. The individual repositories are present, and outbound communication has been established. However, we still…

24 september, 2018

Techblog Blogs

Nexus configuration for docker

In this blogpost, we will configure the Nexus repository that we introduced in the previous post. We will create a basic repository setup with three levels: snapshot repository for our…

23 september, 2018

Techblog Blogs

Creating a CICD setup for home use

Often when I am working at home, I wish I had a CICD setup similar to the one at my customers. Developing code without a continues integration platform feels like…

23 september, 2018

Techblog Blogs

Creating an artifact repository

In order to build our CICD platform, we will start with the creation of an artifact repository. The artifact repository can be used in various locations in the pipelines, has…

23 september, 2018

Techblog Blogs

7 golden rules for docker images

Creating a good Docker image is an art. There are no fixed rules that can be applied in every situation. Instead, we need to look at the pros and cons…

25 november, 2017

Techblog Blogs

5 simple steps for Component testing using Docker

Component testing is an important protection against regression errors. After every change to your component, you should test its public interfaces in isolation from the environment it runs in. In…

9 juni, 2017