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

conditional expression

C I L P T X

Idle

2024-11-24T16:50:14+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

In information technology (IT), idle refers to the state of being idle. The computer scientist speaks of an idle process when this process is idle, i.e. inactive and therefore unused.

Loops

2024-11-13T10:35:41+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

In computer science, a loop is a program structure that repeats a sequence of instructions until a certain condition is met.

Parsing

2023-12-22T08:57:52+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is parsing? A parser is software that can logically check the source code in a software program and thus identify existing errors.

Programming

2024-11-23T10:03:06+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is programming? When programming, a programmer creates a software program that can run on a machine. The code is created in one of the formally defined computer languages - which are countless, such as Java, PHP, C++ or C#, Perl and many many more.

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

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.

Go to Top