We'll be glad to discuss, please drop us an email.
View our other online Live Classes here.
🗓
June 07, 2023
13:00—17:00 UTC
13:00—17:00 UTC
2023-06-07T13:00:00Z
Abstract
Traditionally Java had supported parallel and concurrent programming. With changing times, Java has evolved to support asynchronous programming, with CompletableFutures. In the world of microservices and distributed computing, it turns out that asynchronous programming is highly critical to realize scale.
In this live class learn about asynchronous programming and CompletableFutures. Understand how to create asynchronous tasks, how to process responses and deal with errors. This class will demystify the different functions and capabilities of CompletableFutures so you can readily use them to create asynchronous Java applications.
Traditionally Java had supported parallel and concurrent programming. With changing times, Java has evolved to support asynchronous programming, with CompletableFutures. In the world of microservices and distributed computing, it turns out that asynchronous programming is highly critical to realize scale.
In this live class learn about asynchronous programming and CompletableFutures. Understand how to create asynchronous tasks, how to process responses and deal with errors. This class will demystify the different functions and capabilities of CompletableFutures so you can readily use them to create asynchronous Java applications.
Instructor

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.
He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly-invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.
Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer. You can find a list of his books at agiledeveloper.com. You can reach him by email at venkats@agiledeveloper.com or on twitter at @venkat_s.
Topics Covered
- Asynchronous programming vs. concurrent and parallel processing
- Creating asynchronous tasks
- Processing responses
- Dealing with errors
- Dealing with timeouts
What will you learn?
- Create asynchronous applications in Java
- Know when to use CompletableFutures
- How how to effectively use CompletableFutures
- Properly deal with errors and timeouts
- Choose between concurrent and asynchronous APIs
Who is this for?
Programmers, architects, and technical leaders
Programmers, architects, and technical leaders
Things you need to attend?
- IntelliJ IDEA Community Edition
- Java 8 or newer
- Git Client