-
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 » -
Core Java
Java 14: Records
Java 14 arrived a few weeks ago and introduces the Record type, which is an immutable data carrier class designed…
Read More » -
Enterprise Java
Testing using mocks
Mock objects are very useful if used right way. I shared some of the experience of using Mock Objects in need-driven-software-development-using post.…
Read More »