adesso Blog Header

adesso Blog

Software Development

26.06.2024 By Merlin Bögershausen

Automated modernisation - Part 3

Picture Merlin Bögershausen

The first article on this topic explained the basic concepts of Open Rewrite. The second article dealt with the technical implementation of recipes and this article discusses the use of Open Rewrite in the context of an organisation's application portfolio. The use of internal libraries, application portfolios and efficient use as a service will be discussed.

Read more
Software Development

21.06.2024 By Murat Fevzioglu

Virtual Threads in Java

Picture Murat Fevzioglu

The development of the virtual threads, also known as Project Loom, began in late 2017. The final implementation brings with it two major changes. Virtual threads now support thread-local variables by default, and they are now monitored by default and observable via the new thread dump. This blog post introduces virtual threads and explains how they are used in Java.

Read more
Software Development

Blazor is a .NET front-end framework for creating an interactive web UI with C# and not JavaScript. This offers many advantages, such as being able to share code between the back-end and front-end. With Blazor, you no longer have to use two different languages, JavaScript for the frontend and C# for the backend. This makes it easier to reuse code and write consistent applications in a familiar language environment. In addition, many errors can be resolved at compile time and no longer occur dynamically at application runtime, as was the case in JavaScript.

Read more
Software Development

21.05.2024 By Dominik Táskai

Migrating EventBridge archives

Picture Dominik Táskai

If your infrastructure utilizes EventBridge and its archive feature, you may easily encounter situations where modifications to your event bus are necessary. This could involve creating a new archive or event bus and subsequently transferring events from the old archive to the new one as there is no way to attach an existing archive to a new event bus, so creating a new event bus requires creating a new archive for it.

Read more
Software Development

11.01.2024 By Dominik Táskai

Leveraging Dagger for AWS CDK deployments

Picture Dominik Táskai

Dagger is a fairly new tool, which has already gained traction in the tech community as a promising replacement for your regular CI/CD pipelines. In this post we are going to take a look at how you can use Dagger to write your CI/CD pipeline as code and to deploy your AWS CDK stacks.

Read more
Software Development

The widely adopted and popular IaaC tool Terraform has recently got some new and exciting features in version 1.5 regarding importing resources. Explore the enhanced resource importing features, such as the new config-driven approach that simplifies the integration of existing resources into your Terraform codebase.

Read more
Software Development

Even if you are a seasoned AWS CDK/CloudFormation veteran, it has most likely happened to you that you tried to work with a resource that was not yet available in CDK/CloudFormation (looking at you Lake Formation). Luckily if the resource and the accompanying operations are available through the AWS API then you are in good luck as AWS has a way to incorporate these API calls into your templates/code and bridge the gap created by the unavailability of some resources.

Read more
Software Development

Blogomban egy rövid összefoglalót szeretnék nyújtani az alapvető különbségekről az S/4 Cloud (S4C) és On-Premise világ között ezúttal a nyomtatványokra vonatkozóan. Bízom benne, hogy az alábbi pontok bemutatása révén írásom kapaszkodóként is tud szolgálni a témában érdekelt olvasóknak.

Read more