Skip to content

Instantly share code, notes, and snippets.

@jestan
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save jestan/f5817fca9ff4001e102a to your computer and use it in GitHub Desktop.

Select an option

Save jestan/f5817fca9ff4001e102a to your computer and use it in GitHub Desktop.

Revisions

  1. jestan revised this gist Feb 9, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion [email protected]
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    $SCALA_HOME

    # Start using REPL
    ### Start using REPL

    ### Start using Scala Doc

  2. jestan revised this gist Feb 9, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion [email protected]
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    $SCALA_HOME

    ### Start using REPL
    # Start using REPL

    ### Start using Scala Doc

  3. jestan revised this gist Feb 9, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion [email protected]
    Original file line number Diff line number Diff line change
    @@ -73,7 +73,7 @@

    Futures and Promises

    Actor
    Actors


    ### Frameworks in Use
  4. jestan renamed this gist Feb 9, 2015. 1 changed file with 7 additions and 9 deletions.
    16 changes: 7 additions & 9 deletions gistfile1.md → [email protected]
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,6 @@
    ### Introduction

    ### Installation

    $SCALA_HOME
    $SCALA_HOME

    ### Start using REPL

    @@ -25,7 +23,7 @@
    Maps and Sets

    Pattern matching

    Classes and Objects

    Class
    @@ -38,10 +36,10 @@


    Functions


    Higher Order Functions

    map

    filter
    @@ -76,7 +74,7 @@
    Futures and Promises

    Actor


    ### Frameworks in Use

    @@ -98,7 +96,7 @@

    Akka Framework

    HTTP/REST
    HTTP/REST

    Spray

    @@ -107,5 +105,5 @@
    Mongo
    Cashabh/Salat

    SQL
    SQL
    Squeryl/Slick
  5. jestan revised this gist Feb 9, 2015. 1 changed file with 45 additions and 45 deletions.
    90 changes: 45 additions & 45 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,108 +1,108 @@
    1. Introduction
    ### Introduction

    2. Installation
    ### Installation

    $SCALA_HOME

    3. Start using REPL
    ### Start using REPL

    4. Start using Scala Doc
    ### Start using Scala Doc

    5. Setup Intellij Idea
    ### Setup Intellij Idea

    6. Build Tools
    ### Build Tools

    6.1 SBT
    SBT

    6.2 Maven Integration
    Maven Integration

    7. Objects and Functions
    ### Objects and Functions

    7.1 Lists
    Lists

    7.2 Tuples
    Tuples

    7.3 Maps and Sets
    Maps and Sets

    7.4 Pattern matching
    Pattern matching

    7.5 Classes and Objects
    Classes and Objects

    Class
    Class

    Traits
    Traits

    Case Class
    Case Class

    Object
    Object


    7.3 Functions
    Functions


    7.4 Higher Order Functions
    Higher Order Functions

    map
    map

    filter
    filter

    flatMap
    flatMap

    collect
    collect

    7.5 Curried Functions
    Curried Functions

    7.6 Partial Functions
    Partial Functions

    7.7 Partially Applied Functions
    Partially Applied Functions


    8. Types and Containers
    ### Types and Containers

    8.1 Type Parameter
    Type Parameter

    8.2 Variance
    Variance

    8.3 Implicits
    Implicits

    8.4 Collections
    Collections

    8.5 Type Classes
    Type Classes

    9. Parallel and Concurrent Programming
    ### Parallel and Concurrent Programming

    9.1 Parallel Collections
    Parallel Collections

    9.2 Futures and Promises
    Futures and Promises

    9.3 Actor
    Actor


    10. Frameworks in Use
    ### Frameworks in Use

    10.1 Configurations
    Configurations

    Typesafe Config
    Typesafe Config

    10.2 Logging
    Logging

    Scala Logging

    10.3 Dependency Injection
    Dependency Injection

    Cake Pattern

    Subcut

    10.4 Actors
    Actors

    Akka Framework

    10.5 HTTP/REST
    HTTP/REST

    Spray

    10.6 Database Access
    Database Access

    Mongo
    Cashabh/Salat
  6. jestan renamed this gist Feb 9, 2015. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions gistfile1.txt → gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -102,10 +102,10 @@

    Spray

    10.5 Database Access
    10.6 Database Access

    10.5.1 Mongo
    Cashabh/Salat
    Mongo
    Cashabh/Salat

    10.5.2 SQL
    Squeryl/Slick
    SQL
    Squeryl/Slick
  7. jestan created this gist Feb 9, 2015.
    111 changes: 111 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,111 @@
    1. Introduction

    2. Installation

    $SCALA_HOME

    3. Start using REPL

    4. Start using Scala Doc

    5. Setup Intellij Idea

    6. Build Tools

    6.1 SBT

    6.2 Maven Integration

    7. Objects and Functions

    7.1 Lists

    7.2 Tuples

    7.3 Maps and Sets

    7.4 Pattern matching

    7.5 Classes and Objects

    Class

    Traits

    Case Class

    Object


    7.3 Functions


    7.4 Higher Order Functions

    map

    filter

    flatMap

    collect

    7.5 Curried Functions

    7.6 Partial Functions

    7.7 Partially Applied Functions


    8. Types and Containers

    8.1 Type Parameter

    8.2 Variance

    8.3 Implicits

    8.4 Collections

    8.5 Type Classes

    9. Parallel and Concurrent Programming

    9.1 Parallel Collections

    9.2 Futures and Promises

    9.3 Actor


    10. Frameworks in Use

    10.1 Configurations

    Typesafe Config

    10.2 Logging

    Scala Logging

    10.3 Dependency Injection

    Cake Pattern

    Subcut

    10.4 Actors

    Akka Framework

    10.5 HTTP/REST

    Spray

    10.5 Database Access

    10.5.1 Mongo
    Cashabh/Salat

    10.5.2 SQL
    Squeryl/Slick