Operations | Monitoring | ITSM | DevOps | Cloud

%term

Coroot v1.0: Unified Observability for Heterogeneous Infrastructures

In the current cloud-native era, almost every organization has one or more Kubernetes clusters in their production infrastructures. However, only a small percentage of companies, especially enterprise-level ones, can claim that they are fully committed to running everything exclusively on Kubernetes. The most typical scenario is that new stateless services are deployed on Kubernetes, while legacy applications, third-party services, and databases continue to run on dedicated VMs or bare-metal nodes.

It is the time to simplify Observability!

I come from the database world where observability, or monitoring as we used to call it, was always really important to keep databases up and running and operating well. Thousands of data points would be collected and displayed in countless graphs. As an expert DBA, you can see every detail about internal database operations and feel very good about yourself being able to put all this data together and resolve the puzzle.

What is Log Analytics? The Significance of Log Analytics Solutions Explained

Every action, transaction, and interaction in an application generates some sort of data. ThisAnd this data holds a wealth of information that, when collected and analyzed over a period of time, provides a comprehensive view of application behavior and performance. Logging is the most widely used technique for collecting data on application states, transactions, errors, and code flow tracking.

Founder & Friends: Life Beyond Xamarin - The Future of Mobile Development

This episode features Matthew Richardson, Director at Velocity Engineering. With Microsoft ending Xamarin support on May 1, 2024, many teams are exploring alternative platforms. So, what’s next for multi-platform mobile development post-Xamarin? With over 13 years of experience working in the Xamarin ecosystem, Matthew has seen and done it all. Join us as Matthew shares his insights on easing the migration from Xamarin, working in parallel, and transitioning to the modern.NET stack such as.NET MAUI, Blazor hybrid apps, and other alternatives.

Master SharePoint Online Storage Consumption

SharePoint Online has become an essential tool for businesses, offering robust document management and collaboration capabilities. However, with its widespread adoption comes the challenge of managing storage effectively. SharePoint Online storage consumption can quickly escalate, leading to increased costs and potential performance issues. Therefore, understanding and managing this consumption is crucial for maintaining an efficient and cost-effective SharePoint environment.

Hyperview DCIM 4.4 Software Release

Version 4.4 comes with several new feature updates: Business Entities for tracking customers, partners, and departments, improved control for transfer switch power devices, streamlined bulk actions for Business Entity association with assets, enhanced import capabilities for connections and circuits, and advanced search function to filter by Business Entity for easier, more efficient work.

Vector databases for generative AI applications

Join us for a deep dive into the role of vector databases in generative AI applications. Vector databases facilitate efficient data representation, retrieval and manipulation, enabling AI systems to generate high-fidelity outputs across various domains, from natural language processing to image synthesis. This webinar will discuss various concepts, such as generative AI, retrieval augmented generation (RAG), the importance of search engines, and efficient open source tooling that enables developers and enthusiasts to build their generative AI applications.

Managing Infrastructure like a pro, from ClickOps to IaC with Nuno do Carmo & Engin Diri

Dive into the world of infrastructure as code in this detailed workshop led by Nuno do Carmo and Engin Diri. Learn about Civo CLI, the transition from ClickOps to CLI, and how to effectively implement and manage your infrastructure using Pulumi. Whether at home or in the office, enhance your understanding and skills in infrastructure management.

SQL Update With JOIN Techniques for Efficient Data Management

One of many things SQL Server, MySQL, PostgreSQL, and Oracle have in common is that they store data in multiple tables related to each other with a common key value. This means you cannot avoid retrieving records from two or more tables based on some condition while working with these relational databases. In SQL, this can be easily achieved with the help of JOINs.