Complex Queries for Java data
Recently a project I was working on called for a complex filter that was needed for selecting specific elements from…
Recently a project I was working on called for a complex filter that was needed for selecting specific elements from…
My son has gotten into Minecraft and Star Wars. He wanted the two of us to build the Death Star…
Discussion on which is the better choice of type to return from a method or function for multiple items. Both…
Every need to define an area and determine if a location is within that range? This is called a GeoFence.…
Once you have GeoLocations, you can then make shapes for them. So we create a GeoShape Interface that allows us…
Ever have a list, that you need to paginate through? I certainly have, I created a simple method to ListUtils…
Recently had a need to break things out over a given date range into month-long increments. I found a solution…