# magdamiu

Published articles for magdamiu.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Unlocking Your Potential: The Mentee's Journey

DevFeed: [Unlocking Your Potential: The Mentee's Journey](<https://devfeed.tech/articles/unlocking-your-potential-the-mentee-s-journey-40824.md>)

Original publisher: [Read original article](<https://magdamiu.com/2024/10/24/unlocking-your-potential-the-mentees-journey/>)

Author: Magda Miu

Published: 2024-10-24T05:00:00Z

Content type: tutorial

Language: en

Sources: [Magda Miu](<https://devfeed.tech/sources/magda-miu.md>)

Topics: [Learning](<https://devfeed.tech/topics/learning.md>), [meetings](<https://devfeed.tech/topics/meetings.md>)

Tags: [accountability](<https://devfeed.tech/tags/accountability.md>), [article](<https://devfeed.tech/tags/article.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [career](<https://devfeed.tech/tags/career.md>), [journey](<https://devfeed.tech/tags/journey.md>), [magdamiu](<https://devfeed.tech/tags/magdamiu.md>), [mentee](<https://devfeed.tech/tags/mentee.md>), [mentoring](<https://devfeed.tech/tags/mentoring.md>), [mentorship](<https://devfeed.tech/tags/mentorship.md>), [relationships](<https://devfeed.tech/tags/relationships.md>), [remote](<https://devfeed.tech/tags/remote.md>), [skills](<https://devfeed.tech/tags/skills.md>), [tech-leadership](<https://devfeed.tech/tags/tech-leadership.md>)

### AI overview

A guide to being an effective mentee. It covers the benefits of mentorship, choosing a mentor, setting objectives, preparing for meetings, seeking feedback, maintaining a mentoring relationship, and adapting mentorship to remote work.

### Source excerpt

Being a mentee is like having a seasoned explorer by your side, offering invaluable insights and tips as you navigate your career journey. It's a chance to learn from the wisdom and experiences of someone who's been there, done that, and is eager to share their knowledge. This article, just like the one about being a ... Continue reading Unlocking Your Potential: The Mentee's Journey

## Prometheus for Managers - Alerting

DevFeed: [Prometheus for Managers - Alerting](<https://devfeed.tech/articles/prometheus-for-managers-alerting-40820.md>)

Original publisher: [Read original article](<https://magdamiu.com/2024/02/29/prometheus-for-managers-alerting/>)

Author: Magda Miu

Published: 2024-02-29T06:30:00Z

Content type: tutorial

Language: en

Sources: [Magda Miu](<https://devfeed.tech/sources/magda-miu.md>)

Topics: [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [notifications](<https://devfeed.tech/topics/notifications.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>)

Tags: [alertmanager](<https://devfeed.tech/tags/alertmanager.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [magdamiu](<https://devfeed.tech/tags/magdamiu.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [observability](<https://devfeed.tech/tags/observability.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [query](<https://devfeed.tech/tags/query.md>), [system-design-engineering](<https://devfeed.tech/tags/system-design-engineering.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

The final post in the "Prometheus for Managers" series explains alerting with Prometheus and Alertmanager. It covers recording rules, alerting rules, PromQL-based conditions, configuration and rule files, and how alerts are delivered through channels such as email, Slack, PagerDuty, pages, and chat messages.

### Source excerpt

This post is the last one from the series "Prometheus for Managers". In the second article from this series, the one about Prometheus Architecture, I touched on what Alertmanager does. So to recap, Prometheus allows for setting up alerts based on defined thresholds or conditions and AlertManager handles these alerts and sends them as notifications to ... Continue reading Prometheus for Managers - Alerting