Software
Here’s some cool software I’ve found over the years that I’ve used for various reasons:
Programming Languages
Java
Scala
- Akka
- Rock the JVM – a very good series of videos on Scala
ECMAScript/Javascript
- TypeScript: Because I like statically typed languages.
Python
- pyenv: I find this particularly helpful when making sure I have the right environment set up for Python. I can easily install multiple versions, set up the right virtualenvs, all that fun stuff, without really having to worry about it in particular.
- mypy: Because I like statically types languages.