- Install IntelliJ + Scala Plugin
- Don’t do the Coursera courses yet.
- Don’t do the “red book” Functional Programming in Scala yet.
- Do: http://underscore.io/books/
- Essential Scala
- Essential Play
- Essential Slick
- Do Scala for the Impatient: https://www.amazon.com/Scala-Impatient-Cay-S-Horstmann/dp/0321774094
- The Neophyte’s Guide to Scala http://danielwestheide.com/scala/neophytes.html
The list is now hosted on a repository so you can PR -> https://github.com/jeroenvdgulik/awesome-talks/blob/master/README.md
- Alberto Brandolini - Chasing Elephants https://youtu.be/klsksbDJOhI
- Erik Meijer - One Hacker Way https://youtu.be/FvMuPtuvP5w
- Erik Meijer - Category Theory, The essence of interface-based design https://youtu.be/JMP6gI5mLHc
- Gary Bernhardt - Wat https://www.destroyallsoftware.com/talks/wat
- Konstantin Kudryashov - Min-maxing Software Costs https://youtu.be/uQUxJObxTUs
- Marco Pivetta - Extremely Defensive PHP https://youtu.be/8d2AtAGJPno
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
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |