vault backup: 2026-06-03 14:32:53

This commit is contained in:
Dmitry
2026-06-03 14:32:53 +03:00
parent 954f1e84b3
commit ac0d55d246
90 changed files with 1 additions and 1 deletions
@@ -0,0 +1,47 @@
---
status: stable
type: moc
tags: [tracker, education, course]
created: 2026-02-21
updated: 2026-02-27
title: 🎓 Учебные Курсы
---
# 🎓 Учебные Курсы
Это центральное хранилище для всех курсов в трекере обучения.
## 🚀 В Процессе
```dataview
table author as "Автор", priority as "Приоритет", tags as "Тематика"
from "05 Tools/StudyTracker/Courses"
where item_status = "in-progress" and file.name != this.file.name
sort priority desc
```
## 🔥 Высокий Приоритет (Очередь)
```dataview
table author as "Автор", tags as "Тематика"
from "05 Tools/StudyTracker/Courses"
where item_status = "backlog" and priority = "3 - High" and file.name != this.file.name
```
## 📥 Все Курсы (Очередь)
```dataview
table author as "Автор", priority as "Приоритет", tags as "Тематика"
from "05 Tools/StudyTracker/Courses"
where (item_status = "backlog" and priority != "3 - High") or item_status = "abandoned" and file.name != this.file.name
sort priority desc
```
## ✅ Завершено
```dataview
table author as "Автор", tags as "Тематика"
from "05 Tools/StudyTracker/Courses"
where item_status = "completed" and file.name != this.file.name
limit 10
```
---
## Связанные Ссылки
- [[StudyTracker|🎓 Трекер Обучения]]
@@ -0,0 +1,22 @@
---
tags:
- ml
- education
created: 2026-02-19
updated: 2026-02-27
author: Merion Academy
category: course
full_name:
item_status: in-progress
priority: 2 - Medium
url: https://lms.merionet.ru/my/courses.php
title: Data Science С Нуля
---
# Data Science С Нуля
## Заметки И Прогресс
---
## Связанные Ссылки
- [[StudyTracker|📁 Трекер обучения]]
@@ -0,0 +1,22 @@
---
tags:
- devops
- education
created: 2026-02-19
updated: 2026-02-27
author: Merion Academy
category: course
full_name:
item_status: backlog
priority: 2 - Medium
url: https://lms.merionet.ru/my/courses.php
title: Курс По DevOps От Merion
---
# Курс По DevOps От Merion
## Заметки И Прогресс
---
## Связанные Ссылки
- [[StudyTracker|📁 Трекер обучения]]
@@ -0,0 +1,22 @@
---
tags:
- network
- education
created: 2026-02-19
updated: 2026-02-27
author: Merion Academy
category: course
full_name:
item_status: in-progress
priority: 2 - Medium
url: https://lms.merionet.ru/my/courses.php
title: Основы Сетевых Технологий
---
# Основы Сетевых Технологий
## Заметки И Прогресс
---
## Связанные Ссылки
- [[StudyTracker|📁 Трекер обучения]]