CQRS im Kleinen mit Java Records und jOOQ @ Java User Group Switzerland 2023
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 ArticleDo you really need Hibernate? @ Devnexus 2024
Projects often use Java Persistence API (JPA) by default and, thus, mostly Hibernate. But do all applications need a comprehensive object/relational mapping (ORM) with all conceivable functions? This...
View ArticleCQRS in the small with Java Records and jOOQ @ Voxxed Days Bucharest 2024
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 each of these...
View ArticleJava Full-Stack Development With Vaadin @ jug.ch Zurich
INTRODUCTION Single Page Applications (SPA) have become a quasi-standard in the development of web applications. Angular, React, and Vue are the best-known representatives from this category of web...
View ArticleCQRS in the small with Java Records and jOOQ @ JCON Europe 2024
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 each of these...
View ArticleMuss es wirklich JavaScript sein? @ Java Forum Stuttgart 2024
Single Page Applications (SPAs) haben sich zum De-facto-Standard für die moderne Webanwendungsentwicklung entwickelt, wobei Angular, React und Vue.js die Spitzenreiter sind. Für Java-Entwickler...
View ArticleSeparation of Concerns: CQRS in Action mit Java Records @ IT-Tage 2024
https://www.ittage.informatik-aktuell.de/index.html
View ArticleDo you really need Hibernate? @ Riyadh Java User Group
Projects often use Java Persistence API (JPA) by default and, thus, mostly Hibernate. But do all applications need a comprehensive object/relational mapping (ORM) with all conceivable functions? This...
View ArticleFull-stack Development is Dead, Long Live Full-stack Development! @ DevDays...
The gap between front-end and back-end in web development has widened in recent years. In front-end programming, frameworks such as Angular, React, or Vue.js are predominant, forcing developers to use...
View ArticleCQRS meets modern Java @ dev2next 2024
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 @ SBB Developer Day 2024
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 ArticleCQRS meets modern Java @ SOFTCON 2024
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 ArticleEfficient Data Access with jOOQ @ Vaadin Create Conference
https://vaadin.com/vaadin-create
View ArticleCQRS mit modernem Java @ Java User Group Switzerland, Lucerne
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 ArticleCQRS meets modern Java @ Java User Group Switzerland, Zürich
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 @ Java User Group Switzerland, St. Gallen
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 ArticleCQRS meets modern Java @ XtremeJ 2024
The 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 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 ArticleFull-Stack Entwicklung – darf man das noch @ JUG Darmstadt
Der Graben zwischen Frontend und Backend in der Webentwicklung hat sich in den letzten Jahren vergrößert. In der Frontend-Programmierung dominieren Frameworks wie Angular, React oder Vue.js, die...
View Article