Tagged in

Scala

SE Notes by Alexey Novakov
SE Notes by Alexey Novakov
Software Engineering notes on Scala, JVM and other goodies
More information
Followers
63
Elsewhere
More, on Medium

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…