Muss es wirklich Hibernate sein? @ JAX 2025
Projekte verwenden oft standardmässig Java Persistence API (JPA) und damit meistens Hibernate.Aber braucht es in allen Applikationen wirklich ein vollumfängliches Objekt/Relationales-Mapping (ORM) mit...
View ArticleSay Goodbye to Microservices, Say Hello to Self-Contained Systems @...
Microservices are a popular approach to building modern software, offering scalability and flexibility. But for many teams, they come with challenges like increased complexity, difficult debugging, and...
View ArticleMuss es wirklich Hibernate sein? @ JavaLand 2025
Projekte verwenden oft standardmässig Java Persistence API (JPA) und damit meistens Hibernate. Aber braucht es in allen Applikationen wirklich ein vollumfängliches Objekt/Relationales-Mapping (ORM) mit...
View ArticleJava Full-Stack Entwicklung mit Vaadin @ JavaLand 2025
Single Page Applikationen (SPA) sind heute bei der Entwicklung von Webanwendungen zum Quasi-Standard geworden. Angular, React oder Vue sind die bekanntesten Vertreter aus dieser Kategorie von...
View ArticleSeparation of Concerns: CQRS in Action mit Java Records @ IT-Tage 2024
https://www.ittage.informatik-aktuell.de/index.html
View ArticleCQRS meets modern Java @ Devoxx Greece 2005
Command Query Responsibility Segregation (CQRS) is a proven design pattern that enables the clear separation of data changes (commands) and data queries (queries). This separation allows these...
View ArticleReturn of the Full-Stack Developer @ JCON Europe 2025
Full-stack development, where one developer works on both the front-end and back-end of an application, is becoming popular again. In this talk, we will explain why full-stack development is important...
View ArticleYou may not need JavaScript @ Dublin JUG 2025
Single page applications (SPA) have become the for web application development. Angular, React, Vue.js and Ember.js are the best known representatives from this category of web frameworks. But does...
View ArticleDo you really need Javascript? @ JBiltong Day 2025
Single Page Applications (SPAs) have emerged as the de facto standard for modern web application development, with Angular, React, and Vue.js leading the pack. However, for Java developers, diving into...
View ArticleGoodbye Microservices, Hello Self-Contained Systems @ VoxxedDays Bucharest 2025
Microservices have been a popular approach to building modern software, offering scalability and flexibility. But for many teams, they bring challenges like increased complexity, difficult debugging,...
View ArticleCQRS meets modern Java @ Warsaw IT Days 2025
Command Query Responsibility Segregation (CQRS) is a proven design pattern that enables the clear separation of data changes (commands) and data queries (queries). This separation allows these...
View ArticleCQRS mit modernem Java @ JAX 2025
Command Query Responsibility Segregation (CQRS) ist ein bewährtes Entwurfsmuster, das die klare Trennung von Datenveränderungen (Commands) und Datenabfragen (Queries) ermöglicht. Diese Trennung erlaubt...
View ArticleGoodbye Microservices, Hello Self-Contained Systems @ Spring I/O 2025
Microservices are a popular approach to building modern software, offering scalability and flexibility. But for many teams, they come with challenges like increased complexity, difficult debugging, and...
View Article