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

Conditions

C I L P S T U

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.

  • Sortieralgorithmen - Der Sortieralgorithmus bei der Programmierung

Sorting algorithms

2023-12-07T14:16:43+01:00Tags: , , , , , , , , , , , , |

Sorting algorithms are a set of algorithmic methods that arrange items in a collection or list in a specific order, often numerically or alphabetically. We provide you with an easy-to-understand explanation and clear illustrations of the complexity of sorting algorithms.

  • 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

Go to Top