Learn how to improve your functional programming with chains of single parameter function calls. Currying turns multiple parameters into a fluent style.
Also find me here:
Baeldung Author
Jan Hauer
Results-driven and experienced Java Developer (15 years) with a special devotion to Spring Boot and Cloud Native Development. Proficiency in software architecture, Continuous Delivery and Test Driven Development in agile teams. Consistently displays an unrelenting work ethic and motivation to achieve above average goals. A firm believer that high ethical standards and team synergy amongst co-workers leads to optimal performance for the entire organization.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Spring (1)
- Java String (1)
- Java Array (1)
- Java (1)
Common String Operations in Java
Filed under Java String
Learn how to work with Strings in Java
Testing with Spring and Spock
Learn how to use Spock to test your Spring application
Intersection Between Two Integer Arrays
Filed under Java Array
Learn how to calculate the intersection of 2 arrays using the Java Stream API.