Last active
September 13, 2016 07:42
-
-
Save FGRibreau/ff66ae83c541b56ff82f57d4010c9244 to your computer and use it in GitHub Desktop.
Scala.io talk list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -Ls http://bit.ly/2cTytMP|jq -r '.[].uuid'| xargs -I{} -n1 echo "http://cfp.scala.io/api/conferences/ScalaIOFR2016/speakers/{}"| xargs curl -s {}| jq -r '.acceptedTalks[].title' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rex "Doobie": Un JDBC fonctionnel qui ne cache pas SQL | |
Six years of Scala and counting | |
Typesafe DataFrame with Spark and Shapeless | |
The Real Scala Engineers of Planet Earth | |
Démarrer un project frontend avec Scala.js & React | |
Algebraic data types for fun and profit | |
TDD, comme dans Type-Directed Development | |
Parser des fichiers avec des parser combinators ! | |
Play with Elm! | |
CQRS + ES > CRUD, CQFD | |
Scala code is slow? | |
Utiliser la métrologie pour le monitoring des applications Scala | |
Applying Functional Programming Patterns | |
Lagom Microservice Workshop | |
GraphQL - a type system for your API | |
Future composé | |
Architectures micro-services sans HTTP | |
À la découverte d'Idris et de ses types dépendants | |
Big-Data-science en scala | |
Practical ScalaCheck | |
Développer des APIs Hypermedias simplement avec Scala | |
Akka Stream from Kafka to Druid | |
To be announced | |
Monad Transformers, what and why? | |
Interpolating Strings Like A Boss | |
Data Science with Apache Spark and Spark Notebook | |
Typelevel Scala Rebooted | |
Learn you advanced Akka Streams for great Good! | |
Random Data Generation with ScalaCheck | |
Contextualiser au compile time pour observer au runtime avec Précepte. | |
Typeclass 101: ad hoc polymorphism in scala | |
To be announced | |
LuceneRDD for (Geospatial) Search and Entity Linkage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment