End-of-Year Masterclass

Die Top 12 Tech-Sessions 2024

Die Tech-Highlights 2024 in einer Masterclass

Willkommen zur End-of-Year Masterclass! Zum Jahresende haben wir für alle Software Professionals die wichtigsten Konferenz-Keynotes und Sessions 2024 zusammengefassst.

Die Masterclass bietet dir exklusiven Einblick in die Trends, Strategien und Innovationen die 2024 die Welt von Java, Angular, .NET, PHP, Platform Engineering, Machine Learning & AI, AWS und mehr geprägt haben.

Lerne von führenden Expert:innen und mach dich fit für das kommende Jahr. Der Kurs ist bis Ende Februar 2025 verfügbar!

Dein Kursüberblick

  • Java 22… and beyond | Brian Goetz:

    Modern application development is unrecognizable without Java. For almost 30 years, Java has empowered developers to create the next generation of rich, scalable, and secure applications. Java Language Architect Brian Goetz offers insight and updates from the recent Java 22 release as well as covering how Oracle’s ongoing Java technology leadership and community stewardship are driving the developer ecosystem forward.

  • Navigating Sociotechnical Complexity with DDD and Friends | Xin Yao:
  • What is the first thing that comes to mind when you hear the word DDD – Domain-Driven Design? Geeky-sounding patterns like Aggregate and Ubiquitous Language? Walls decorated with colorful event storming stickies? A miracle cure to rescue change initiatives in large companies? Or are you thinking of a software development method born in the pre-cloud and pre-microservice era, which after 20 years still seems to be struggling to gain traction?  

The Power of Angular’s Dependency Injection and Directives |Michael Egger-Zikes:

The Angular framework’s built-in Dependency Injection (DI) mechanism has been integral since its inception, earning praise from the JavaScript ecosystem. While DI is commonly used for root-scoped services, its versatility extends beyond this. In this in-depth talk, developers will gain practical insights to unlock Angular’s DI system fully.From understanding provider hierarchies to utilizing Dependency Injection for customizing your application, attendees will enhance their personal Angular toolbox. Additionally, we’ll demystify the Injection tree, clarifying Injector node lifecycles and utilization. Directives are seamlessly integrated to imbue your Components with a generic, reusable approach by locally adding Providers.Join me as we explore Angular’s Dependency Injection system practically to streamline your development workflows for greater efficiency.

  • Making My Node.js API Super Fast | Tamar Stern: 
  • Node.js servers need to process a large number of requests concurrently as the scale grows. A Node.js micro service which receives an API request needs to do multiple actions, like parsing JWTs, use caching, work with the databases and more. But as systems need to parse millions of requests per second, the scale and performance becomes crucial.In this talk, Tamar will show strategies to improve your REST API performance – starting from new Node.js frameworks that can work faster, better parsing of request parts, efficient work with caching and DB and more strategies. The talk will include demos and benchmarks of code to see the improvements. At the end of this talk, developers will have practical knowledge on how to improve API performance.
  • Hierarchical and Joint Chats powered by OpenAI Assistants | Daniel Costea: 
    Semantic Kernel allows you to define plugins composed of prompts and native functions that can be chained together in just a few lines of code. Semantic Kernel also enables you to use powerful planners, so you can generate a plan to achieve a user’s unique goal. But there is more, using OpenAI Assistants you can have the project manager assistant coordinating the work of other assistants like a mathematician, researcher, etc., each of them having their own persona, plugins, and memories. The project manager assistant parallelizes the requests to assistants, and their responses are synthesized together. We call this hierarchical chat. Alternatively, you can have all the assistants speaking on the same thread (very similar to what Autogen does today). In this way, all assistants instantly have awareness of what was said. We call this a joint chat. Let’s dive deep into the code to see how we can build these assistants together.

