my blog. for you.

Let’s talk digital.

I’m an independent IT consultant and entrepreneur in the Internet and software business. I’m interested in design, enterprise applications, web apps and SaaS products. I design and develop business solutions and applications. I help companies in terms of software quality and knowledge transfer, e.g. with Angular and Spring Boot.

Java Digest by Catherine Edelveis: May Through July 2024 Editions

I've been remiss at posting Catherine Edelveis' amazing monthly digest of relevant news, releases, and events in the Java world for the last three months. So, to catch up you can read the issues from May to July 2024 here: Java Digest May 2024 Java Digest June 2024 Java Digest July 2024 Read more

Unit Test Your Spring Architecture With ArchUnit by Roland Weisleder @ Spring I/O 2024

Read more

Automated Software Refactoring With OpenRewrite and Generative AI by Tim te Beek @ Spring I/O 2024

Read more

Build Faster Persistence Layers With Spring Data JPA 3 by Thorben Janssen @ Spring I/O 2024

Read more

Bootiful Spring Boot 3.x by Josh Long @ Spring I/O 2024

Read more

Spring Security Architecture Principles by Daniel Garnier-Moiroux @ Spring I/O 2024

Read more

Spring I/O 2024 Keynote

Read more

Java Digest by Catherine Edelveis: April 2024 Edition

Read the April 2024 edition of Catherine Edelveis' monthly digest of relevant news, releases, and events in the Java world here Read more

Develop and Test Your AWS-Powered Spring Boot Application Locally By Anca Ghenade @ Spring I/O 2023

Read more

Dynamic Projections with Spring Data JPA

Freelance software consultant Maciej Walkowiak (of Just and Spring Cloud AWS fame) has recently published this interesting article on dynamic projections with Spring Data JPA. Dynamic projections allow you to determine the type returned by JPA query methods at invocation time, which comes in handy in case you want to return different attribute subsets from your data model for various use cases without having to incur the maintenance cost of creating a new query method for each such projection. Read more
Next Page »