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

Frameworks

A B C F G L N O P Q S T U V W X Y
  • Unit Test

Unit test

2023-12-13T15:45:15+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a unit test? A unit test checks the behavior of a software unit in the system. This test for software checks whether a small and isolated part of the code base, called a "unit", behaves as the developer intended. The unit test checks whether an isolated piece of code does what it is supposed to do

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.

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

XS-Leak

2025-01-10T15:47:09+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is an XS leak or cross-site leak? An XS leak or cross-site leak defines a class of vulnerabilities resulting from side channels implemented in web platforms.

  • YAML Ain't Markup Language

YAML

2023-12-23T09:10:46+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

YAML is an easy-to-read language for data serialization for all programming languages.

Go to Top