Session with Michiel Rook
Incidents are a fact of life, an inescapable cost of doing business. But they can teach us a lot about our organizations and our work! How we look at & learn from incidents has been evolving over the past decades, both in- and outside our industry. Join me to learn about some of the most important current themes and theories in incident investigation and safety science. I will discuss some pointers that you can apply in your own organization. And don’t forget to bring your notebook, I’ll be sharing plenty of literature tips!

  • Enhancing Large Language Models: From Fine-Tuning to Evaluation | Vanessa Lopes: Description
    In the rapidly evolving landscape of AI, optimizing large language models (LLMs) has become crucial to advancing their capabilities and practical applications. This talk delves into the motivation behind optimizing LLMs, highlighting the challenges faced in previous iterations and the need for refined approaches. We will explore advanced fine-tuning techniques, including Supervised Fine-Tuning (SFT) and preference optimization, to demonstrate how these methodologies transform baseline models into more efficient and accurate systems. 
  •  
  • Turn LLMs into Consistent APIs – Embed the power of ChatGPT in your code base | Pieter Buteneers 
  • Large Language Models like ChatGPT are extremely powerful. You can throw almost any task at them and they will solve it for you. But they are not without their shortcomings…LLMs are notorious for hallucinating random information and giving different answers each time. And if you get them to return some form of structured output, there is no guarantee that the next time you get a completely different format. Clearly not something you want for an API! In this talk, I will show you all the mistakes we made at Structize AI, so you don’t have to! I will show you all the hurdles we encountered and how you can avoid them. At the end of my talk you will go home with a playbook on how you can turn almost any prompt into a consistent function or API. So you too, can embed the power of ChatGPT in your code base.
  • Better Code Design in PHP | Anna Filina:

    Are you tired of spending hours reading code just to find the right place to make a small change?Are you forced to split your application into several just so that devs don’t step on each other’s toes?This talk unites theory with practice to show you how to structure your code so that it is easy to read, to test and to maintain. You will step out with concrete ideas of how to improve your code design.

  • What’s New in PHP 8.4 | Derek Rethans:
    During this presentation, we are going to look at the new features that were introduced in PHP 8.4, and some in earlier versions. Join me to have a look at how XML and HTML5 parsing have been improved, the new property hooks syntax works, and a myriad of other smaller syntax and extension functionality has been added. At the end you will have a good understanding about all the new and exciting features that are part of the PHP 8.4 release.
  • Ikenna Nwaiwu – Building high-performance API platform teams 
  • You are an API product manager, architect, director of engineering, or CTO in charge of your organisation’s API program. You need to launch or dramatically improve the speed and quality of the program and address Day 2 concerns, such as API change management. But where do you begin? On the one hand, many API tool vendors promise that adopting their tool suite will solve your problems. On the other hand, you are presented with many nice-looking API platform maturity models that do not offer you a clear path to improvement, given your organisation’s unique situation.
    In this talk, I present an operating and capability model for high-quality, high-speed API product delivery to help you dramatically improve your organisation’s API program.
  • Building an AWS Serverless Application with Terraform | Andre Lopes
  • Welcome to the exciting world of serverless architecture on AWS! In this engaging journey, we’ll craft a sophisticated system using Terraform. Buckle up as we embark on an adventure through serverless.

    With Terraform as our infrastructure as a code, we can automate and unify our infrastructure, speeding up provisioning, development, and maintenance processes.

    Serverless computing is a cloud computing model where you don’t have to provision or manage servers. Instead, the cloud provider automatically manages the infrastructure, allowing developers to focus solely on writing code and deploying applications.

    We will be developing a serverless application with API endpoints, database connection, and email notificatio

Am Puls der Zeit mit unseren Expert:innen und Marken

Egal ob Java, .NET, Webentwicklung oder KI – seit über 30 Jahren stehen wir für erstklassiges Software-Know-how und höchste Qualität.

Führende Unternehmen nutzen unsere Kurse

Unsere Expertinnen und Speaker

Michael Egger-Zikes​

Michael Egger-Zikes - Intauria GmbH

Experte in Angular und Automatisierung

Details-Abschnitt
Erfahre mehr
  • SMichael Egger-Zikes ist Softwarearchitekt, Trainer und Berater mit dem Schwerpunkt Angular im Umfeld von Geschäftsanwendungen. Er hat große Angular-Projekte im öffentlichen Bereich sowie in der Privatwirtschaft betreut und nutzt Angular bei der Produktentwicklung. Als externer Dozent unterrichtet er dieses Thema auch an einer Fachhochschule in Graz. Der studierte Wirtschaftsinformatiker hat jahrelange Erfahrung im Bereich der Softwareentwicklung und mit der Automatisierung von Geschäftsprozessen.
Tamar Stern

Tamar Stern - XM Cyber

Expertin in Sicherheit, Serverseite, Big Data, Mobile, Webtechnologien und Node.js

Details-Abschnitt
Erfahre mehr
  • Tamar ist Softwareentwicklerin, Managerin und Architektin. Sie hat ein Jahrzehnt Erfahrung in der Softwareentwicklung in verschiedenen Technologien: Serverseite, Big Data, Mobile, Webtechnologien und Sicherheit. Derzeit konzentriert sie sich auf Node.js und verfügt über fundierte Kenntnisse der Node.js-Serverarchitektur und Node.js-Leistungsoptimierungen.

