JavaOne being renamed to Oracle Code One
JavaOne is renamed to Oracle Code One. More importantly, the tracks of the conference are less Java-only now. Initially I wasn’t too excited about the rename...
JavaOne is renamed to Oracle Code One. More importantly, the tracks of the conference are less Java-only now. Initially I wasn’t too excited about the rename...
Building vs running Docker is a great tool for both building and deploying Java applications. Building a Java application inside a container gives portable b...
Java 9 has been out for a little while now, and hopefully you already had some time to learn about the module system. The Java 9 Modularity book that I co-au...
After working on “Java 9 Modularity” together with Sander Mak for almost two years, it has now been published by O’Reilly. Both digital and printed versions ...
For the past five years I’ve worked remote. This post gives some insights in that experience, and some best practices to make it work best. I joined Luminis ...
2017 just got started, and it’s already an exciting year. Next week I will relocate to the bay area and join Netflix as part of the Edge Developer Experienc...
The end of the year is coming near, so it’s time for some predictions! Note that these are just predictions and a bit of bashing, and very likely to be inacc...
Almost every web app requires some kind of user management, authentication and authorization. This is often custom build. I can’t even count the number of t...
Early this year my colleague Sander Mak and I started working on the first drafts of Java 9 Modularity. We’re proud to announce that the firsts bits of what ...
About a year ago Luminis, the company I work for, organized it’s first developer conference. The goal of the conference was to share knowledge, like we also ...
What if you have a completely static website (yup, they still exist) or a JavaScript web frontend and want to host it on Kubernetes? This post describes two ...
Always eager to play with other/new/cool technology I spent some time learning about Vertx. Because Vertx is designed to be a general purpose toolbox, I want...
At JavaZone, Sander Mak and me gave a talk about modularity in Java 9. The recording of this talk can be found online and is a great start to learn about thi...
I wrote an extensive OSGi / Amdatu tutorial that covers all the topics that you need to build modular (web) applications. The tutorial should be a deep-dive ...
We are working a lot with Kubernetes lately and were looking for a Java API to integrate our dashboards with Kubernetes. There used to be a few libraries to ...
We are working a lot with Kubernetes lately and were looking for a Java API to integrate our dashboards with Kubernetes. There used to be a few libraries to ...
In the past few months my work has been focussed on creating a Docker/Kubernetes based platform that is used by ourselves and our clients to run large scale ...
We’ve just released a new version of Amdatu Bootstrap, packed with fixes and new features.
In the past few months I have been working on a side project named Workouttraxx. Workouttraxx is an online signin system for CrossFit boxes and is being used...
The next few weeks are going to be busy again. This week I will be speaking at InfoShare, giving a talk “10 reasons to use OSGi for your next Cloud App” and ...
Kubernetes is excellent for running (web) applications in a clustered way. This blog will go into making applications deployed on Kubernetes available on an ...
I spent this week at a conference way out of my comfort zone: Microsoft Ignite. Because we are recently working more and more with Azure, we wanted to get mo...
Docker makes it easy to run applications or application components on different environments. You don’t have to worry anymore about installing environment de...