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

JavaScript engine

J N Q
  • 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.

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.

  • 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