Skip to content

Commit

Permalink
Add Smirnovs PB. (ydb-platform#4755)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
  • Loading branch information
2 people authored and MrLolthe1st committed May 28, 2024
1 parent 1806247 commit 8e2c9b8
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ydb/docs/_assets/tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
.testing-tag {
background-color:#83adda;
}

.general-tag {
background-color: #daab83;
}

}

Expand Down Expand Up @@ -77,5 +81,9 @@
.testing-tag {
background-color:#83adda;
}

.general-tag {
background-color: #daab83;
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Breaking out of the cage: move complex development to GitHub {#2024-devworld}

{% include notitle [general_tag](../../tags.md#general) %}

[{{ 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.

@[YouTube](https://youtu.be/ETEhq7RGBTk?si=MAUDwaXlzCl0IzH_)

The presentation is suitable for DevOps engineers (CI/CD).

[Slides](https://presentations.ydb.tech/2024/en/devworld/presentation.pdf)
5 changes: 4 additions & 1 deletion ydb/docs/en/core/public-materials/_includes/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
 <span class = "releases-tag tags-shape tags-color-text"> Releases </span>

## Testing{ #testing }
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>

## General{ #general }
 <span class = "general-tag tags-shape tags-color-text"> General </span>
4 changes: 4 additions & 0 deletions ydb/docs/en/core/public-materials/_includes/tags_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@

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

{% include notitle [general_tag](./tags.md#general) %}

<p> – generic materials.</p>

</div>
2 changes: 2 additions & 0 deletions ydb/docs/en/core/public-materials/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Video recordings from conferences and webinars. The materials are divided by cat

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

{% include [Devworld](./_includes/conferences/2024/Devworld.md) %}

- 2023

{% include [HighLoad](./_includes/conferences/2023/HighLoad.md) %}
Expand Down
4 changes: 4 additions & 0 deletions ydb/docs/en/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ default:
name: Alexey Ozeritskiy
position: Lead Software Engineer
profile: https://www.linkedin.com/in/alexey-ozeritskiy/
smirnov:
name: Alexander Smirnov
position: Technology Expert at Nebius
profile: https://www.linkedin.com/in/alexander-smirnov-bb990434/
5 changes: 4 additions & 1 deletion ydb/docs/ru/core/public-materials/_includes/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
 <span class = "releases-tag tags-shape tags-color-text"> Releases </span>

## Testing{ #testing }
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>
 <span class = "testing-tag tags-shape tags-color-text"> Testing </span>

## General{ #general }
 <span class = "general-tag tags-shape tags-color-text"> General </span>
4 changes: 4 additions & 0 deletions ydb/docs/ru/core/public-materials/_includes/tags_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@

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

{% include notitle [general_tag](./tags.md#general) %}

<p> – материалы общего направления.</p>

</div>

0 comments on commit 8e2c9b8

Please sign in to comment.