List v’s Array
Discussion on which is the better choice of type to return from a method or function for multiple items. Both…
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…
One of the simplest shapes we can make is GeoLine. It consists of two GeoLocations the start, and end of…
Sometimes you need to guarantee a list is safe to use. A simple method can make sure your safe to…