How to Create a Mind (A Book Review)
Posted: February 7, 2019 | Artifical Intelligence , Book ReviewThe dream of emulating human brain is one of the most challenging endeavour of our time. As technological advancement is gradually speeding up and ...
Protocols and multimethods
Posted: September 5, 2018 | Clojure , LISPSimilar in Command Pattern, that we are familiar from object-orient programming, Clojure provides multimethods and protocols which enable developer...
Dockerized Java Enterprise
Posted: July 7, 2018 | Java , DockerSince Docker containers became the new virtualization layer between the operating system and the applications, Java engineers whose job was to deve...
Powermocking and OOP
Posted: April 9, 2017 | Java , Testing , MockingEncapsulation helps us to define boundaries of data and behavior within a class, though there are mocking frameworks which bend the rules of this p...