Saving a configuration in a Property Map Jun 30, 2020 2 min read java A tutorial on creating a configuration using a property map
Creating a simple cache in Java Jun 28, 2020 2 min read java How to conceptually make a cache in Java
Collections: When to use an ArrayList over a LinkedList (& visa versa) Jun 26, 2020 2 min read java When and why you may want to use one over the other
Collections: HashSet & TreeSet Jun 26, 2020 2 min read java What are they & when would you want to use one over the other?