Skip to content

Commit

Permalink
Update title with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Sep 20, 2024
1 parent a046a39 commit 187ea8e
Show file tree
Hide file tree
Showing 451 changed files with 796 additions and 796 deletions.
6 changes: 3 additions & 3 deletions .powershell/syncNKDAgilityTV.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@ function Get-NewMarkdownContents {
$thumbnailUrl = $thumbnails.high.url # Fallback to high resolution
}

# Format the title to be URL-safe
# Format the title to be URL-safe and remove invalid characters like ':', '/', etc.
$title = $videoSnippet.title
$publishedAt = $videoSnippet.publishedAt
$urlSafeTitle = ($title -replace '\s+', '-' -replace '[^a-zA-Z0-9-]', '').ToLower()
$urlSafeTitle = ($title -replace '[:\/\\*?"<>|]', '-' -replace '\s+', '-').ToLower()

# Create the external URL for the original video
$externalUrl = "https://www.youtube.com/watch?v=$videoId"

# Return the markdown content
return @"
---
title: $title
title: "$title"
date: $publishedAt
videoId: $videoId
etag: $etag
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/-Mz9cH0uiTQ/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Does a client tell an agile consultant what they need or does it work the other way around?
title: "Does a client tell an agile consultant what they need or does it work the other way around?"
date: 03/01/2023 07:00:00
videoId: -Mz9cH0uiTQ
etag: R5zJKsiEpow5K3b-Ltl_TxOcdU4
url: /resources/videos/does-a-client-tell-an-agile-consultant-what-they-need-or-does-it-work-the-other-way-around
url: /resources/videos/does-a-client-tell-an-agile-consultant-what-they-need-or-does-it-work-the-other-way-around-
external_url: https://www.youtube.com/watch?v=-Mz9cH0uiTQ
coverImage: https://i.ytimg.com/vi/-Mz9cH0uiTQ/maxresdefault.jpg
duration: 351
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/-T1e8hjLt24/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: #shorts 5 things you would teach a #produtowner apprentice. Part 5
title: "#shorts 5 things you would teach a #produtowner apprentice. Part 5"
date: 12/19/2023 11:00:00
videoId: -T1e8hjLt24
etag: yzGZgQWFWitK7q8ipr39gH0zWqU
url: /resources/videos/shorts-5-things-you-would-teach-a-produtowner-apprentice-part-5
url: /resources/videos/#shorts-5-things-you-would-teach-a-#produtowner-apprentice.-part-5
external_url: https://www.youtube.com/watch?v=-T1e8hjLt24
coverImage: https://i.ytimg.com/vi/-T1e8hjLt24/maxresdefault.jpg
duration: 58
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/-pW6YDYEO20/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: worst trait in unskilled scrum masters?
title: "worst trait in unskilled scrum masters?"
date: 04/26/2023 07:00:00
videoId: -pW6YDYEO20
etag: JyEt3W9F_nDTiQaC1DFbQ6zUxKI
url: /resources/videos/worst-trait-in-unskilled-scrum-masters
url: /resources/videos/worst-trait-in-unskilled-scrum-masters-
external_url: https://www.youtube.com/watch?v=-pW6YDYEO20
coverImage: https://i.ytimg.com/vi/-pW6YDYEO20/maxresdefault.jpg
duration: 54
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/-xMY9Heanjk/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What is the hardest part of working with a brand new scrum team?
title: "What is the hardest part of working with a brand new scrum team?"
date: 02/03/2023 07:00:00
videoId: -xMY9Heanjk
etag: N0EEvtHyg5lHwaTpFQPxSv9Pre4
url: /resources/videos/what-is-the-hardest-part-of-working-with-a-brand-new-scrum-team
url: /resources/videos/what-is-the-hardest-part-of-working-with-a-brand-new-scrum-team-
external_url: https://www.youtube.com/watch?v=-xMY9Heanjk
coverImage: https://i.ytimg.com/vi/-xMY9Heanjk/maxresdefault.jpg
duration: 263
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/-xrtaW5NlP0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Why is Kanban such a popular approach for people in creative industries
title: "Why is Kanban such a popular approach for people in creative industries"
date: 08/25/2023 07:00:00
videoId: -xrtaW5NlP0
etag: rKRQzsl2xuaFFQL-1W2d0F_BR5Q
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/00V7BJJtMT0/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What is DevOps and how is it different to Agile?
title: "What is DevOps and how is it different to Agile?"
date: 02/23/2023 07:00:00
videoId: 00V7BJJtMT0
etag: BRYdfy9mLF41uwYKnJMFEpjFuiE
url: /resources/videos/what-is-devops-and-how-is-it-different-to-agile
url: /resources/videos/what-is-devops-and-how-is-it-different-to-agile-
external_url: https://www.youtube.com/watch?v=00V7BJJtMT0
coverImage: https://i.ytimg.com/vi/00V7BJJtMT0/maxresdefault.jpg
duration: 181
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/0fz91w-_6vE/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What is your primary role in a DevOps consulting gig?
title: "What is your primary role in a DevOps consulting gig?"
date: 05/02/2023 07:00:00
videoId: 0fz91w-_6vE
etag: r0__7yWYSIJ8DPxkF3RVM8JshWo
url: /resources/videos/what-is-your-primary-role-in-a-devops-consulting-gig
url: /resources/videos/what-is-your-primary-role-in-a-devops-consulting-gig-
external_url: https://www.youtube.com/watch?v=0fz91w-_6vE
coverImage: https://i.ytimg.com/vi/0fz91w-_6vE/maxresdefault.jpg
duration: 138
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/1-W64WdSbF4/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Free Workshop 4 Introduction to Sprint Review! [Audio-Fixed]
title: "Free Workshop 4 Introduction to Sprint Review! [Audio-Fixed]"
date: 09/18/2021 13:32:34
videoId: 1-W64WdSbF4
etag: x0YL13-cOv09DVyZicA2Cty1IRk
url: /resources/videos/free-workshop-4-introduction-to-sprint-review-audio-fixed
url: /resources/videos/free-workshop-4-introduction-to-sprint-review!-[audio-fixed]
external_url: https://www.youtube.com/watch?v=1-W64WdSbF4
coverImage: https://i.ytimg.com/vi/1-W64WdSbF4/maxresdefault.jpg
duration: 5769
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/1TaIjFL-0o8/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What is the most common epiphany in a PSM II course?
title: "What is the most common epiphany in a PSM II course?"
date: 04/27/2023 07:00:00
videoId: 1TaIjFL-0o8
etag: jyBCFEBD3BnofQzvs0_qlqYdKKo
url: /resources/videos/what-is-the-most-common-epiphany-in-a-psm-ii-course
url: /resources/videos/what-is-the-most-common-epiphany-in-a-psm-ii-course-
external_url: https://www.youtube.com/watch?v=1TaIjFL-0o8
coverImage: https://i.ytimg.com/vi/1TaIjFL-0o8/maxresdefault.jpg
duration: 220
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/1VzbtRspOsM/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Why is the PAL E #immersivelearning experience such a great fit for aspiring #agileleaders?
title: "Why is the PAL E #immersivelearning experience such a great fit for aspiring #agileleaders?"
date: 11/24/2023 07:00:00
videoId: 1VzbtRspOsM
etag: 9utaXbAXXLYvuZk-l9ndr1CqHTs
url: /resources/videos/why-is-the-pal-e-immersivelearning-experience-such-a-great-fit-for-aspiring-agileleaders
url: /resources/videos/why-is-the-pal-e-#immersivelearning-experience-such-a-great-fit-for-aspiring-#agileleaders-
external_url: https://www.youtube.com/watch?v=1VzbtRspOsM
coverImage: https://i.ytimg.com/vi/1VzbtRspOsM/maxresdefault.jpg
duration: 239
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/1cZABFi7gdc/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 5 things to consider before hiring an #agilecoach. Part 4
title: "5 things to consider before hiring an #agilecoach. Part 4"
date: 11/23/2023 11:00:01
videoId: 1cZABFi7gdc
etag: toySdzhLgqKMV8Xnym8DNTFbJLE
url: /resources/videos/5-things-to-consider-before-hiring-an-agilecoach-part-4
url: /resources/videos/5-things-to-consider-before-hiring-an-#agilecoach.-part-4
external_url: https://www.youtube.com/watch?v=1cZABFi7gdc
coverImage: https://i.ytimg.com/vi/1cZABFi7gdc/maxresdefault.jpg
duration: 37
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2-AyrLPg-8Y/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Why is training such a critical element in a #manager or #leader journey?
title: "Why is training such a critical element in a #manager or #leader journey?"
date: 11/29/2023 11:00:03
videoId: 2-AyrLPg-8Y
etag: BGOlhLRWb5zC-e-T6SzuXJX7Nv4
url: /resources/videos/why-is-training-such-a-critical-element-in-a-manager-or-leader-journey
url: /resources/videos/why-is-training-such-a-critical-element-in-a-#manager-or-#leader-journey-
external_url: https://www.youtube.com/watch?v=2-AyrLPg-8Y
coverImage: https://i.ytimg.com/vi/2-AyrLPg-8Y/maxresdefault.jpg
duration: 17
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/220tyMrhSFE/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Kanban principles
title: "Kanban principles"
date: 08/17/2024 19:03:52
videoId: 220tyMrhSFE
etag: Lz5L2PRXMo7FXpO1eOysRMxoevk
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/221BbTUqw7Q/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What are 3 key takeaways for a scrum team after attending an APS immersive learning course?
title: "What are 3 key takeaways for a scrum team after attending an APS immersive learning course?"
date: 08/14/2023 07:00:01
videoId: 221BbTUqw7Q
etag: aHEzKQE6v4bEH_nBPtHrB6sK3Rk
url: /resources/videos/what-are-3-key-takeaways-for-a-scrum-team-after-attending-an-aps-immersive-learning-course
url: /resources/videos/what-are-3-key-takeaways-for-a-scrum-team-after-attending-an-aps-immersive-learning-course-
external_url: https://www.youtube.com/watch?v=221BbTUqw7Q
coverImage: https://i.ytimg.com/vi/221BbTUqw7Q/maxresdefault.jpg
duration: 241
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/2AJ2JHdMRCc/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Why is DevOps such a critical element of software engineering
title: "Why is DevOps such a critical element of software engineering"
date: 06/14/2023 14:30:02
videoId: 2AJ2JHdMRCc
etag: 0GyzxTLwWNVmtzBaGzEXSYet9RM
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2Cy9MxXiiOo/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What is a sprint goal?
title: "What is a sprint goal?"
date: 05/31/2023 11:00:01
videoId: 2Cy9MxXiiOo
etag: S9Fc9eGRLgnoN5lyg-Gfz9f4ZQ4
url: /resources/videos/what-is-a-sprint-goal
url: /resources/videos/what-is-a-sprint-goal-
external_url: https://www.youtube.com/watch?v=2Cy9MxXiiOo
coverImage: https://i.ytimg.com/vi/2Cy9MxXiiOo/maxresdefault.jpg
duration: 47
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2I3S32Sk8-c/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What would you advise a scrum team to do in their first 4 weeks?
title: "What would you advise a scrum team to do in their first 4 weeks?"
date: 02/16/2023 07:00:01
videoId: 2I3S32Sk8-c
etag: 79HjaWzCNw68EKSXjCod5MHsbvw
url: /resources/videos/what-would-you-advise-a-scrum-team-to-do-in-their-first-4-weeks
url: /resources/videos/what-would-you-advise-a-scrum-team-to-do-in-their-first-4-weeks-
external_url: https://www.youtube.com/watch?v=2I3S32Sk8-c
coverImage: https://i.ytimg.com/vi/2I3S32Sk8-c/maxresdefault.jpg
duration: 182
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2IuL2Qvvbfk/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Biggest contribution from a product owner that you know of?
title: "Biggest contribution from a product owner that you know of?"
date: 06/13/2023 11:32:18
videoId: 2IuL2Qvvbfk
etag: y1Tmty0OyyDnqonNwxZcCD4s1eo
url: /resources/videos/biggest-contribution-from-a-product-owner-that-you-know-of
url: /resources/videos/biggest-contribution-from-a-product-owner-that-you-know-of-
external_url: https://www.youtube.com/watch?v=2IuL2Qvvbfk
coverImage: https://i.ytimg.com/vi/2IuL2Qvvbfk/maxresdefault.jpg
duration: 452
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/2KovKxNpZpg/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Pet Peeve in Scrum
title: "Pet Peeve in Scrum"
date: 04/28/2023 09:30:00
videoId: 2KovKxNpZpg
etag: 99RSXHXM0AdaIHw25AfJKlOqUwQ
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2QojN_k3JZ4/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: #shorts 7 Virtues of #agile. Diligence
title: "#shorts 7 Virtues of #agile. Diligence"
date: 12/07/2023 11:00:05
videoId: 2QojN_k3JZ4
etag: -04VccBIy-Sqkdq9coIqCNOTzwY
url: /resources/videos/shorts-7-virtues-of-agile-diligence
url: /resources/videos/#shorts-7-virtues-of-#agile.-diligence
external_url: https://www.youtube.com/watch?v=2QojN_k3JZ4
coverImage: https://i.ytimg.com/vi/2QojN_k3JZ4/maxresdefault.jpg
duration: 25
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2Sal3OneFfo/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Azure DevOps Migration services. Part 1
title: "Azure DevOps Migration services. Part 1"
date: 09/03/2024 09:57:36
videoId: 2Sal3OneFfo
etag: gcytye-hcXwaauRUy9vR6e18V54
url: /resources/videos/azure-devops-migration-services-part-1
url: /resources/videos/azure-devops-migration-services.-part-1
external_url: https://www.youtube.com/watch?v=2Sal3OneFfo
coverImage: https://i.ytimg.com/vi/2Sal3OneFfo/maxresdefault.jpg
duration: 59
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/2_CowcUpzAA/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Why is training such a critical element in a product owner journey
title: "Why is training such a critical element in a product owner journey"
date: 11/27/2023 06:46:47
videoId: 2_CowcUpzAA
etag: k0godg_QMeQSt4s48bIMipaiLk0
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2cSsuEzGkvU/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: #shorts 7 Virtues of #agile. Humility
title: "#shorts 7 Virtues of #agile. Humility"
date: 12/12/2023 11:00:04
videoId: 2cSsuEzGkvU
etag: SPiNxHamwz2jWpShQhYAo4K5AKY
url: /resources/videos/shorts-7-virtues-of-agile-humility
url: /resources/videos/#shorts-7-virtues-of-#agile.-humility
external_url: https://www.youtube.com/watch?v=2cSsuEzGkvU
coverImage: https://i.ytimg.com/vi/2cSsuEzGkvU/maxresdefault.jpg
duration: 53
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2k1726k9zvg/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What is the difference between a newbie scrum master and a professional scrum master?
title: "What is the difference between a newbie scrum master and a professional scrum master?"
date: 03/31/2023 07:00:03
videoId: 2k1726k9zvg
etag: T7jTD9aov5zY_acGlN3eBQGwz4I
url: /resources/videos/what-is-the-difference-between-a-newbie-scrum-master-and-a-professional-scrum-master
url: /resources/videos/what-is-the-difference-between-a-newbie-scrum-master-and-a-professional-scrum-master-
external_url: https://www.youtube.com/watch?v=2k1726k9zvg
coverImage: https://i.ytimg.com/vi/2k1726k9zvg/maxresdefault.jpg
duration: 283
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/2tlzlsgovy0/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 6 things you didn't know about Agile Product Management but really should Part 2
title: "6 things you didn't know about Agile Product Management but really should Part 2"
date: 07/03/2024 06:45:00
videoId: 2tlzlsgovy0
etag: GHgYA0WbXhACJ_fWpY2MHgmYt50
url: /resources/videos/6-things-you-didnt-know-about-agile-product-management-but-really-should-part-2
url: /resources/videos/6-things-you-didn't-know-about-agile-product-management-but-really-should-part-2
external_url: https://www.youtube.com/watch?v=2tlzlsgovy0
coverImage: https://i.ytimg.com/vi/2tlzlsgovy0/maxresdefault.jpg
duration: 56
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/3-LDBJppxvo/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 6 things you didn't know about Agile Product Management but really should Part 1
title: "6 things you didn't know about Agile Product Management but really should Part 1"
date: 06/26/2024 06:45:00
videoId: 3-LDBJppxvo
etag: ouCwDzbzXRyaAzTaei4MqYI9BL4
url: /resources/videos/6-things-you-didnt-know-about-agile-product-management-but-really-should-part-1
url: /resources/videos/6-things-you-didn't-know-about-agile-product-management-but-really-should-part-1
external_url: https://www.youtube.com/watch?v=3-LDBJppxvo
coverImage: https://i.ytimg.com/vi/3-LDBJppxvo/maxresdefault.jpg
duration: 56
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/3AVlBmOATHA/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: How would you help organizations pitch the opportunity of agile internally?
title: "How would you help organizations pitch the opportunity of agile internally?"
date: 02/08/2023 07:15:00
videoId: 3AVlBmOATHA
etag: eu6NJaxZ3JKcoMr8EZeg5l280Ks
url: /resources/videos/how-would-you-help-organizations-pitch-the-opportunity-of-agile-internally
url: /resources/videos/how-would-you-help-organizations-pitch-the-opportunity-of-agile-internally-
external_url: https://www.youtube.com/watch?v=3AVlBmOATHA
coverImage: https://i.ytimg.com/vi/3AVlBmOATHA/maxresdefault.jpg
duration: 371
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/3CgKmunwiSQ/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Traditional Management vs Evidence Based Management
title: "Traditional Management vs Evidence Based Management"
date: 09/12/2024 07:00:02
videoId: 3CgKmunwiSQ
etag: y3HtMtTnknMk6qYNLL6nLYje3vE
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/3NtGxZfuBnU/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Do you think we are on the slope of enlightenment in Gartner's Hype Cycle
title: "Do you think we are on the slope of enlightenment in Gartner's Hype Cycle"
date: 07/07/2023 07:00:03
videoId: 3NtGxZfuBnU
etag: L_ojfU-cOZz44brJsLy-wZm3eiM
url: /resources/videos/do-you-think-we-are-on-the-slope-of-enlightenment-in-gartners-hype-cycle
url: /resources/videos/do-you-think-we-are-on-the-slope-of-enlightenment-in-gartner's-hype-cycle
external_url: https://www.youtube.com/watch?v=3NtGxZfuBnU
coverImage: https://i.ytimg.com/vi/3NtGxZfuBnU/maxresdefault.jpg
duration: 219
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/3S0zghhDPwc/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 7 Virtues of #agile. Diligence
title: "7 Virtues of #agile. Diligence"
date: 12/07/2023 07:00:02
videoId: 3S0zghhDPwc
etag: 4qHhjyZfmAngDAx7gR6SeGn2rXY
url: /resources/videos/7-virtues-of-agile-diligence
url: /resources/videos/7-virtues-of-#agile.-diligence
external_url: https://www.youtube.com/watch?v=3S0zghhDPwc
coverImage: https://i.ytimg.com/vi/3S0zghhDPwc/maxresdefault.jpg
duration: 119
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/3XsOseKG57g/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: What do people love most about the 4-day training format?
title: "What do people love most about the 4-day training format?"
date: 05/11/2023 12:00:02
videoId: 3XsOseKG57g
etag: f6Jd9nvO-f0JoAn_Rqw3i4mLl74
url: /resources/videos/what-do-people-love-most-about-the-4-day-training-format
url: /resources/videos/what-do-people-love-most-about-the-4-day-training-format-
external_url: https://www.youtube.com/watch?v=3XsOseKG57g
coverImage: https://i.ytimg.com/vi/3XsOseKG57g/maxresdefault.jpg
duration: 121
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/3YBrq-cle_w/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: How will a PSM II course challenge your assumptions the most?
title: "How will a PSM II course challenge your assumptions the most?"
date: 05/12/2023 14:00:02
videoId: 3YBrq-cle_w
etag: X9L7Bvb-iGSBkf5o4R5YrmPh75U
url: /resources/videos/how-will-a-psm-ii-course-challenge-your-assumptions-the-most
url: /resources/videos/how-will-a-psm-ii-course-challenge-your-assumptions-the-most-
external_url: https://www.youtube.com/watch?v=3YBrq-cle_w
coverImage: https://i.ytimg.com/vi/3YBrq-cle_w/maxresdefault.jpg
duration: 132
Expand Down
2 changes: 1 addition & 1 deletion site/content/resources/videos/3jYFD-6_kZk/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: What can go wrong and what can go right with a migration via Azure DevOps
title: "What can go wrong and what can go right with a migration via Azure DevOps"
date: 07/31/2024 12:00:49
videoId: 3jYFD-6_kZk
etag: 5nJ4taa3NBzPHTz6n4RzXZGGcT0
Expand Down
4 changes: 2 additions & 2 deletions site/content/resources/videos/4FTEJ4tDQqU/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Why did you embrace Agile over traditional project management as a developer?
title: "Why did you embrace Agile over traditional project management as a developer?"
date: 03/02/2023 07:00:01
videoId: 4FTEJ4tDQqU
etag: AGE9o_E4qWearZSUzZAVQDQATUQ
url: /resources/videos/why-did-you-embrace-agile-over-traditional-project-management-as-a-developer
url: /resources/videos/why-did-you-embrace-agile-over-traditional-project-management-as-a-developer-
external_url: https://www.youtube.com/watch?v=4FTEJ4tDQqU
coverImage: https://i.ytimg.com/vi/4FTEJ4tDQqU/maxresdefault.jpg
duration: 326
Expand Down
Loading

0 comments on commit 187ea8e

Please sign in to comment.