Bookmarks
Blog
Page 41
« Previous
1
…
36
37
38
39
40
41
42
43
44
45
46
…
89
Next »
Brew cask apps one-liner updater
Apr
11
2017
for name in $(brew cask list) ; do brew cask reinstall $name; done
Hash Collision Probabilities [crc32]
Mar
24
2017
http://preshing.com/20110504/hash-collision-probabilities/
Scala video tutorials
Mar
24
2017
www.safaribooksonline.com/search/
Accessing the Diagnostic Mode
Mar
3
2017
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
Feb
15
2017
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
Feb
4
2017
Docker
Let’s Encrypt
Feb
3
2017
Free, automated, and open Certificate Authority
Scala Puzzlers
Feb
3
2017
The collection of Traps, Pitfalls and Corner Cases in the Scala language
Continuous Delivery Vs. Continuous Deployment: What’s the Diff?
Jan
21
2017
Continuous Delivery Vs. Continuous Deployment: What’s the Diff?
Benchmarking Scala Against Java [Quick Sort]
Jan
21
2017
Benchmarking Scala Against Java
« Previous
1
…
36
37
38
39
40
41
42
43
44
45
46
…
89
Next »