-
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 » -
Software Development
[MEGA DEAL] Ethical Hacker & Pentester Pro Bundle (99% off)
Get Paid to Breach Cyber Security Systems—148+ Hours of Training to Jumpstart Your High-Paying IT Career Hey fellow geeks, This…
Read More » -
Agile
The Case for and Against Estimates, Part 2
In the first part of this series, I said I liked order-of-magnitude estimates. I also like targets in lieu of…
Read More » -
Core Java
How To Implement equals Correctly
A fundamental aspect of any Java class is its definition of equality. It is determined by a class’s equals method…
Read More » -
Enterprise Java
Integrating Quartz with Spring
When it comes to scheduling jobs in a java application, Quartz is the first tool that comes into consideration. Quartz…
Read More » -
Scala
Unit vs Integration Akka Testing
This is the sixth post in the series about integrating sync clients with async systems (1, 2, 3, 4, 5).…
Read More »