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

JavaScript

A J L N P Q S T V W X
  • 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.

  • Was ist JSON - JavaScript Object Notation in 5 Minuten verstehen

JSON

2025-01-30T15:45:22+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is JSON? JSON, the JavaScript Object Notation, is a lightweight and flexible data format that is ideal for cross-platform data exchange. It is easy to read, easy to write and is supported by almost all modern programming languages. Thanks to its lean structure, JSON enables efficient data transfer and is indispensable for web applications and APIs.

  • software library

Library

2023-12-22T10:05:11+01:00Tags: , , , , , , , , , , |

A library refers to a software library as a ready-made collection of code that can be used to perform general software development tasks. Libraries are essentially a collection of functions and procedures that can be called up by other software programs to execute certain functions.

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.

Programming

2024-11-23T10:03:06+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is programming? When programming, a programmer creates a software program that can run on a machine. The code is created in one of the formally defined computer languages - which are countless, such as Java, PHP, C++ or C#, Perl and many many more.

  • Quarkus - Speed-Test Race of JavaScript Frameworks

Quarkus

2024-12-02T04:49:34+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Quarkus is an open source and both a Java framework and a Java toolkit from RedHat.a Quarkus combines the flexibility of a Java framework with the efficiency of an efficient development tool. It has been specially optimized for the software development of modern, cloud-native applications and enables lightning-fast development and resource optimization.

Go to Top