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

JavaScript

A J L P 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.

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

  • JavaScript Engine - Why are JavaScript Engines so powerful?

The invisible force behind modern web applications: Why JavaScript engines are so powerful

2023-10-07T18:12:35+02:00Categories: IT infrastructure, Programming Languages & Frameworks, Software Architecture, Software development|Tags: , , , , , , |

Have you ever wondered how modern web applications are so fast and responsive? Or how server-side JavaScript enables database access and complex logical operations? The answer lies in the invisible force that drives this functionality: the JavaScript engine.

  • Die Softwarearchitektur einer modernen WebApp-React und Vue.js im Fokus

The software architecture of a modern WebApp: React and Vue.js in focus

2023-06-16T18:51:01+02:00Categories: Podcast, Programming Languages & Frameworks, Software Architecture, Software development|Tags: , , , , , , , , , , , , , , , , , , , , , , , , , |

To develop an innovative web app, we focus on React + Next and Vue.js + Nuxt. We are dedicated to the software architecture of a modern WebApp. Im Fokus stehen die beiden JavaScript Frameworks React und Vue.js. We look at the two WebApp frameworks in comparison to each other and how they can be used to create a scalable and secure software architecture for a WebApp. Here, we take a closer look at the two renowned frameworks Vue.js/Nuxt and React/Next to weigh the pros and cons of both options. Which is the right decision for our web app? Find out and get valuable insights into the world of web development. Don't miss this exciting episode of the Rock the Prototype Podcast!

  • Vuetify - UI Framework für Vue.js und Nuxt

Vuetify – UI Framework for Vue.js and Nuxt

2023-12-06T14:41:07+01:00Categories: Design, Learn programming, Podcast, Programming Languages & Frameworks, Prototyping|Tags: , , , , , , , , , , , , |

Vuetify is a very popular UI framework for Vue.js and Nuxt. With its extensive component library, Vuetify offers developers a wealth of designs and styles that comply with Google's Material Design guidelines.

  • WebApp Prototyping - WebApps mit Nuxt

WebApp Prototyping with Nuxt.js & Vue.js

2023-08-25T17:11:19+02:00Categories: Learn programming, Programming Languages & Frameworks, Prototyping, Software development|Tags: , , , , , , , , , , , |

In this article, we dive deep into the world of WebApp prototyping and reveal the critical steps to implementing our MVP "Nuxt the Prototype". 🌐💡 From the design phase to 💻 programming and deployment - we'll take you on an exciting journey as we bring our prototype to life and get first glimpses of our innovative WebApp. 🚀

Go to Top