Gabi Dobocanblog.telepat.io·Nov 20, 2024Exploring PR-ENDO: Cutting-Edge Technology for Revolutionary Endoscopy ImagingEndoscopy is a vital component of modern medical diagnosis, especially for conditions like colorectal cancer. Recent advancements in imaging technologies can significantly improve the way these procedures are conducted. PR-ENDO, a new framework discu...3D reconstructions
ProDevOpsGuy Tech Communityblog.prodevopsguy.xyz·May 10, 2024100 Kubernetes Diagnostics Commands with KubectlHere is a list of 100 kubectl commands that can be useful for diagnosing issues in a Kubernetes cluster. Cluster Information: 1. Show the Kubernetes version: kubectl version 2. Display cluster information: kubectl cluster-info 3. List all nodes in th...474 readsKubernetes
Raul Naupariblog.raulnq.com·Nov 22, 2023Diagnostic .NET Apps in Kubernetes with dotnet-monitorToday, we will review one of the most common dotnet-monitor use cases: running as a side card in a Kubernetes cluster. We recommend having some background in Kubernetes and reviewing our previous articles if you haven't already done so: Diagnostic ....399 reads.NET
Raul Naupariblog.raulnq.com·Nov 15, 2023Collecting Diagnostic Data Automatically with dotnet-monitorIn the article Diagnostic .NET Apps using dotnet-monitor, we explored the process of collecting diagnostic data on demand through a REST API. This approach is useful when we are aware that our application is facing an issue and want to gather informa...94 reads.NET
Raul Naupariblog.raulnq.com·Nov 8, 2023dotnet-monitor: Authentication and Egress ProvidersIn a previous article, we introduced dotnet-monitor, a tool designed to collect diagnostic data via a REST API. However, to ensure its suitability for deployment in production environments, securing these endpoints is essential. As for large files li...1 like·89 reads.NET
Raul Naupariblog.raulnq.com·Nov 6, 2023Diagnostic .NET Apps using dotnet-monitorIn production environments, collecting diagnostics such as traces, logs, metrics, and dumps can be challenging. Typically, one must access the environment, install some tools, and then gather the information. dotnet-monitor simplifies and unifies the...2 likes·311 reads.NET
Vishwas Acharyavishwasacharya.hashnode.dev·Aug 21, 2023What are the use cases of Azure Application Insights?Introduction: In today's technology-driven world, the success of an application greatly depends on its performance, availability, and user experience. To ensure seamless operations and a delightful user experience, developers and IT teams require rob...AzureAzure
Denis Ekartdenace.dev·Feb 5, 2023Getting Started With Roslyn AnalyzersThis article will focus on the most basic setup needed to create and use a Roslyn analyzer. Starting with an empty solution, we will go through the necessary configuration to develop and utilize a Roslyn analyzer. The last article ended with the wor...1.7K readsExploring Roslynroslyn