C#: output parameters Aug 12, 2020 3 min read c# Typically, you can only return one thing in C#. For instance, you may return an int, a string or an array of bools. As you may have surmised, output parameters allow you to
Do we understand or do we perceive? Jul 7, 2020 3 min read random Do we really understand things or do we just think we understand?
Why are moths attracted to our light bulbs? Jul 4, 2020 1 min read science Summer's in and so are the moths. What makes moths attracted to light?
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