jagomart
digital resources
picture1_Scala Book Pdf 196370 | Recommended Sources Scala


 125x       Filetype PDF       File size 0.08 MB       Source: scalac.io


File: Scala Book Pdf 196370 | Recommended Sources Scala
how to start with scala scala tips and recommended sources to learn prepared by our developers start with the programming in scala book co written by martin odersky creator of ...

icon picture PDF Filetype PDF | Posted on 07 Feb 2023 | 2 years ago
Partial capture of text on file.
               HOW TO START WITH SCALA? 
               SCALA TIPS AND RECOMMENDED SOURCES TO LEARN,
               PREPARED BY OUR DEVELOPERS: 
                   Start  with  the  Programming  in  Scala  book,  co-written  by  Martin  Odersky,  creator  of  the
                   language. Make sure it’s the third edition, which covers Scala 2.12. The book is really worth
                   reading, as it thoroughly explains all the features and all the ways you can write a line in
                   Scala. It can take a long time to read the whole thing, but you can do other stuff in the
                   meantime.
                   Get familiar with testing frameworks (scalatest, scalacheck, maybe specs2) and SBT basics.
                   Watch the “7 sins of a Scala beginner” by our colleague @kubukoz
                   https://www.youtube.com/watch?v=Z2YzCzfUNNk
                   After you get to know the language and spend a good amount of time writing small programs
                   in it, it would be a good idea to learn Akka (at least the basics and the problems of concurrent
                   programs         it    helps       solve)      -    just     use      the      official     documentation          on
                   https://doc.akka.io/docs/akka/current/scala.html
                   For real life applications, you'll probably need some sort of persistence. For SQL, Slick and
                   Doobie are popular choices, but again, the official docs will do just fine.
                   If  you  want  to  educate  yourself  in  functional  programming,  you'll  find  “Functional
                   Programming  in  Scala”  (the  Red  Book)  and  “Book  of  Monads”  that  explain  the  general
                   concepts from the ground up.
                   For specific libraries, there’s “Functional Programming for Mortals” that covers Scalaz and
                   “Scala with Cats” about … yes, you guessed it@ Other than documentation for Cats, “Scalaz
                   and ZIO” is a good source of information.
                   The  “Functional  Programming  Principles  in  Scala  course  on  Coursera  might  be  worth
                   pursuing. There are also other courses specialising in Scala        
                   https://www.coursera.org/specializations/scala
                   Last but not least, follow and read some good functional programming / scala blogs. An up-
                   to-date list of some of them can be found here: https://medium.com/@FunctionalWorks/the-
                   best-functional-programming-blogs-49303cc701b5                        -    it    also     includes       our     blog
                   (https://blog.scalac.io)
                                                                                                                                             1
               scalac.io
        HOW TO START WITH SCALA? 
        SCALA TIPS AND RECOMMENDED SOURCES TO LEARN,
        PREPARED BY OUR DEVELOPERS: 
          Recommended links: 
             Courses from https://www.coursera.org/specializations/scala are cool and free 
             Books from https://underscore.io/books/ are cool and free
             Examples on: https://www.scala-exercises.org/ 
             I can definitely recommend “Scala for the Impatient” (https://www.amazon.com/Scala-
             Impatient-2nd-Cay-Horstmann/dp/0134540565?tag=duckduckgo-ffab-20)  While it
             shows a bit too much of mutable APIs it shows and explains quite well all mechanisms
             which are used in language. I’ve been learning Scala using this book and that was a huge
             boost for me
             I can recommend books and courses which you can find on the official site `scala-lang.org`
             https://scala-lang.org/documentation/learn.html
             For more advanced: https://leanpub.com/fpmortalsAnd possibly Book of Monads,
             https://www.amazon.com/Book-Monads-practice-applied-problems-
             ebook/dp/B07JNZHYLT
             I can recommend “Scala cookbook” (https://www.amazon.com/Scala-Cookbook-Object-
             Oriented-Functional-Programming/dp/1449339611)
             Entry-level for learning about FP is the RED BOOK
             https://www.manning.com/books/functional-programming-in-scala
             Entry-level for Scala itself is the staircase book-
             https://booksites.artima.com/programming_in_scala_3ed
                                                                           1
        scalac.io
The words contained in this file might help you see if this file matches what you are looking for:

...How to start with scala tips and recommended sources learn prepared by our developers the programming in book co written martin odersky creator of language make sure it s third edition which covers is really worth reading as thoroughly explains all features ways you can write a line take long time read whole thing but do other stuff meantime get familiar testing frameworks scalatest scalacheck maybe specs sbt basics watch sins beginner colleague kubukoz https www youtube com v zyzczfunnk after know spend good amount writing small programs would be idea akka at least problems concurrent helps solve just use official documentation on doc io docs current html for real life applications ll probably need some sort persistence sql slick doobie are popular choices again will fine if want educate yourself functional find red monads that explain general concepts from ground up specific libraries there mortals scalaz cats about yes guessed than zio source information principles course coursera m...

no reviews yet
Please Login to review.