People sitting at a table

adesso BLOG

Tags:

  • Software projects

Show all posts
Methodology

Automated testing is more than just technology – it is architecture, collaboration and structure. In this blog post, we show how the generic test automation architecture (gTAA) according to ISTQB can be implemented in practice. Using specific tools, roles and processes, we demonstrate how manual and automated tests can be effectively integrated for greater quality, transparency and efficiency in everyday project work.

Read more
Methodology

Sustainability is becoming a success factor – including in software development. In this blog post, I'll show you how companies can make their digital products more climate-friendly, reduce emissions and even strengthen their competitive position in the process.

Read more
Software Development

Traditionally, deployment pipelines use protected secrets to access cloud providers. These have to be managed in DevOps platforms and rotated regularly. OpenID Connect provides a modern approach: pipelines request short-lived tokens directly from the cloud provider. This blog post covers key aspects of this approach, current support from cloud providers and DevOps platforms, and shows an implementation using GitHub Actions and Azure.

Read more
Industries

How can the development of medical devices be made easier and more efficient in a world of strict regulations and high safety requirements? The key lies in a strong partner: the ALM tool codeBeamer. This blog post shows how codeBeamer overcomes the challenges of medical technology. Learn practical insights, best practices and tips for project success.

Read more
Software Development

In the early 2000s, Dojo laid the foundation for many concepts and techniques that are now considered standard. From modular programming to reusable components to asynchronous functions, Dojo provided innovative solutions at a time when there were no uniform standards for the web. In my blog post, I would like to introduce the Dojo Library.

Read more
Methodology

Why write tests when the code is already finished? Early testing does not start in code, but in refinement. In this blog post, I'll show you how ‘Example Mapping’ helps to integrate Test-First directly into refinement. This ensures that requirements are clear from the start and enables faster and better feedback.

Read more
Methodology

In the IT world, we are confronted with complex decisions on a daily basis - be it in architecture planning, technology selection or proposal management. Faced with limited rationality and an uncertain world, we often resort to heuristics: simple, quick decision-making strategies that offer effective solutions despite limited information. From "tallying" to "take-the-best" - in our new blog post, we introduce you to practical heuristics that will help you make smart decisions without getting bogged down in complexity.

Read more
Software Development

27.09.2024 By Manfred Specht

Version control for non-developer

Picture Manfred Specht

Version control is a system that helps developers track, manage and secure changes to code. This blog post is aimed at non-developers and explains what version control is, what advantages it offers and how it can be used in your daily work, especially with GitLab.

Read more
Software Development

Seit Spring Boot 2.3 werden detaillierte Fehlermeldungen aus Sicherheitsgründen standardmäßig unterdrückt. Das Frontend benötigt aber oft spezifische Fehlerdetails, um eine gute User Experience zu gewährleisten. In diesem Blogbeitrag zeige ich, wie du in Spring Boot Fehlerdetails sicher und gezielt an das Frontend weitergeben kannst - ohne die Sicherheit deines Projekts zu gefährden. In meinem Blog-Beitrag erfahrt ihr, wie ihr mit @ControllerAdvice, ErrorAttributes und Annotations eine maßgeschneiderte Fehlerbehandlung implementieren könnt.

Read more