Skip to content

Commit

Permalink
add ep71
Browse files Browse the repository at this point in the history
  • Loading branch information
ostretsov committed Sep 29, 2024
1 parent 444993c commit 74753d0
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion podcast/episodes/2024/70.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<hgroup>
<h1>70. Elvish, Temporal</h1>
<h2>22.09.2024</h2>
<h2>29.09.2024</h2>
</hgroup>

<p>
Expand Down
39 changes: 39 additions & 0 deletions podcast/episodes/2024/71.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<html lang="ru" xmlns="http://www.w3.org/1999/html">
<head>
<title>Backend Podcast: 71. API PATCH</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/modern-normalize.min.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<link href="../../css/css.css?2024-08-04" rel="stylesheet">
</head>
<body>
<div class="container">
<div id="other-platforms">
<a href="https://feeds.acast.com/public/shows/64727c07e689970012fb1c23">RSS</a>
<a href="https://t.me/bkndpro">Telegram</a>
<a href="https://www.youtube.com/@ostrbor/videos">YouTube</a>
<a href="https://podcasts.apple.com/us/podcast/backend-podcast/id1732130106">Apple</a>
<a href="https://music.yandex.ru/album/28370806">Яндекс</a>
<a href="https://open.spotify.com/show/6G9K0DrOH2wsEqDKbed01e?si=oQXKuI4tQKqgJj894-2p_A">Spotify</a>
<a href="https://music.amazon.com/podcasts/d797927c-7c90-4d4b-a845-3b61dc25060c/backend-podcast">Amazon</a>
<a href="mailto:[email protected]">Почта</a>
</div>

<hgroup>
<h1>71. API PATCH</h1>
<h2>29.09.2024</h2>
</hgroup>

<p>
<iframe src="https://embed.acast.com/64727c07e689970012fb1c23/66f9709157b1d9bb19a14c9a?theme=light" frameBorder="0" width="100%" height="190px"></iframe>
<a href="https://bknd.pro/podcast-files/071_backend_podcast.mp3">Скачать</a>
</p>

<p>
<a href="../../index.html">К списку выпусков</a>
</p>
</div>
</body>
</html>
10 changes: 10 additions & 0 deletions podcast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ <h1 id="home">Backend Podcast <span class="blinking-square">&nbsp;</span></h1>
<h2>подкаст о разработке бэкенд-приложений</h2>
</hgroup>

<div class="episode">
<h3>
<a href="episodes/2024/71.html">71. API PATCH</a>
<span class="date">29.09.2024</span>
</h3>

🩹 Пограничная разница уровней изоляции Repeatable Read и Serializable.
Частичное получение и обновление данных через API, метод PATCH.
</div>

<div class="episode">
<h3>
<a href="episodes/2024/70.html">70. Elvish, Temporal</a>
Expand Down

0 comments on commit 74753d0

Please sign in to comment.