At the moment, one of the hot topics in the world of Development is Zero Trust. This is an easy topic to explain: never trust and always verify. Before doing…
Recently, I had to implement a Soap Service. Nothing special, I just hadn’t done it in a while and was amazed at how easy it has become. Using some code…
As part of our daily operations, our team and our customers use the company-wide Splunk application. Splunk is used to search through application logs and check the status of file…
In my previous post I’ve described how you can set up multiple infranodes with multiple ingress controllers, just in case you have to deal with some existing networks. But what…
When installing Openshift on-premise or in the cloud, by default you’ll get a single ingress controller. It’s the well known *.apps ingress controllers and it forwards all traffic from *.apps.yourcluster.yourdomain…
No, it’s not a buzzword bingo, but a HelloWorld example. Many examples of Micronaut projects can be found online, but they almost all focus on Micronaut features. The project described…
Vanaf maart 2020 is gebleken hoe solide de Nederlandse digitale infrastructuur eigenlijk is. We zijn toen zonder noemenswaardige problemen, van de ene op de andere dag, massaal op afstand gaan…
Serverless is een andere manier van denken over hoe gebruik gemaakt kan worden van de cloud infrastructuur. In traditionele zin maak je gebruik van een eigen server waar de eigen…
One of the promises of both Micronaut and Quarkus is to make it easy to run microservices as native images. Native images promise faster startup times and a lower memory…
The last couple of years I have worked and experimented a lot with injection frameworks. New frameworks like Micronaut and Quarkus in my personal environment, while professionally working primarily with…
Inevitably, in IT we keep learning new things all through our careers to be able to keep up with the ever changing digital future. This is no different from other…
While this may seem like an uncommon scenario, it’s very useful to add USB devices to your containers. Imagine running Home Assistant in your container and having a Z-wave or…
So, you’re a minor integration deity, you’ve got your ArchiMate certification and now you’re prowling the internet in search for whoever was first with depicting integration architecture artifacts into ArchiMate….
How to route your ‘Bossche Bol’ to Maastricht with a Docker container Have you ever run over the maximum number of queries in your Google Maps API key? Do you want to get…
In this blogpost I’ll explain how we have set up Openshift 4.5 on a VMWare environment using the ‘User Provided Infrastructure’ installation method. Whereas Openshift 4,1 and 4.2 had mandatory…
In my previous blog I introduced you to TIBCO Spotfire and why it’s such a powerful tool. In this blog, I’ll show you that together with additional TIBCO components, it…
Business Intelligence, Data Science, Big Data, Analytics: decades have passed since we first added these words to our day-to-day vocabulary. In fact, I have been talking about these subjects, implementing them,…
At Rubix as part of one of the innovation teams, axonX has been involved in several IoT/streaming data projects over the last couple of years. More recently, this has led…
In the first part of the series we built a REST microservice using the well- known Spring Boot framework. Long overdue – let’s blame it on the summer season and…
AWS supports identity federation using SAML (Security Assertion Markup Language) 2.0. Using SAML, you can configure your AWS accounts to integrate with your identity provider (IdP). Once configured, your federated…