Добавил заметку с видео про высоконагруженные системы
This commit is contained in:
parent
7166a56968
commit
7f3979c0cb
4
Makefile
4
Makefile
@ -18,7 +18,7 @@ build-docker:
|
|||||||
./tools/build-docker
|
./tools/build-docker
|
||||||
|
|
||||||
install-php-deps:
|
install-php-deps:
|
||||||
./tools/composer install -n
|
./tools/composer install --no-interaction
|
||||||
|
|
||||||
install-js-deps:
|
install-js-deps:
|
||||||
./tools/npm ci
|
./tools/npm ci
|
||||||
@ -59,7 +59,7 @@ format-php:
|
|||||||
|
|
||||||
format: format-pages format-assets format-php
|
format: format-pages format-assets format-php
|
||||||
|
|
||||||
watch: build-assets
|
watch: clean build-assets
|
||||||
./tools/sculpin generate \
|
./tools/sculpin generate \
|
||||||
--env="${APP_ENV}" \
|
--env="${APP_ENV}" \
|
||||||
--watch \
|
--watch \
|
||||||
|
25
source/_articles/2019-09-26-highload-videos.md
Normal file
25
source/_articles/2019-09-26-highload-videos.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: Высоконагруженные системы, видео
|
||||||
|
keywords: [highload, высоконагруженные системы, онтико, олег бунин]
|
||||||
|
---
|
||||||
|
|
||||||
|
Нашел три замечательных видеоролика о высоконагруженных проектах.
|
||||||
|
Архитектура, подходы, планирование, проблемы. Очень познавательно.
|
||||||
|
|
||||||
|
## Часть 1
|
||||||
|
|
||||||
|
<div class="youtube-embed-container">
|
||||||
|
<iframe src="https://www.youtube.com/embed/KmIE5K6adus" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Часть 2
|
||||||
|
|
||||||
|
<div class="youtube-embed-container">
|
||||||
|
<iframe src="https://www.youtube.com/embed/sCm4qUw28y4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Часть 3
|
||||||
|
|
||||||
|
<div class="youtube-embed-container">
|
||||||
|
<iframe src="https://www.youtube.com/embed/MG8-HmgOXlk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
</div>
|
@ -17,4 +17,5 @@
|
|||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
|
|
||||||
@import 'content-tags';
|
@import 'content-tags';
|
||||||
|
@import 'youtube-embed';
|
||||||
}
|
}
|
||||||
|
17
source/_assets/layout_internal/youtube-embed.scss
Normal file
17
source/_assets/layout_internal/youtube-embed.scss
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
.youtube-embed-container {
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 56.25%;
|
||||||
|
height: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
iframe,
|
||||||
|
object,
|
||||||
|
embed {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user