AI-First Mindset: How AI is Reshaping Teams and Leadership

AI is everywhere right now: new tools, new opinions, new predictions. And most of it sits somewhere between hype and fear.

For me, it did not start with a tool. It started with a book.

About two years ago, I kept seeing people I follow on X mentioning the same book: Co-Intelligence by Ethan Mollick. Enough times that it made me curious. So I read it.

And that was where things started to shift.

AI-First Mindset: How AI is Reshaping Teams and Leadership
Continue reading “AI-First Mindset: How AI is Reshaping Teams and Leadership”

Prometheus for Managers – PromQL

Welcome to the third part of our series on Prometheus for Managers. In the previous two parts, we explored the fundamentals of Prometheus, its role in system monitoring, and the various types of metrics it captures. Today, we embark on a deeper dive into PromQL, the powerful query language that unlocks the insights hidden within Prometheus data. This query language allows users to perform ad-hoc queries, filtering, aggregations, and analysis on the collected metrics.

In this article we will cover:

⛳ The main concepts relevant to effectively use PromQL
🧐 Deep dives on vectors, selectors & matchers, and functions

Let’s start this new journey! 😉

Continue reading “Prometheus for Managers – PromQL”