CQRS meets modern Java @ Devnexus 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 ArticleReturn of the Full-Stack Developer @ JavaOne 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, I will explain why full-stack development is important...
View ArticleMuss 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 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 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 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 Article