diff --git a/src/content/videos/microfrontend-evolution.mdx b/src/content/videos/microfrontend-evolution.mdx
new file mode 100644
index 0000000..48313d2
--- /dev/null
+++ b/src/content/videos/microfrontend-evolution.mdx
@@ -0,0 +1,28 @@
+---
+title: Эволюция микрофронтендов
+url: https://www.youtube.com/watch?v=imFpePyb3uE
+pubDate: Oct 01 2024
+description: Почти на каждой фронтенд-конференции последних лет можно обнаружить 2-3 доклада про микрофронтенды и они пользуются огромным спросом, но в чём же причина популярности этого подхода? В докладе попробую резюмировать текущее состояние веб платформы касательно микрофронтендов.
+watchTime: 53 мин.
+heroImage: https://i.ytimg.com/vi/imFpePyb3uE/maxresdefault.jpg
+telegramPostId: "58"
+---
+
+
+## Полезные ссылки
+
+- [Как микрофронтенды решают проблемы / Зар Захаров (VK)](https://youtu.be/lRI5eCOnPpI?si=eXeqsaI5VxXlwkLz)
+- [Инцидент с Polyfill.io](https://habr.com/ru/news/825122/)
+
+### ESM и Import Maps
+- [Браузерная поддержка ES-модулей](https://caniuse.com/es6-module)
+- [Динамические Import Map](https://github.com/WICG/import-maps?tab=readme-ov-file#dynamic-import-map-example)
+- [Intent to Prototype: Dynamic import maps](https://groups.google.com/a/chromium.org/g/blink-dev/c/t1AdHiN2Rkc)
+- [Cascading Cache Invalidation](https://philipwalton.com/articles/cascading-cache-invalidation/)
+- [SystemJS Import Maps](https://github.com/systemjs/systemjs/blob/main/docs/import-maps.md)
+
+### Module Federation
+- [Module Federation](https://module-federation.io)
+- [Слайды к докладу про Module Federation от Sokra](https://github.com/sokra/slides/blob/master/content/ModuleFederationWebpack5.md)
+- [@module-federation/runtime](https://github.com/module-federation/core/tree/main/packages/runtime)
+
\ No newline at end of file