-
Software Development
Set up private blockchain with Ethereum (part 2)
In my previous post I set up a network of two nodes running a private blockchain. In this post I…
Read More » -
Software Development
Set up private blockchain with Ethereum (part 1)
I don’t think it needs introduction about the current hype that is going on with Blockchain, bitcoin, Ethereum and other…
Read More » -
Enterprise Java
Use Spring Cloud Config as externalized configuration
One of the most important practices when it comes to continuous delivery is building your binaries only once and use…
Read More » -
Enterprise Java
Pipeline as code with a Spring Boot application
This is the last in a serie of posts about continuous delivery based on my local Docker compose stack (see…
Read More » -
Enterprise Java
Configure Jenkins for Continuous Delivery of a Spring Boot application
In my previous post I described how I started a continuous delivery stack with one simple command. The next step…
Read More » -
DevOps
Set up your own Continuous Delivery stack
Last week I wanted to try new things with ‘pipeline as code’ with Jenkins. The best way to try new…
Read More » -
Enterprise Java
Making Spring Boot application run serverless with AWS
In several previous posts I described how to setup your Spring Boot application and run it on AWS Elastic Beanstalk.…
Read More » -
DevOps
Configure AWS Elastic Beanstalk application to use SSL
In this post I show you how to set up HTTPS for an application (REST API) running on AWS Elastic…
Read More » -
DevOps
Get a Certificate from AWS Certificate Manager
Recently AWS made the ‘Certificate Manager‘ service available in the Europe region. With this service you will be able to…
Read More »