$ ls -la /posts
total: 2 (tag #best-practices)
$ open windows.mode

Java HashMap: Understanding equals() and hashCode()
A complete guide to equals() and hashCode() in Java, explaining the contract, how HashMap works internally, common mistakes, and best practices.
#java#hashmap#data-structures
How to build the culture of delivering clean code
best practices to follow so that every member of the development team can count on building a culture of keeping the code clean.
#clean-code#engineering-culture#best-practices