Bloom Filter is a probabilist data structure, created in the 70s. The data structure is used to test if an element is a member of a Set. Fa... (more…)
Read more »
So recently I published an article titled “Microservices in Java? Never.” And it seriously split the camps. Java developers who were… (more…)
Read more »
Java.util package provides a Hashtable class which implements hash table and maps keys to value. Any non-null object can be used as a key or as a value. To successfully store and retrieve objects from a hashtable, the objects used as keys must implement t... (more…)
Read more »
We, Nada Amin and Ross Tate, broke the Java and Scala type systems!
Read more »
Wordpress has an amazing REST API that lets you do pretty much anything that you would need. You can add users, add articles, create tags, create categories etc. (more…)
Read more »