SPNEGO Token generation

SPNEGO — is a simple and protected negotiation mechanism used by client-server software. Often times, you may find it…


Scala Type Classes comparison

In the first article we discussed how Type Classes are encoded in Scala. In the second article we are going…