From 3cd80017b933e94e9eee39b36a349625080e1373 Mon Sep 17 00:00:00 2001 From: Jan Schmitz Date: Wed, 24 Jan 2024 08:13:41 +0100 Subject: [PATCH] adds talk "Asynchronous Programming in Java using Virtual Threads" by Venkat Subramaniam --- ...ogramming-in-java-using-virtual-threads.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 content/blog/2024/asynchronous-programming-in-java-using-virtual-threads.md diff --git a/content/blog/2024/asynchronous-programming-in-java-using-virtual-threads.md b/content/blog/2024/asynchronous-programming-in-java-using-virtual-threads.md new file mode 100644 index 0000000..e8be397 --- /dev/null +++ b/content/blog/2024/asynchronous-programming-in-java-using-virtual-threads.md @@ -0,0 +1,38 @@ +--- +title: "Asynchronous Programming in Java using Virtual Threads" +date: 2024-01-24T07:39:33+01:00 +author: Jörg Müller +event_date: 2024-02-08 +--- + +The Java Usergroup Berlin-Brandenburg and our partner Europace AG invite you to the talk "**Asynchronous Programming in Java using Virtual Threads**" by Dr. Venkat Subramaniam on February the 8th. + +This talk will be in english. + +## The Talk +**Asynchronous Programming in Java using Virtual Threads** + +(_Dr. Venkat Subramaniam_): +Threads have been part of Java since the beginning. But, the new virtual threads, introduced as prerelease in Java 19, are different in how they're implemented and how we can benefit from them. In this presentation we will learn about virtual threads, the problems they solve, and how to make use of them. + +## The Speaker +Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., 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](https://agiledeveloper.com). You can reach him by email at [venkats@agiledeveloper.com](https://agiledeveloper.com) or on twitter at [@venkat_s](https://twitter.com/venkat_s). + +## The Location + +[Europace AG, +Heidestr. 9, +10557 Berlin](https://www.google.com/maps/place/Europace+AG/@52.5299083,13.3691551,17z/data=!3m1!4b1!4m6!3m5!1s0x47a84e21814bc7ed:0x9111d1822f54edbb!8m2!3d52.5299083!4d13.3691551!16s%2Fg%2F11fkqy0nst?entry=ttu) + +## The Program + +- Doors open: 18:30 +- Start of the talk: 19:00 + +## The Registration + +We would appreciate it if you could pre-register for the event via [JUG Berlin-Brandenburg Meetup Group](https://www.meetup.com/de-DE/jug-bb/events/298688245/), but registration is not mandatory. We look forward to seeing everyone.