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

App

A B C G J K L M N O P Q S T U V W X Y
  • 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.

  • Die Macht von Open Source: Einen fairen und nachhaltigen Content-Markt schaffen

The Power of Open Source: Creating a Fair and Sustainable Content Market

2023-06-18T17:20:38+02:00Categories: Podcast, Software development|Tags: , , , , , , , , , , , , , , , |

Experience the power of open source to create a sustainable content landscape. Become part of the change and be inspired! Listen in now and discover the fair and sustainable content market of the future. In the third episode: Dive into the fascinating world of software development and discover how the open source idea is triggering a digital revolution in the content market. In this episode of the Rock the Prototype Podcast, we show you how we're actively creating a fair and sustainable content market with our innovative web app. You will get a detailed overview of the functionalities and software architecture of our platform, from requirements analysis to the use of microservices and the Zero Trust concept for maximum security.

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

  • TLS Protocol - The TLS handshake

TLS protocol

2024-12-03T16:45:10+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a TLS protocol? - A TLS protocol ensures secure communication between two hosts on the basis of a transport-protected connection. TLS protocols are part of the transport layer.

  • Tracing Microservices - Visualizing Data Flow and Performance

The image showcases a structured representation of a microservices architecture analyzed with tracing tools. Each colored box represents a microservice, interconnected by arrows indicating data flow. Timestamps, labeled as "latency in ms," are shown alongside arrows to highlight the performance of each service call. A vertical timeline on the right provides a chronological view of request processing across the entire architecture, helping developers identify bottlenecks, monitor system health, and improve efficiency. This visualization emphasizes transparency and control in managing distributed systems.

Tracing

2025-01-13T15:47:25+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , |

What is tracing? ✅ In software programming, tracing refers to a function for analyzing programs. Tracing is also used for troubleshooting in programs or apps / web apps. Tracing analysis is a precise process tracing.

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

Go to Top