-
Software Development
5 Software Testing Strategies to Uplift Business Growth
The immense popularity of SaaS products in the market has been an important factor in the surge of start-ups delving…
Read More » -
Software Development
Name Parameters In Tests?
As discussed in What are We Testing Again? from the Test Smells, making the test code explain its test case…
Read More » -
Career
Java developer must-have skills
1. Overview Java developer needs to have core skills to build enterprise-level software. In this tutorial, we will see the…
Read More » -
DevOps
Getting Started with Cloud Native Development on OpenShift Container Platform
After hosting a webinar to kick start developers looking to get hands on with an easy to use Cloud Native…
Read More » -
Software Development
OfficeFloor IntelliJ Plugin
OfficeFloor is now available to develop within IntelliJ. While the plugin was originally developed for Eclipse, we have now isolated…
Read More » -
Enterprise Java
Spring Boot Microservices , Docker and Kubernetes workshop – part3
In the previous posts we build few micro services (Order Service, Product Service, Customer Service) for an order management system…
Read More » -
Android Core
How I created my first Open Source Android Library – Part 1
For long I’ve been thinking of creating an open – source android library. I’m a firm believer of the fact…
Read More » -
Agile
Processes…
It has been a lot of talk about processes in the Jakarta and MicroProfile community lately, so I just want…
Read More » -
Core Java
Locks In Java
A lock is a thread synchronization mechanism like synchronized blocks. Locks are implemented internally using synchronized blocks. Therefore, we can…
Read More »