Pen and notebook on a desk

adesso Blog

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
Methodology

In my blog post, I present strategies for organising and tidying up filing systems. I show how professional organisation methods such as Dan-Sha-Ri or techniques from popular Netflix series can help to bring order to chaotic environments. You'll get step-by-step instructions for tidying, sorting, categorising, packing and labelling. It also discusses how these methods can improve the efficiency and comprehensibility of software systems.

Read more
AI

The growth in the importance of artificial intelligence (AI) in recent years cannot be attributed to individual factors, but rather to the synergy of various interconnected and mutually reinforcing advances. Five factors are fuelling the rapid development of the AI movement. This blog post shows what these are in detail.

Read more
Methodology

In a distributed software system, data changes always pose a challenge. How is it possible to track the change history of data located in one part of the system in order to synchronise connected data stores in other subsystems? Change Data Capture (CDC) offers an answer to this question. I explain what this is all about in this blog post.

Read more
Methodology

NIS 2 can seem like an invincible giant in many ways to an organisation that must be compliant by 18/10/2024 and has not been regulated until now. Of course, the world of cyber threats continues to turn in parallel with the urgent implementation of the directive, and even seems to be heading inexorably towards us, and unfortunately, thanks to GenAI, ever faster. Microsoft offers a wide range of products that address the NIS 2 Principles. In this blog post, I explain what these are, what advantages they offer and what specifically needs to be done.

Read more