Skip to content

Commit 3893226

Browse files
Add Smirnovs PB. (#4755)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
1 parent 487c4eb commit 3893226

File tree

8 files changed

+41
-2
lines changed

8 files changed

+41
-2
lines changed

ydb/docs/_assets/tags.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
.testing-tag {
4848
background-color:#83adda;
4949
}
50+
51+
.general-tag {
52+
background-color: #daab83;
53+
}
5054

5155
}
5256

@@ -77,5 +81,9 @@
7781
.testing-tag {
7882
background-color:#83adda;
7983
}
84+
85+
.general-tag {
86+
background-color: #daab83;
87+
}
8088

8189
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Breaking out of the cage: move complex development to GitHub {#2024-devworld}
2+
3+
{% include notitle [general_tag](../../tags.md#general) %}
4+
5+
[{{ team.smirnov.name }}]({{ team.smirnov.profile }}) ({{ team.smirnov.position }}) shows how the YDB team moved its primary development branch from an in-house repository to GitHub, set up independent commodity on-demand cloud infrastructure, CI processes with GitHub Actions, test management with open source and cloud tools. Special attention will be paid to the complexities of decoupling from the corporate monorepository and build system.
6+
7+
@[YouTube](https://youtu.be/ETEhq7RGBTk?si=MAUDwaXlzCl0IzH_)
8+
9+
The presentation is suitable for DevOps engineers (CI/CD).
10+
11+
[Slides](https://presentations.ydb.tech/2024/en/devworld/presentation.pdf)

ydb/docs/en/core/public-materials/_includes/tags.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
 <span class = "releases-tag tags-shape tags-color-text"> Releases </span>
1515

1616
## Testing{ #testing }
17-
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>
17+
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>
18+
19+
## General{ #general }
20+
 <span class = "general-tag tags-shape tags-color-text"> General </span>

ydb/docs/en/core/public-materials/_includes/tags_list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@
2424

2525
<p> – performance testing cases of {{ ydb-short-name }} and comparisons with other similar-class DBMSs.</p>
2626

27+
{% include notitle [general_tag](./tags.md#general) %}
28+
29+
<p> – generic materials.</p>
30+
2731
</div>

ydb/docs/en/core/public-materials/videos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Video recordings from conferences and webinars. The materials are divided by cat
1111

1212
{% include [Conf42](./_includes/conferences/2024/Conf42.md) %}
1313

14+
{% include [Devworld](./_includes/conferences/2024/Devworld.md) %}
15+
1416
- 2023
1517

1618
{% include [HighLoad](./_includes/conferences/2023/HighLoad.md) %}

ydb/docs/en/presets.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ default:
1414
name: Alexey Ozeritskiy
1515
position: Lead Software Engineer
1616
profile: https://www.linkedin.com/in/alexey-ozeritskiy/
17+
smirnov:
18+
name: Alexander Smirnov
19+
position: Technology Expert at Nebius
20+
profile: https://www.linkedin.com/in/alexander-smirnov-bb990434/

ydb/docs/ru/core/public-materials/_includes/tags.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
 <span class = "releases-tag tags-shape tags-color-text"> Releases </span>
1515

1616
## Testing{ #testing }
17-
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>
17+
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>
18+
19+
## General{ #general }
20+
 <span class = "general-tag tags-shape tags-color-text"> General </span>

ydb/docs/ru/core/public-materials/_includes/tags_list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@
2424

2525
<p> – кейсы тестирования производительности {{ ydb-short-name }} и сравнения с другими одноклассовыми СУБД.</p>
2626

27+
{% include notitle [general_tag](./tags.md#general) %}
28+
29+
<p> – материалы общего направления.</p>
30+
2731
</div>

0 commit comments

Comments
 (0)