Dlaczego 99% firm, które tworzą API restowe kłamie?

http://bandrzejczak.com/hateoas-presentation/

Scala interview questions

http://pedrorijo.com/blog/scala-interview-questions/

Brew cask apps one-liner updater

for name in $(brew cask list) ; do brew cask reinstall $name; done

Hash Collision Probabilities [crc32]

http://preshing.com/20110504/hash-collision-probabilities/

Scala video tutorials

www.safaribooksonline.com/search/

Accessing the Diagnostic Mode

TestMode or DiagMode https://www.forotucson.com/temas/estudio-sobre-el-modulo-lisa-exe.1162/ https://www.forotucson.com/temas/testmode2-modo-diagnostico-con-diagmode-guid.1167/

Scalable Microservices with Kubernetes

https://www.udacity.com/course/scalable-microservices-with-kubernetes–ud615 http://blog.udacity.com/2016/05/introducing-scalable-microservices-kubernetes.html https://classroom.udacity.com/courses/ud615/lessons/7826112332/concepts/81910831080923

Docker

Docker

Let’s Encrypt

Free, automated, and open Certificate Authority

Scala Puzzlers

The collection of Traps, Pitfalls and Corner Cases in the Scala language