Skip to content

Commit de04eb7

Browse files
committed
Добавляет 490-й
1 parent 29982b7 commit de04eb7

File tree

4 files changed

+66
-1
lines changed

4 files changed

+66
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
|| | | | | | | | | |
3030
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
3131
| 500 | 499 | 498 | 497 | 496 | 495 | 494 | 493 | 492 | 491 |
32-
| 490 | [489][] | [488][] | [487][] | [486][] | [485][] | [484][] | [483][] | [482][] | [481][] |
32+
| [490][] | [489][] | [488][] | [487][] | [486][] | [485][] | [484][] | [483][] | [482][] | [481][] |
3333
| [480][] | [479][] | [478][] | [477][] | [476][] | [475][] | [474][] | [473][] | [472][] | [471][] |
3434
| [470][] | [469][] | [468][] | [467][] | [466][] | [465][] | [464][] | [463][] | [462][] | [461][] |
3535
| [460][] | [459][] | [458][] | [457][] | [456][] | [455][] | [454][] | [453][] | [452][] | [451][] |
@@ -113,6 +113,7 @@
113113

114114
</details>
115115

116+
[490]: src/episodes/490/index.md
116117
[489]: src/episodes/489/index.md
117118
[488]: src/episodes/488/index.md
118119
[487]: src/episodes/487/index.md

src/episodes/490/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"fileSize": 105985201,
3+
"duration": 6624052
4+
}

src/episodes/490/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[Лайв на Ютубе](https://youtube.com/live/2kKgVoOy7rw)
2+
3+
## JSON.stringify
4+
5+
- [JSON.stringify improvements](https://v8.dev/blog/json-stringify)
6+
7+
## Введение в Anchor Positioning
8+
9+
- [The Basics of Anchor Positioning](https://ishadeed.com/article/anchor-positioning/)
10+
- [Polyfill for CSS Anchor Positioning](https://github.com/oddbird/css-anchor-positioning)
11+
- [Grid by Example](https://gridbyexample.com/)
12+
13+
## Опыт TypeScript в Node.js
14+
15+
- [How we migrated our Rush.js monorepo to Node type stripping](https://blog.calm.com/engineering/how-we-migrated-our-rushjs-monorepo-to-node-type-stripping)
16+
17+
## Беззубый radial-gradient()
18+
19+
- [Obsessing over smooth radial-gradient() disc edges](https://frontendmasters.com/blog/obsessing-over-smooth-radial-gradient-disc-edges/)
20+
21+
## SVG-кривые руками
22+
23+
- [An Interactive Guide to SVG Paths](https://www.joshwcomeau.com/svg/interactive-guide-to-paths/)
24+
- [Полина пишет SVG руками](https://youtu.be/NY0or-THrlE)
25+
- [HTTP 203: Demystifyingish SVG paths](https://youtu.be/9qen5CKjUe8)
26+
- [A friendly introduction to SVG](http://www.joshwcomeau.com/svg/friendly-introduction-to-svg/)
27+
28+
## Сторонние агенты в Zed
29+
30+
- [Bring Your Own Agent to Zed — Featuring Gemini CLI](https://zed.dev/blog/bring-your-own-agent-to-zed)
31+
32+
## Ответы на вопросы
33+
34+
[podcast@web-standards.ru](mailto:podcast@web-standards.ru)

src/episodes/490/index.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: JSON.stringify, Anchor Positioning, TS в Node.js, radial-gradient, SVG-кривые, агенты в Zed
2+
3+
date: 2025-09-01T09:00
4+
5+
hosts:
6+
- Алексей Симоненко
7+
- Полина Гуртовая
8+
- Вадим Макеев
9+
10+
chapters:
11+
- time: 00:00:00
12+
title: 'Интро'
13+
- time: 00:01:48
14+
title: 'JSON.stringify'
15+
- time: 00:20:58
16+
title: 'Введение в Anchor Positioning'
17+
- time: 00:48:15
18+
title: 'Опыт TypeScript в Node.js'
19+
- time: 01:07:31
20+
title: 'Беззубый radial-gradient()'
21+
- time: 01:27:03
22+
title: 'SVG-кривые руками'
23+
- time: 01:39:25
24+
title: 'Сторонние агенты в Zed'
25+
26+
duration: 01:50:24

0 commit comments

Comments
 (0)