-
Enterprise Java
Apache Ignite and Spring on your Kubernetes Cluster Part 1: Spring Boot application
On a previous series of blogs we spun up an Ignite cluster on a Kubernetes cluster.In this tutorial we shall…
Read More » -
Enterprise Java
Destroy AWS resources: Cloud-Nuke or AWS-Nuke?
So you’re working on a development account, and Terraform is stuck in a cycle, not allowing you to easily destroy…
Read More » -
DevOps
Apache Ignite on your Kubernetes Cluster Part 4: Deployment explained
Previously we saw the Ignite configuration that comes with the Kubernetes installation.The default configuration does not have persistence enabled so…
Read More » -
Enterprise Java
Functional Programming in DMN: it FEELs like recursing my university studies again
In this post, I would like to share interesting insights about recursion support in DMN and highlights how specific properties…
Read More » -
Software Development
Git switch and restore
If you’ve been using Git for a while you’re probably used to the ubiquitous git checkout command, which is somewhat…
Read More » -
DevOps
Apache Ignite on your Kubernetes Cluster Part 3: Configuration explained
Previously we had a look on the RBAC needed for and ignite cluster in Kubernetes. This blogs focuses on the…
Read More » -
DevOps
Apache Ignite on your Kubernetes Cluster Part 2: RBAC Explained
You had a cache service running however all you did was installing a helm chart.In this blog we shall evaluate…
Read More » -
Enterprise Java
JUnit5 TestSuite Alternative
JUnit4 had the TestSuiteclass to aggregate multiple tests. This is not available in JUnit 5. Generally test discovery via a…
Read More » -
React.js
ReactJS Dropdown Example
In this article we will build a Dropdown ReactJS Component. The popularity of ReactJS has grown in leaps and bounds.…
Read More »