DubJUG 265, our live in-person event, presents Professor Ž (aka Željko Kozina!) Hear why Netflix dumped REST in favour of GraphQL and explore how memory management improves performance, the different parts of Java memory and the various garbage collectors.
OFFICIAL BOOKING >>>>>
https://ti.to/dublin-java-user-group/265-zeljko-kozina
## Talk 1: Netflix dropped REST, but should you?
Last year, Netflix announced that it was dropping REST completely in favour of GraphQL. It is undoubtedly one of the popular kids on the Development playground right now.
GraphQL is a new way to build APIs, one that's easier, faster, better, and more flexible than the old RESTful API system, or at least that's the promise.
In this session, a REST developers' Assessment of Spring GraphQL, Željko will cover the basics of Spring GraphQL, explore its strengths and weaknesses, and determine whether it is a better option for your company than a conventional REST API.
## Talk 2: Trash Talk - Optimising Java Garbage Collection
Understanding how Java organises memory is important for every Java professional, but this particular topic is a common knowledge gap for many software professionals.
With the help of Željko, this talk explores how memory management can help you improve performance effectively, helping you understand the different parts of Java memory and the various garbage collectors so you can select your preferred one.