-
Core Java
Introduction to HTTP/2 support in Java 9
1. Introduction The IETF streaming group approved the HTTP/2 protocol in 2015, sixteen years after HTTP/1.1 had been released. HTTP/2…
Read More » -
Desktop Java
JMetro Version 11.6.5 And 8.6.5 Released
Hello again. Having styled all JavaFX controls in the SDK plus a few more that didn’t exist and some others…
Read More » -
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 »