Problem After finding myself sometimes needing a map of maps, and as I couldn’t find one in existing libs (like […]

Problem I have a module that builds swing tables based on an Object[][], then I have another module that queries […]

Problem I am working with MongoDB through Docker, and I have a terrible bash command to pull the Docker Machine […]

Problem I have implemented the “[ ]” operator in a class that I have created to return values associated with […]

Problem Can’t seem to find one, so trying to build a very simple but fast implementation. Thought I would post […]

Problem I’m currently creating my own microframework for learning purpose and I want to make it more powerful by providing […]

Problem Loosely basing myself on this blog post, I implemented an ordered dictionary. In essence, it’s a wrapper struct for […]