JVM and native code (JNI, JNA, libffi)

A few days ago one of my friends sent me an interesting blog post on how default hashCode() works, the author explains how native code behind this method generates hashcode using different techniques. After reading this blog I started reading about native keyword before the hashCode() which does all this.... [Read More]

NodeJS - Mystery Behind process.binding('')...

Today I was going through my StackOverflow questions to see what are questions I asked in the past and found this old question about NodeJs SO Question, Which I asked when I was learning NodeJs first time. surprisingly two and a half years later question remains unanswered. [Read More]