https://github.com/mohamedawnallah/functional-programming-scala-3
This Specialization provides a hands-on introduction to functional programming using the widespread programming language, Scala. It begins from the basic building blocks of the functional paradigm, first showing how to use these blocks to solve small problems, before building up to combining these concepts to architect larger functional programs. You'll see how the functional paradigm facilitates parallel and distributed programming, and through a series of hands on examples and programming assignments, you'll learn how to analyze data sets small to large; from parallel programming on multicore architectures, to distributed programming on a cluster using Apache Spark. A final capstone project will allow you to apply the skills you learned by building a large data-intensive application using real-world data.
https://github.com/mohamedawnallah/functional-programming-scala-3
declarative-language declarative-programming functionalprogramming imperativeprogramming objectorientedprogramming scala3
Last synced: 3 months ago
JSON representation
This Specialization provides a hands-on introduction to functional programming using the widespread programming language, Scala. It begins from the basic building blocks of the functional paradigm, first showing how to use these blocks to solve small problems, before building up to combining these concepts to architect larger functional programs. You'll see how the functional paradigm facilitates parallel and distributed programming, and through a series of hands on examples and programming assignments, you'll learn how to analyze data sets small to large; from parallel programming on multicore architectures, to distributed programming on a cluster using Apache Spark. A final capstone project will allow you to apply the skills you learned by building a large data-intensive application using real-world data.
- Host: GitHub
- URL: https://github.com/mohamedawnallah/functional-programming-scala-3
- Owner: mohamedawnallah
- Created: 2022-02-06T19:32:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T20:22:14.000Z (over 3 years ago)
- Last Synced: 2025-06-28T05:06:26.697Z (4 months ago)
- Topics: declarative-language, declarative-programming, functionalprogramming, imperativeprogramming, objectorientedprogramming, scala3
- Language: Scala
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional-Programming-Scala-3