my blog. for you.

Reden wir über Digitales.

Ich bin selbständiger IT Berater und Unternehmer in der Internet und Software Branche. Ich beschäftige mich mit Design, Enterprise Applikationen, Web Apps und SaaS Produkten. Ich entwerfe und entwickle Business Lösungen und Anwendungen. Ich helfe Unternehmen in Sachen Software Qualität und Wissenstransfer, z.B. mit Angular und Spring Boot.

Performing Effective Code Reviews – A Checklist

Leider ist der Eintrag nur auf English verfügbar.A few years ago, software architect Surender Reddy Gutha compiled a - still quite relevant - Code Review Checklist. All too often, when performing code reviews, we as software engineers tend to focus on minute details such as code formatting rather than the big picture, non-functional requirements, or architecture and security considerations. Perhaps, the problem already originates with the term code review: Rather than reviewing code we are - or should be - reviewing the ... Read more

In Favour of Keeping Changelogs

Leider ist der Eintrag nur auf English verfügbar.Closely related to the art of the README, keeping a changelog can be tremendously helpful when reviewing or contributing to an existing software project or when trying to decide whether to use a new tool. keep a changelog by software developer Olivier Lacan is a website that reminds us of the benefits a "curated, chronologically ordered list of notable changes for each version of a project" provides. Moreover, the website also lists useful guidelines and principles ... Read more

In-depth Description of Medical Devices Software Testing

Leider ist der Eintrag nur auf English verfügbar.In this blog post series medical devices software developer Julien Zaegel describes the process of testing software for medical devices, including automated tests, supervised tests and manual tests. Julien provides a detailed view on how quality assurance for software for medical devices works in order to ensure the safety and reliability required for devices of literally vital importance, as well as of course legal and regulatory compliance. He not only explains the various test processes, practices, ... Read more

The 5 Levels of Logging Explained by Orhan Kavrakoğlu

Leider ist der Eintrag nur auf English verfügbar.In this article Orhan Kavrakoğlu explains the logging levels commonly used in software alongside with some pertinent examples as well as recommendations and best practices such as in which case to use which particular log level and how to present them to the target audience (i.e. other developers, system administrators or DevOps people) so they get noticed in accordance with their respective importance and urgency. As mentioned here before seemingly trivial improvements such as providing ... Read more

Artur Śmiarowski’s Guidelines for Writing Readable Code

Leider ist der Eintrag nur auf English verfügbar.Code means communication has become a bit of a mantra for me. Source code isn't just the means by which you translate requirements into commands and structures a machine can understand. Source code also communicates your intent as a designer and engineer as to what a particular piece of software is supposed to do. If written in a clear and comprehensible manner code can serve as an authoritative design specification with no or little extra ... Read more

JSON Schema to TypeScript declarations: Keeping Client and Server Models in Sync with Spring Data REST and Typescript

Leider ist der Eintrag nur auf English verfügbar.With web applications a separation between client and server is commonplace nowadays: While the server (also often called back-end) deals with the underlying model, data storage and the predominant part of the business logic, the user interface and user-facing behaviour in general is realised with JavaScript, HTML and CSS on the client (also referred to as front-end), i.e. the user's browser. Frequently, frameworks such as Angular are used in order to facilitate development and make ... Read more

Dimensions of Software Quality: Outcomes, Continuity, Cohesion and Coupling

Leider ist der Eintrag nur auf English verfügbar.IT consultant Erik Dietrich wrote this interesting article about his approach for evaluating software quality from a business perspective. He suggests these 2 questions as the main business considerations when it comes to software quality: Does the software do what it’s supposed to do? Can I easily change what the software does? In other words: Software quality is determined by both outcome and continuity (the extent to which software allows for changing circumstances, see Jeff Sussna's book Designing ... Read more

Test-driven Development (TDD) mit Angular 2 / 4

Vor kurzem habe ich zusammen mit Jan Massenberg von Setlog einen Vortrag über Test-driven development (TDD) mit Angular beim 2. Angular Ruhr Meetup gehalten. Aktuell unterstütze ich die Setlog GmbH bei der Verbesserung der Software Qualität und insbesondere bei der Entwicklung eines SaaS Tools, das Qualitätssicherungsprozesse (QA) im Supply Chain Management vereinfacht. Der Vortrag handelte von praktischen Erfahrungen mit TDD bei der Implementierung dieses SaaS Tools. Dieser Artikel fasst die wesentlichen Aspekte des Vortrags zusammen und beschreibt verschiedene Bestandteile eines Test-driven Design- und Entwickungsprozesses: ... Read more

Agile Med Dev: Software Testing for Medical Devices

Leider ist der Eintrag nur auf English verfügbar.Medical devices software engineer Julien Zaegel wrote an interesting series of articles on medical devices software testing. These articles provide an overview of as well as several useful insights on the specifics of testing medical devices software and software in general. When it comes to automated and manual software testing for medical devices there are several aspects you don't usually have to deal with when testing more common kinds of web or business applications: With medical ... Read more

Designing Delivery and Moving Beyond Products

Leider ist der Eintrag nur auf English verfügbar.I'm a frequent attendee at Lean DUS, a regular event organised by the fantastic folks of sipgate. At LEAN DUS #23 earlier this year Jeff Sussna gave a talk on moving beyond products and unifying design and operations. Jeff runs a consulting company called Sussna Associates, which aims to help businesses to establish a comprehensive, continuous service delivery process. He also condensed his expertise in a book called Designing Delivery, which outlines a continuous value creation ... Read more
Nächste Seite »