blog phone

adesso BLOG

4

Tags:

  • Java

Show all posts
Software Development

06.02.2024 By Merlin Bögershausen

Hidden Heros in Java 21

Picture Merlin Bögershausen

The Java language and JDK ecosystem are full of hidden gems. In order to find them, you have to take a closer look at different JDK Enhancement Proposals (JEPs). In this blog post, I will take you on a journey of discovery where you will learn about code snippets in javadoc and find out how to make an application start more quickly with the help of AppCDS.

Read more
Inside adesso

One of the exciting statistics on digital sustainability revolves around the energy efficiency of programming languages. The most well-known paper on the subject gives the impression that some programming languages could be up to 80 times more sustainable than others. But is that really the case? In this blog post, I will clear up some myths about digital sustainability and show what really matters.

Read more
Software Development

The day-to-day work in software development is work that requires a lot of brainpower. It involves high cognitive demands and skills in which perception and attention play a special role. The problem with this is that the way people think can be distorted. A distorted way of thinking leads to thinking traps and consequently to mistakes. Anyone who has mastered a few perceptual-psychological basics can adapt their way of working and especially their programming style in a way that avoids thinking traps and recognises mistakes more quickly.

Read more
Software Development

Applications often contain resources that should only be available to certain users. Management users, for example, administer the information of their employees, whereas sales users administer the information of their customers. This requires closed areas, access to which is controlled by permissions. In this blog post, I would like to show you how to manage these access permissions in Keycloak and how to assign them to groups of users.

Read more