Sascha Manns

Software- & Dataengineer

All Posts

Meet & Greet: Dipl.-Oec. Carmen Brablec (Ziehe deine Kunden an, statt sie zu aquirieren)

Wann: 25.09.2024, 19:00 - 20:00 Uhr Die Hochschulgruppe Hagen (FernUniversität in Hagen) der Gesellschaft für Informatik lädt ein zu einer weiteren Folge der beliebten "Meet & Greet"-Veranstaltungen. Dieses Format führt die Studenten und Studentinnen mit Vertretern aus Wirtschaft, Wissenschaft und Technik zusammen. Zielsetzung ist es einerseits zu sehen, wohin es nach
Hochschulgruppe

Minimal API-Key Lösung

Problem Ich suchte nach einer Lösung, die mit minimalem Aufwand eine Minimallösung für API-Schlüssel bereitstellt. Lösung ApiKeyMiddleware: public class ApiKeyMiddleware { private readonly RequestDelegate _next; private const string APIKEYNAME = "ApiKey"; public ApiKeyMiddleware(RequestDelegate next) { _next = next; } public async Task InvokeAsync(HttpContext context) {
.NET Lesson learned

Zelda 3 - A Link to the Past für Windows, Linux und MacOS

Ich denke gerne an die 90er zurück. Der Beginn von Heimcomputern, besonderer Musik und Spielen. Eines der Spiele, an die ich gerne zurückdenke, ist „Zelda – A Link to the Past“. Ende der 80er hatte Nintendo diese epische Serie gestartet. So sah es damals aus: Vor allem der dritte Teil von 1995 hatte große Fortschritte gemacht. Bessere Grafik und orchestraler …
Opensource

Zelda 3 - A Link to the Past for Windows, Linux und MacOS

I like to think back to the 90s. The start of home computers, special music, and games. One of the games I like to think back to is "Zelda - A Link to the Past". Back in the late 80s, Nintendo had started this epic series. This is what it looked like back then: Especially the third part from 1995 had made huge steps forward. Better graphics and orchestral sound. Until now, anyone who would
Development

Support the open source community? Yes with pleasure, but how?

Supporting the Open Source Community - Yes, but how? [German] We come into contact with free software every day. Many of our smart phones use a Linux operating system. Some smart watches as well. When we drive our car, open source components are at work in the onboard system. In the server environment and in the cloud, open source operating systems such as Linux dominate. Free software is not only used in research and education, but also in business, healthcare and many other fields. What exactly is open source software? In short, the term means that the source code of a computer program is publicly available for viewing and modification; moreover, open source software can usually be used free of charge. We are aware of two interpretations. The first is represented by the Free Software Foundation, which prefers to speak of "free software". It understands the concept more comprehensively and includes social aspects. In contrast, the Open Source Initiative limits its definition to properties of the source code
Opensource

Open Source Community unterstützen – Ja gerne, aber wie?

Tagtäglich kommen wir mit freier Software in Berührung. Viele unserer smarten Telefone nutzen ein Linux-Betriebssystem. Manche smarten Uhren ebenso. Fahren wir mit unserem Auto, werkeln im Bordsystem Open-Source-Komponenten. Im Serverumfeld und in der Cloud dominieren Open-Source-Betriebssysteme wie Linux. Freie Software wird nicht nur in Forschung und Bildung verwendet, sondern auch in der Wirtschaft, im Gesundheitsweisen und in vielen weiteren Feldern. Was ist Open-Source-Software genau? Kurz gesagt bedeutet der Begriff, dass der Quelltext eines Computerprogramms öffentlich einsehbar ist und geändert werden kann; zudem kann Open-Source-Software in der Regel kostenlos genutzt werden. Uns sind zwei Interpretationen bekannt. Die erste wird von der Free Software Foundation vertreten, die lieber von „freier Software“ spricht. Sie versteht das Konzept umfassender und bezieht soziale Aspekte mit ein. Im Unterschied dazu beschränkt sich die Open Source Initiative bei ihrer Definition auf Eigenschaften des Quellcod
AKOpenSource