-
Software Development
Better QA: Learning from unit testing standards
“Unit Testing” is a tricky affair. I am pretty sure that testers at some point in time would have complained…
Read More » -
Agile
Better product by documenting trust boundary
Have you ever faced issue when you trusted system, team or product and that resulted in failure of feature or…
Read More » -
Agile
In defence of hierarchy
Hierarchy, it is one of those topics which provokes a reaction. There are many in the agile community who believe…
Read More » -
Software Development
Extending the Cucumber Test Lifecycle
Overview This article is about two things: How do I make the beforeAll and afterAll lifecycle events happen in Cucumber?…
Read More » -
DevOps
Autoscaling Groups with terraform on AWS Part 3: Elastic Load Balancer and health check
Previously we set up some Apache Ignite servers in an autoscaling group. The next step is to add a Load…
Read More » -
DevOps
Autoscaling Groups with terraform on AWS Part 2: Instance security group and Boot Script
Previously we followed the minimum steps required in order to spin up an autoscaling group in terraform.On this post we…
Read More » -
Enterprise Java
Autoscaling Groups with terraform on AWS Part 1: Basic Steps
So you want to create an autoscaling group on AWS using terraform. The following are the minimum steps in order…
Read More » -
Software Development
One-Time Passwords Do Not Provide Non-Repudiation
The title is obvious and it could’ve been a tweet rather than a blogpost. But let me expand. OTP, or…
Read More » -
Enterprise Java
Spring WebClient and Java date-time fields
WebClient is Spring Framework‘s reactive client for making service to service calls. WebClient has become a go to utility for…
Read More »