-
Enterprise Java
In praise of the thoughful design: how property-based testing helps me to be a better developer
The developer’s testing toolbox is one of these things which rarely stays unchanged. For sure, some testing practices have proven…
Read More » -
Software Development
The Scope Of Automation Testing In The Intelligent Digital Mesh
Intelligent Digital Mesh is the entwining of people, devices, content, and services enabled by digital models, business platforms and a…
Read More » -
Angular
AngularJS Custom Directives Example
Welcome readers, in this tutorial, we will understand custom directives in angularjs. 1. Introduction AngularJS helps developers to write custom…
Read More » -
DevOps
A Beginner-friendly Introduction to Kubernetes for Developers: What is Kubernetes?
Just a few months ago, I had the chance to get my hands dirty with Kubernetes for the very first…
Read More » -
Enterprise Java
REST / HTTP methods: POST vs. PUT vs. PATCH
Each HTTP request consists of a method (sometimes called verb) that indicates the action to be performed on the identified…
Read More » -
Agile
Capitalizing Software During an Agile Transformation
A client wants to know how best to calculate their software capitalization. They had a “standard” approach when they used…
Read More » -
Software Development
Create Git patches from command line
Git patches are an easy way to apply changes to a project if you don’t want to go through the…
Read More » -
Enterprise Java
HTTP methods: Idempotency and Safety
Idempotency and safety are properties of HTTP methods. The HTTP RFC defines these properties and tells us which HTTP methods…
Read More » -
Core Java
Validating code and architecture constraints with ArchUnit
Introduction ArchUnit is a library for checking Java code against a set of self defined code and architecture constraints. These…
Read More »