window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JYLJ7J3717');

Software Architecture

A B D F N O P S U V
  • Adapter Pattern - Adapter Entwurfsmuster Programmieren lernen

Adapter Pattern

2023-12-10T19:27:22+01:00Tags: , , , , , , , , , |

The Adapter Pattern is a structural design pattern for software that allows objects with incompatible interfaces to work together. It converts the interface of a class into another interface so that this API then meets the functional requirements and is easily maintainable without changing the source code of the original class. The properties of the Adapter Pattern are always very useful when an API to be adapted is not within the sphere of influence of the software to be changed.

  • Bridge-Pattern Konzept in der Softwareentwicklung - Softwarearchitektur Pattern

Bridge pattern

2023-12-22T08:04:55+01:00Tags: , , , , , , , , |

The bridge pattern is a design pattern for software that serves to decouple an abstraction from your implementation so that both software components can be changed independently of each other without influencing each other. Bridge patterns are useful tools for creating flexible, modular and easy-to-maintain systems.

  • IT Security - Bridging the gap between Software development and IT Security Teams - Rock the prototype

IT Security: Bridging the Gap Between Software Development and IT-Security Teams

2023-09-07T14:01:59+02:00Categories: Cryptography, IT infrastructure, IT Security, Podcast, Software Architecture, Software development|Tags: , , , , , , , , , , , , , , , |

Unlock the Secrets to IT-Security and fortified Software: Discover why IT Security isn't just an add-on but a fundamental pillar in software development. From expert insights to actionable steps, our comprehensive guide reveals how to seamlessly integrate security measures for more robust applications. Don't let your software be the weakest link - read on to fortify your code and your business!

Nuxt

2023-07-29T08:36:36+02:00Tags: , , , , , , , , , , , , , , , , , , , , |

Nuxt.js is a framework for building Vue.js applications. Nuxt.js is a web-app-framework for building Vue.js applications. The Nuxt framework helps software developers take advantage of a modern web app concept with the features built into it.

  • OpenID - OpenID Foundation - Standards für digitale Identitäten

OpenID

2023-12-13T08:37:57+01:00Tags: , , , , , , , , , , , , , , , , , , , , , |

All about OpenID - Discover everything you need to know about OpenID: from secure authentication and identity federation to the latest developments like OpenID Connect and the OpenID Foundation. Here you will find a comprehensive overview of digital identity.

Go to Top