Skip to content

Instantly share code, notes, and snippets.

View Chexpir's full-sized avatar

Chexpir Chexpir

  • Madrid
View GitHub Profile
The following properties are necessary for configuring Spring Zuul Proxy with SSL
Create a self signed certificate
keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass digilabs -validity 360 -keysize 2048
Place the keystore.jks in the resources folder of your application.
server:
ssl:
# Day 1
Scala Introduction and First Steps:
https://www.dropbox.com/s/hggo70f3th1o16o/scala-akka-workshop.zip
Scala Workshop Slides:
https://www.dropbox.com/s/ylmqm9p35ux56dd/scala-workshop-slides.zip
scala-train.zip:
https://www.dropbox.com/s/um3005xqm2dzqbg/scala-train.zip
@phaller
phaller / gist:7010157
Last active December 25, 2015 16:59
Akka and Scala Links
Links
=====
"Principles of Reactive Programming" Coursera class:
https://www.coursera.org/course/reactive
Akka Dispatchers Scalability: Fork-Join Pool vs. ThreadPoolExecutor:
http://letitcrash.com/post/17607272336/scalability-of-fork-join-pool
Scala Async: