Giter Club home page Giter Club logo

capgemini-scala-101-courses's Introduction

capgemini-scala-101-courses

Scala journey with exercises, explanations and links to blogposts and talks.

The agenda is composed of 6 weeks of individual trainings, with the purpose of talking about some of the inners of the Scala language and functional programming principles.

The lessons are:

  1. Scala and Sbt basics

    • val, var, def, lazy, trait, sealed, imports, functions, type inference
    • talk about imports
    • sbt talk - dependencies mainly
  2. Functional programming principles:

    • immutability
    • pureness + referential transparency
    • functions + function composition
    • recursiveness
    • higher order functions
    • ADTs
    • talk about types - generics and relevance
    • why is this relevant? testing and correctness
  3. Scala standard library:

    • list, sets, option, either
    • functions - filter, map, flatMap, exists, contains, etc
  4. Functional composition through monads:

    • what functors and monads are and how they are relevant - their relationship with function composition
    • for-comprehensions
    • monadic design
  5. Implicits:

    • types of implicits
    • usefulness
    • case study: Future[] flow
    • their scope
  6. Play framework:

    • overall architecture of an app
    • controllers -> services -> repositories. models
    • anatomy of an endpoint - from routes, to controller, and so on
    • anatomy of a controller function
    • keywords: @Inject() and others
    • connectors and their crucial importance in our platform architecture

Throughout the resources, I will also be referencing chapters from https://github.com/robertbutacu/bachelor-degree-work.

capgemini-scala-101-courses's People

Contributors

robertbutacu avatar witchelljack avatar

Watchers

 avatar

Forkers

witchelljack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.