Skip to content

Commit 0820415

Browse files
committed
Добавляет 495-й
1 parent ec72185 commit 0820415

File tree

4 files changed

+71
-1
lines changed

4 files changed

+71
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
|| | | | | | | | | |
3030
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
31-
| 500 | 499 | 498 | 497 | 496 | 495 | [494][] | [493][] | [492][] | [491][] |
31+
| 500 | 499 | 498 | 497 | 496 | [495][] | [494][] | [493][] | [492][] | [491][] |
3232
| [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][] |
@@ -113,6 +113,7 @@
113113

114114
</details>
115115

116+
[495]: src/episodes/495/index.md
116117
[494]: src/episodes/494/index.md
117118
[493]: src/episodes/493/index.md
118119
[492]: src/episodes/492/index.md

src/episodes/495/index.json

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

src/episodes/495/index.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[Лайв на Ютубе](https://youtu.be/EGpOR-Gqp9Y)
2+
3+
## State of JS и лого W3C
4+
5+
- [State of JavaScript 2025](https://survey.devographics.com/en-US/survey/state-of-js/2025)
6+
- [The W3C adopts a new logo](https://www.w3.org/press-releases/2025/new-logo/)
7+
- [W3C unveils its new logo](https://www.youtube.com/watch?v=fnaXvtnP6s0)
8+
9+
## Подчистка зависимостей
10+
11+
- [Cleaning house in nx monorepo, how I removed 120 unused deps safely](https://johnjames.blog/posts/cleaning-house-in-nx-monorepo-how-i-removed-120-unused-deps-safely)
12+
13+
## WPT спасли веб-платформу
14+
15+
- [How a Shared Test Suite Fixed the Web’s Biggest Problems](https://thenewstack.io/how-a-shared-test-suite-fixed-the-webs-biggest-problems/)
16+
- [Web Platform Tests](https://wpt.fyi/)
17+
- [ACID Tests](https://www.acidtests.org/)
18+
19+
## Ответ Deno и GitHub на эксплойты npm
20+
21+
- [How Deno protects against npm exploits](https://deno.com/blog/deno-protects-npm-exploits)
22+
- [Our plan for a more secure npm supply chain](https://github.blog/security/supply-chain-security/our-plan-for-a-more-secure-npm-supply-chain/)
23+
24+
## HTML в скринридерах
25+
26+
- [Screen reader HTML support tables](https://tetralogical.com/blog/2025/07/10/HTML-support/)
27+
- [Screen reader HTML support lookup](https://tetralogical.github.io/screen-reader-HTML-support/lookup/lookup.html)
28+
29+
## Так себе фреймворк Next.js
30+
31+
- [Why Next.js Falls Short on Software Engineering](https://blog.webf.zone/why-next-js-falls-short-on-software-engineering-d3575614bd08)
32+
33+
## Ответы на вопросы
34+
35+
- [Adam Argyle](https://nerdy.dev/)
36+
37+
[podcast@web-standards.ru](mailto:podcast@web-standards.ru)

src/episodes/495/index.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: State of JS и лого W3C, зависимости, WPT, эксплойты npm, HTML в скринридерах, так себе Next.js
2+
3+
date: 2025-10-06T09:00
4+
5+
hosts:
6+
- Андрей Мелихов
7+
- Алексей Симоненко
8+
- Вадим Макеев
9+
10+
chapters:
11+
- time: 00:00:00
12+
title: 'Интро'
13+
- time: 00:01:23
14+
title: 'State of JS и лого W3C'
15+
- time: 00:10:47
16+
title: 'Подчистка зависимостей'
17+
- time: 00:17:07
18+
title: 'WPT спасли веб-платформу'
19+
- time: 00:38:25
20+
title: 'Ответ Deno и GitHub на эксплойты npm'
21+
- time: 01:08:50
22+
title: 'HTML в скринридерах'
23+
- time: 01:21:47
24+
title: 'Так себе фреймворк Next.js'
25+
- time: 01:41:00
26+
title: 'Ответы на вопросы'
27+
28+
duration: 01:48:10

0 commit comments

Comments
 (0)