-
Software Development
Connecting to Apache Drill with Power BI (Part 3)
In my first post, I showed how you might quickly deploy a Drill-enabled cluster to the Azure cloud using the…
Read More » -
Software Development
Can Objects Be Friends?
As discussed before, proper encapsulation leads to a complete absence of “naked data.” However, the question remains: How can objects…
Read More » -
Enterprise Java
Quick Tip To Prevent Your Caches From Exploding
There are many scenarios when you can benefit from caching commonly used objects in your application, especially in web and…
Read More » -
Agile
Consider Rolling Wave Roadmap and Backlog Planning
Many agile teams attempt to plan for an entire quarter at a time. Sometimes, that works quite well. You have…
Read More » -
Core Java
No, being wary doesn’t hurt Java. A comment about Java licensing.
So. Oracle want’s to make money from Java. And The Register published a very polarising piece with a super catchy title…
Read More » -
Core Java
Publishing Snapshots With Gradle’s maven-publish Plugin
I’ve recently started a new project with Gradle and decided to jump straight in – no Gradle experience, no clue…
Read More » -
Software Development
Microservices Series: Microservices Design Principles
Introduction Every architecture is formed based on certain design principles and Microservices is no different. This article will not talk…
Read More » -
Agile
You may not need a Tech Lead, but others do
Vinicius sent me a tweet about an article he published called We don’t need a Tech Lead in response to…
Read More » -
Enterprise Java
Spring Boot and Application Context Hierarchy
Spring Boot supports a simple way of specifying a Spring application context hierarchy. This post is simply demonstrating this feature, I…
Read More »