Anna Filina - Zend by Perforce

Expertin für Legacy-Code, Testautomatisierung und Codequalität

Details-Abschnitt
Erfahre mehr
  • Anna Filina ist Webentwicklerin, Projektrettungsexpertin, Pluralsight-Autorin, Rednerin und Konferenzorganisatorin. Sie genießt es, scheinbar unmögliche Dinge zu verwirklichen. Sie programmiert schon seit zwei Jahrzehnten.
derick rethans

Derek Rethans - Xdebug

Experte für PHP und PHP internal Maven

Details-Abschnitt
Erfahre mehr
  • Derick Rethans ist ein Experte für PHP-Interna und Autor von 'https://xdebug.org'. Er arbeitet als unabhängiger Auftragnehmer und Berater an PHP-Erweiterungen und verwandten Projekten. Er arbeitet für die PHP Foundation an der Verbesserung von PHP und trägt weiterhin in zahlreichen Formen zum PHP-Projekt bei ('https://www.php.net/datetime', 'https://xdebug.org', PHP 4.4/7.4 Release Manager, etc). Er hält häufig Vorträge auf Konferenzen, ist der Autor von 'https://phpdatebook.com', php|architect's Guide to Date and Time Programming, und der Mitautor von 'PHP 5 Power Programming'. Derick ist außerdem Gastgeber des wöchentlich erscheinenden PHP Internals News Podcasts.
Michiel Rook

Michiel Rook - Freelancer

Spezialist für Continuous Delivery und DevOps Culture

Details-Abschnitt
Erfahre mehr
  • Michiel Rook ist ein sehr erfahrener, leidenschaftlicher und pragmatischer freiberuflicher IT-Berater aus den Niederlanden. Als Coach, Softwareentwickler und -architekt sowie als starke Führungspersönlichkeit sieht er es als seine Aufgabe an, Unternehmen dabei zu helfen, ihre Softwarequalität und ihren Lieferprozess deutlich zu verbessern. Derzeit konzentriert er sich auf die Einführung von Continuous Delivery- und DevOps-Prinzipien, Kultur und Tooling, Legacy-Software-Transformationen und Cloud-Migrationen. Michiel ist regelmäßiger Redner auf (internationalen) Konferenzen und Veranstaltungen. In seiner Freizeit fährt er gerne Rennrad.
Vanessa Lopes

Vanessa Lopes - European Central Bank

Expertin für Machine Learning und Data Science

Details-Abschnitt
Erfahre mehr
  • Vanessa ist Machine Learning Engineer und Data Schientist bei der Europäischen Zentralbank. Derzeit arbeitet sie an der Integration generativer KI-Technologien, der Entwicklung von Basismodellen für die Aufsicht und das Bankenrisiko sowie der Einführung sicherer und vertrauenswürdiger Lösungen in Produktionsumgebungen.
Pieter Buteneers

Pieter Buteneers - Structize AI

Experte für Machine Learning und Automatisierung

Details-Abschnitt
Erfahre mehr
  • Pieter Buteneers ist ein Serial Entrepreneur mit einem Doktortitel in maschinellem Lernen. Als Gründer und CTO seines neuesten Unternehmens, Structize AI, arbeitet er an der vollständigen Automatisierung des M&A-Due-Diligence-Prozesses.
Brian Goetz

Brian Goetz - Oracle

Experte für Java und API

Details-Abschnitt
Erfahre mehr
  • Brian Goetz ist Java Language Architect bei Oracle und war federführend an der Entwicklung zahlreicher Java-Sprach- und API-Funktionen beteiligt, darunter Lambda-Ausdrücke, die Streams-API, Datensätze, versiegelte Typen, Mustervergleiche, die Classfile-API und vieles mehr. Er ist der Autor des Bestsellers /Java Concurrency in Practice/ und zahlreicher Artikel über Softwareentwicklung.
Xin Yao

Xin Yao - Ypma Consulting

Konsultantin für DDD & Sociotechnical Architecture

Details-Abschnitt
Erfahre mehr
  • Xin Yao ist eine unabhängige Beraterin, die sich auf Domain-Driven Design (DDD), soziotechnische Architektur und Systems Leadership spezialisiert hat. Sie hält häufig Vorträge auf internationalen Design- und Architekturkonferenzen. In ihrer früheren Laufbahn war Xin Chefarchitektin bei der Danske Bank und leitete groß angelegte Veränderungsinitiativen. Als erfahrene Architektin und eifrige Change Agentin stößt Xin Organisationen an, die sich an einem Scheideweg befinden, dazu an, Architektur nicht nur als Entwurfsplan zu sehen. Sie engagiert sich sehr für kollektives Denken, partizipative Entdeckung und Systemführung. Xin unterstützt Teams und Organisationen mit Hilfe von Sprach-, Modellierungs- und Reflexionsgesprächen dabei, Entscheidungen zu treffen und intuitive Geschäftssoftware zu entwickeln.
