Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Smirnovs PB. #4755

Merged
merged 5 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading