-
Enterprise Java
Validating and documenting JSON with JSON Schema
JSON Schema is a way to describe a JSON document. You can think of XML Schema for JSON. It allows…
Read More » -
Software Development
Common HTTP Status codes
What is a HTTP status code? HTTP status codes are part of the status-line of a HTTP response. These 3-digit…
Read More » -
Agile
Why Minimize Management Decision Time
I wrote Unearthing Your Project’s Delays a couple of years ago. I told the story of Cliff, a manager who…
Read More » -
DevOps
How Continuous Testing in DevOps enables quality in the CI/CD Pipeline
We all understand the importance of software testing and how it transforms the goodwill of the business by enabling delivery…
Read More » -
DevOps
7 Steps To Use Mobile DevOps Tools Efficiently
In today’s organizational environment, ‘DevOps’ is the most used buzzword and has become a part of its agile software culture.…
Read More » -
Core Java
Adding Partition To Existing Table In Oracle
Learn How To Add Partition To Existing Table In Oracle. New changes to partition in Oracle 12c. partitioned table using…
Read More » -
Core Java
How to create a thread without implementing the Runnable interface in Java?
A quick programming guide to creating a thread without using the Runnable interface in java. This can be achieved using…
Read More » -
DevOps
8 Tips to Optimize Your Continuous Testing Strategy
In this competitive digital era, there has always been a constant demand for continuous digital improvement. Even if automation is…
Read More » -
Desktop Java
Creating A CAD Application In Java (JavaFX)
A few days ago I finished a CAD application whose purpose is to calculate the energy efficiency of Dwellings (or…
Read More »