-
Software Development
5 Questions Everyone’s Asking About Microservices (Question 2)
When discussing the development impact on existing applications while transitioning to microservices, there are five questions that keep popping up…
Read More » -
Core Java
Checking What’s Thrown in Java Tests
Someone came up with the idea of using try and catch blocks in unit tests in Java: 1 2 3…
Read More » -
Core Java
The Chameleon Function
In Doctor Who the character Kamelion was a robot which could take any form. The physical prop they used was…
Read More » -
Core Java
The Final Word on “final”
In Java, overuse of final feels like SHOUTING. It’s outdated and inappropriate much of the time. Java and JavaScript This…
Read More » -
Enterprise Java
5 Questions Everyone’s Asking About Microservices (Question 1)
One of the joys of my role is that I’m often talking to customers (or potential customers) about their concerns,…
Read More » -
Core Java
JVM with no garbage collection
JVM community keeps on adding new GC and recently new one was added and it is called Epsilon and is very…
Read More » -
Core Java
Need driven software development using Mocks
Excellent paper on mocking framework by jmock author. This paper was written in 2004 that is 18 years ago but…
Read More » -
DevOps
Toil Arising From Alerting
Rising toil is a worry for all DevOps teams. The reasons from where toil arises are numerous. This makes it…
Read More » -
Software Development
Functional Testing Vs Non-Functional Testing
According to a report, app crashes cause 71% of uninstalls. Others reasons that compel users to uninstall the app are…
Read More »