Web performance tests with k6

Web performance tests with k6

Performance testing is a crucial step in ensuring that your website can handle high levels of traffic and provide a smooth user experience. One tool that can help you perform performance tests on your website is k6. In this blog post, we’ll go over how to use k6 to test the performance of your website.

Read Blog Post
MSSQL Query Statistics

MSSQL Query Statistics

MSSQL Live Query statistics are a valuable tool for software developers working with Microsoft SQL Server (MSSQL). These statistics provide information about the performance of individual queries, allowing developers to identify and troubleshoot any issues that may be impacting the efficiency of their database.

Read Blog Post
Statische Methoden in C# / .NET

Statische Methoden in C# / .NET

Statische Methoden in C# sind Methoden, die auf eine Klasse und nicht auf eine bestimmte Instanz einer Klasse angewendet werden. Sie können aufgerufen werden, ohne dass zuvor eine Instanz der Klasse erstellt wurde. Ein Beispiel für eine statische Methode ist die Math.Sqrt() Methode, die die Quadratwurzel einer Zahl berechnet.

Read Blog Post
ChatGPT answers are cut off - how to fix

ChatGPT answers are cut off - how to fix

ChatGPT is a variant of the GPT-3 language model specifically designed for chatbot applications. It was trained on a large dataset of human-human conversations, allowing it to generate responses that are more natural and human-like in a chatbot setting.

Read Blog Post
Get Process Id by Name or Path with .NET

Get Process Id by Name or Path with .NET

Getting the process ID by the name or path of a process can be useful for a variety of reasons, such as being able to kill a hanging process or checking if a specific process is running on a machine. In this blog post, I’ll explore how to do this using .NET.

Read Blog Post