Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Microsoft 365 Backup 2026: What It Covers, What It Costs, and Where the Gaps Are

Protecting your organization’s data within Microsoft 365 is crucial to ensure business continuity, compliance, and resilience against threats like accidental deletions, cyberattacks, and data corruption. Implementing a comprehensive backup strategy safeguards your critical information and facilitates rapid recovery when needed.

Connect to PostgreSQL using EF Core

In this tutorial, we'll walk you through the process of creating an Entity Framework Core model and connecting a.NET console application to a MySQL database. We'll guide you through each step, from setting up your connection to retrieving data from your MySQL tables. Additionally, we'll explain how to install the necessary components, including the dotConnect for MySQL, and demonstrate how to use Entity Developer to generate your model.

#039 - Banking on Kubernetes: From Fintech Frontier to Regulatory Reality with Kasper Nissen (Dash0)

In this episode, Itiel sits down with Kasper, a Developer Advocate at Dash0. Kasper discusses his background, including his extensive experience building platforms on Kubernetes at Lunar, a Nordic challenger bank. He shares insights into the challenges and successes of using cutting-edge cloud-native technologies in a regulated banking environment. Kasper also touches upon his involvement in the CNCF community as an ambassador and co-chair for KubeCon. The discussion explores Lunar's philosophy of leveraging open-source projects and their journey of adopting Kubernetes and other cloud-native tools.

Connect to MySQL using EF Core

In this tutorial, we'll walk you through the process of creating an Entity Framework Core model and connecting a.NET console application to a MySQL database. We'll guide you through each step, from setting up your connection to retrieving data from your MySQL tables. Additionally, we'll explain how to install the necessary components, including the dotConnect for MySQL, and demonstrate how to use Entity Developer to generate your model.

Connect to SQLite using EF Core

In this tutorial, we’ll walk you through how to create an Entity Framework Core model and connect.NET console application to SQLite database. We’ll cover how to set up your connection, install the necessary packages, and use Entity Developer to generate a model based on your SQLite database. By the end of this video, you’ll be able to retrieve data from your SQLite tables directly into your.NET console application.

Connect to Oracle using EF Core

In this tutorial, we’ll demonstrate how to create an Entity Framework Core model and connect a.NET console application to an Oracle database. We’ll guide you step by step, showing how to set up your connection, install the necessary components, and use Entity Developer to generate a model based on your Oracle database. By the end of this video, you'll have a functional setup to interact with Oracle tables directly within your.NET console application.

An Easy and Comprehensive Guide to Prometheus API

Monitoring is the backbone of any reliable DevOps setup. And if you’re working with monitoring, you’ve likely used Prometheus. This open-source powerhouse has redefined how we track system performance, but are you making the most of its API? Prometheus is the go-to solution for monitoring container-based environments, particularly in Kubernetes. Its pull-based model and flexible query language provide deep visibility into your systems.