-
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 » -
Software Development
The value of no-code is clear: build faster and allow a lot more people to build
I shared earlier how no-code can help build solutions faster and allow a lot more people to participate in building…
Read More » -
Core Java
Java 14: Pattern Matching for instanceof
Java 14 introduces Pattern Matching for instanceof, another preview language feature, that eliminates the need for casts when using instanceof.…
Read More »