Daniel Costea

Daniel Costea - Apex.AI

Experte für C#, .NET-Technologien und Microsoft MVP 

Details-Abschnitt
Erfahre mehr
  • Microsoft MVP für Entwicklertechnologien. Entwickler. Sprecher. Dozent. Daniel Costea ist ein erfahrener Softwareentwickler mit über zwei Jahrzehnten Erfahrung und einer Leidenschaft für C# seit dessen Einführung im Jahr 2001. In den letzten 6 Jahren war er ein häufiger internationaler Redner auf über 50 Konferenzen in Europa und den USA und hat Community-Treffen und Workshops organisiert. Als Trainer hat Daniel mehr als 1200 Schulungsstunden in .NET-Webtechnologien für mehr als 700 Studenten abgehalten. Er ist außerdem Autor von Artikeln über .NET-Technologien und wurde 2019 als Microsoft MVP für Entwicklertechnologien ausgezeichnet.
Ikenna Nwaiwu

Ikenna Nwaiwu - Ikenna Consulting

Experte für API, Automating API Delivery und APIOps

Details-Abschnitt
Erfahre mehr
  • Ikenna Nwaiwu ist Hauptberater bei Ikenna Consulting, wo er Unternehmen dabei hilft, den Umsatz ihrer API-fähigen Produkte zu steigern und ihre Kosten zu senken, indem sie ihren API-Wertstrom transformieren. Er ist der Autor von "Automating API Delivery: APIOps mit OpenAPI". Zuvor hat er bei 10x Banking, Bank of America, UBS und Thoughtworks gearbeitet.
Andre Lopes

Andre Lopes - Tesla

Experte für Webentwicklung, Microservices & Serverless Solutions

Details-Abschnitt
Erfahre mehr
  • Andre Lopes ist ein erfahrener brasilianischer Softwareentwickler mit mehrjähriger Berufserfahrung, der derzeit in Berlin lebt. Mit umfassender Erfahrung in der Webentwicklung besitzt Andre die Zertifizierung zum AWS Cloud Architect Associate und begeistert sich leidenschaftlich für Cloud-Architekturen, Full-Stack-Entwicklung und Infrastructure as Code. Seine Expertise liegt in der Gestaltung und Implementierung von Microservices und Serverless Solutions – von einfachen API-Integrationen bis hin zu komplexen, ereignisgesteuerten asynchronen Architekturen. Abseits seiner technischen Expertise teilt Andre sein Wissen leidenschaftlich in Artikeln auf Medium und bleibt stets wissbegierig, um neue Technologien zu erlernen und seine Inhalte kontinuierlich aktuell und informativ zu gestalten.

Wie kann ich teilnehmen?

Fullstack-Abonennt:innen haben Zugriff auf diesen Kurs. Logge dich auf entwickler.de ein und komme direkt zu deinem Kurs unter Akademie. Zum Login

Mehr als 40.000 Tech Professionals
lernen mit entwickler.de

Mach den nächsten Schritt
mit dem Fullstack-Abo!

Einzelnutzer

249,90 € im Jahr

Teams mit 3-15 Nutzer

ab 116,60 € im Jahr*

Preis pro Nutzer zzgl. MwSt.

Wähle dein Fullstack-Abo

Einzelnutzer Fullstack-Abo

+100 € Rabatt auf drei Buchung von Konferenz und Trainings-Events

249,90 €

im Jahr zzgl. MwSt

3 Nutzer Fullstack Team-Abo

+150 € Rabatt auf jede Buchung von Konferenz und Trainings-Events

449,00 €

im Jahr zzgl. MwSt.

5 Nutzer Fullstack Team-Abo

+200 € Rabatt auf jede Buchung von Konferenz und Trainings-Events

699,00 €

im Jahr zzgl. MwSt.

10 Nutzer Fullstack Team-Abo

+250 € Rabatt auf jede Buchung von Konferenz und Trainings-Events

1.279,00 €

im Jahr zzgl. MwSt.

15 Nutzer Fullstack Team-Abo

+300 € Rabatt auf jede Buchung von Konferenz und Trainings-Events

1.749,00 €

im Jahr zzgl. MwSt.

Unternehmenslösung

entwickler Elevate - Blended Learning Lösung für Unternehmen

Auf Anfrage