Overview
Learn functional programming with Java Streams API in this comprehensive 50-minute video tutorial. Explore the differences between imperative and declarative programming paradigms while mastering the Java Streams API. Begin with an introduction to IntelliJ IDEA and clone the project repository from GitHub. Dive into a codebase walkthrough before delving into the Java Streams API, understanding its inner workings, and getting hands-on experience. Complete exercises to reinforce your learning, and compare imperative and declarative programming approaches. Visualize streams and practice using essential operations like filter and map. By the end of this tutorial, gain a solid foundation in functional programming techniques using Java Streams API to write more efficient and readable code.
Syllabus
- Intro.
- IntelliJ IDEA.
- Cloning the repo on Github.
- Codebase Walkthrough .
- Java Streams API.
- How Java Streams Works.
- Getting Started With Java Streams.
- Exercise.
- Imperative Programming Paradigm.
- Declarative Programming Paradigm.
- Visualize Streams.
- Filter.
- Map.
- Outro .
Taught by
Amigoscode
Reviews
4.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
An absolute crash course on Java Streams. I've done Nelson's another course on Java Functional programming and also had some experience using the same prior to taking both these courses.
It was quick refresher for me and well rounded one. I know there are a lot many Intermediate operators to Stream and in the course only Map, Filter, Limit, and Collect are discussed but I guess those are mostly widely used and if you have followed along the course, I'm pretty sure one will be comfortable and confident enough to explore other essential methods offered by Streams.
Great stuff !