-
Software Development
The name should express the intention
This time I will start with a code sample. Take a look at this: if (code.isComplexOrUnreadable()) { refactor(code); } Can…
Read More » -
Core Java
Java Certification: To Cert or Not to Cert
Professional certification is always a bit of a controversial subject, with benefits vs. cost/time debated by those who are eligible. …
Read More » -
Enterprise Java
Help Move Java EE Forward
If you recall my post entitled Java EE 8: What is the Current Status, it is apparent that the progression on…
Read More » -
DevOps
Datadog vs SignalFX vs New Relic vs Wavefront – Which Dashboard Should You Choose?
Are you ready to rumble? Prepare for the battle of the dashboards There is a great number of monitoring applications…
Read More » -
Core Java
Most Common Java Exceptions and What It Says About Java Devs
I know I said I wouldn’t put up a post until I got the videos done, but this has been…
Read More » -
Software Development
Resolving JSON schema Changes with Drill and Python
Drill is a fantastic tool for querying JSON data. But Drill isn’t magical, and sometimes it runs into some data…
Read More » -
Agile
The Case for and Against Estimates, Part 4
When we think about the discussion about estimates and #noestimates, I have one big question: Where do you want to…
Read More » -
Enterprise Java
Carving the Java EE Monolith Into Microservices
Following my introduction blog about why microservices should be event-driven, I’d like to take another few steps and blog about…
Read More » -
DevOps
Configuring Amazon Web Services (AWS) for using Lambda
During the Software Craftsmanship and Testing conference UK, Mash run a session on AWS Lambda, with examples written in Java…
Read More »