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

JavaScript library

J N P Q S V W

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.

  • Synchrone Kommunikation - Request und Response

Synchronous communication

2025-02-13T15:44:34+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Synchronous communication in the data traffic of web applications transmits the request to the web server after a user's activity in the web browser or via a web app.

Vue.js

2024-11-18T08:32:26+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

Vue.js is a web framework created by software developer Evan You for fast and robust web apps.

Web Components

2024-12-01T09:17:03+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Web Components are a set of different web technologies that allow you as a web developer to create reusable custom elements whose functionality is encapsulated from the rest of the code.

Go to Top