-
Core Java
Different States of Java Threads
Introduction In Java, threads can have States. The Thread.State enum defines the different states that a Java thread can have.…
Read More » -
DevOps
DevSecOps for Authorization
1. Overview What is DevSecOps? DevSecOps refers to the strategy of development, security, and operations teams working hand-in-hand on their…
Read More » -
Software Development
Devs will just dev! The Cloud Foundry promise
“Every company is a technology company” said Peter Sondergaard and evidence of this is all around us. But it was…
Read More » -
Software Development
Behavioural Design Patterns: Strategy
Previously we used the state in order to add some functionality to an application based on the user state. Our…
Read More » -
Software Development
Active Pattern
Last week I was pointed by someone to Active Patterns in F#. And it has been quite an interesting discovery.…
Read More » -
Enterprise Java
Certificate Transparency Verification in Java
So I had this naive idea that it would be easy to do certificate transparency verification as part of each…
Read More » -
Software Development
How Go lang struct works
This is the 3rd post of my Go lang experiment,. If you want to read the earlier posts then go…
Read More » -
Career
Why Choose Software Testing As A Career Path?
If you’re here, that simply means you’re stuck making a vital decision: Should you choose software testing to bolster or…
Read More » -
Core Java
Java 11: Converting a Collection to an Array
In Java 11, a new default method, toArray(IntFunction), has been added to the java.util.Collection interface, which allows the collection’s elements…
Read More »