Are there currently any book recommendations? The ...
# announcements
j
Are there currently any book recommendations? The docs are fantastic but I like diving into a book with some actual project examples 🙂
c
I used the kotlin in action book by @svtk and the big nerd ranch kotlin books
k
+1 for Kotlin In Action, great book
j
That’s exactly what I was looking for! Just bought it, thank you very much
It does seem to miss coroutines and channels because those are probably newer features (book is from 2019)
s
The Kotlin in Action book is indeed really great!
It even helps to understand Java better.
j
That seems like a fantastic resource
b
I have done the PS coroutine course. Overall it’s pretty good and has many examples. On the downside it does rely on an older version of Kotlin. Some apis have changed meanwhile.
j
Programming Kotlin and Programming DSLs in Kotlin — both by Venkat Subramaniam and published by The Pragmatic Bookshelf (as there’s another “Programming Kotlin” book by another author & publisher) are both excellent books. Obviously the second is more niched. The books’ web sites provides some excerpts so you can check it out.
c
Ooh. Love Venkats talks. Will try out his book!
j
@javaru I got Programming Kotlin and am about 25% in so far. This was a perfect recommendation. The writing style and content exactly matches my preferred reading style. Many thanks!
K 1
j
I'm glad you are finding it useful.
b
Same here: read about 25% of the DSLs in Kotlin.