tech

Spring I/O retrospect

Posted on

In General It was a great experience going to Barcelona for the Spring IO conference. I really tried to get the most out of it. I feel like that worked out cause I learned a lot. Google Cloud What I will remember best is the workshop on Google Cloud by Ray Tsang. – workshop: bit.ly/spring-gcp-lab […]

App

Portainer

Posted on

A friend gave me a great tip to have more overview over the docker containers you need to manage. He pointed me to Portainer. Portainer is a lightweight docker container that will make it easier to manage your docker environment.  

tech

Jenkins

Posted on

At my job we value CI/CD. Personally it is one of my favorite topics. When practiced correctly by everyone in the team it gives you great advantages. And it’s just beautiful how we can automate the steps of the deployment process. Jenkins is software which facilitates CI/CD. There is a very good course on Pluralsight […]

tech

Cucumber season

Posted on

I wanted to refresh some insights that I got at work regarding integration testing. This lead me to the Cucumber getting started guide for Java. I quickly made some changes to the example and reformatted the structure of the code.             Define the step definitions: Run the tests! Success!! It […]

Maxim

Spring boot bootcamp

Posted on

Last week I had the opportunity to teach a small spring boot intro course. I set up a small mvc Tips&Tricks application. Users can register and create their own tips for learning how to code. I made some REST endpoints and some thymeleaf views. Normally I’d prefer to put an Angular application on top of […]

Uncategorized

Google Code Jam

Posted on

A friend tipped me off about Google Code Jam. He told me he had been participating for years and proposed to practice together. I knew I wouldn’t be able to participate in 2018 since I was moving that particular weekend. But the idea was fun. So anyway, we got a bunch of friends together on […]