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

Software development

A B C D F G H I J K L M N O P Q R S T U V W Y
  • Status Quo IT Planning Council : Progress, Challenges & Visions 2025

Status Quo IT Planning Council – Progress, Challenges & Visions 2025

2025-01-22T08:06:25+01:00Categories: IT infrastructure|Tags: , , , , , , , , , , , , , , |

What happens when experts from federal, state and local authorities come together to shape digital administration? An inspiring exchange full of visions, innovations - and certainly some stumbling blocks. After all, standardized digitalization, interoperability and data sovereignty present us with real challenges, but also offer real advantages!

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

  • 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

  • Validieren - validated

Validation

2023-12-22T08:39:30+01:00Tags: , , , , , , , , , , , , , |

Validation is a central activity in data processing. The validation of data is therefore part of the software development process as well as during software operation, i.e. during the actual use of software programs.

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.

  • 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