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

Software Architecture

A B C D F G H I K L M N O P Q R S T U V W X Y

node.js

2024-11-10T20:59:47+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

Node.js is a JavaScript runtime environment that is based on Chrome's V8 JavaScript engine. This is how you can specifically increase performance with node.js... Node.js can be used to execute JavaScript code on the server side. In this way, Node has become a popular alternative to PHP or Ruby. For full-stack developers, it is also more efficient to write both frontend and backend code in the same programming language.

Nuxt

2024-11-10T20:17:37+01: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.

Object-oriented programming

2025-02-07T08:49:56+01:00Tags: , , , , , , , , , , , , , , , , , |

What is object-oriented programming? Object-oriented programming is a software architecture concept that provides a successful model for abstracting real-world conditions in software applications.

  • Object-Relational Mapping (ORM)

Object-Relational Mapping (ORM) in software development!

2023-12-19T08:44:15+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is Object-Relational Mapping (ORM)? Object Relational Mapping (ORM)

Open Container Initiative

2025-01-17T15:52:41+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , |

What is the Open Container Initiative? The Open Container Initiative (OCI) is an open initiative with the defined goal of creating open industry standards for container formats and container runtime environments.

  • 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.

Parsing

2023-12-22T08:57:52+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is parsing? A parser is software that can logically check the source code in a software program and thus identify existing errors.

Prototyping

2025-01-13T15:13:30+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , |

What is prototyping? Prototyping is both a process and a strategy for realizing ideas as quickly as possible.

Go to Top