Monthly Archives: January 2024

Why is so much software open-sourced these days?

Posted in Computers, programming, Software | Tagged | Leave a comment

On the use of Singletons

Posted in Computers, programming, Software | Tagged , | Leave a comment

Persistent key-value store in Java

Sometimes you need to store key-value data (i.e., a dictionary, associative array or HashMap) in your application. Using a full blown RDMS can do it but is perhaps overkill. What you are looking for is instead a library that can … Continue reading

Posted in Computers, programming, Software | Tagged | 2 Comments

C++: 10 Things You Need To Know

Posted in Computers, programming, Software | Tagged | Leave a comment