Java 8 Streaming API, Data Processing and Functional Programming
Ended
Tracy Lan
Software Development Engineer
Course Designer/Lecturer
Specialization:
Proficient in Java programming, with deep expertise in the Spring, Spring Boot, Spring Cloud, Kafka, and Redis tech stack
Expert in project architecture design and implementation
Specialized knowledge in optimizing DevOps processes, driving efficient Continuous Integration and Continuous Delivery (CI/CD)
Course Description
Master the Java 8 Streams API to simplify data processing. Participants will master how to utilize the Stream API for data conversion, filtering, sorting, and other operations, and how to apply these operations to real-world programming tasks.
Course Content:
Functional Programming Style
Introduction to common stream operations, including map, filter, sorted, forEach, collect, Intermediate Operations vs.