-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add podcasts post - fixes outdated tags
- Loading branch information
1 parent
aae79a0
commit 150a6f9
Showing
3 changed files
with
57 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"date": "{{ .Date }}", | ||
"draft": true, | ||
"title": "{{ replace .File.ContentBaseName `-` ` ` | title }}". | ||
"description": "", | ||
"tags": [], | ||
"categories": [], | ||
"featured": false | ||
} | ||
+++ | ||
title: {{ replace .File.ContentBaseName `-` ` ` | title }}. | ||
date: {{ .Date }}, | ||
draft: true, | ||
description: , | ||
tags: [], | ||
categories: [], | ||
featured: false | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
+++ | ||
date = 2025-02-01T18:13:47+01:00 | ||
draft = false | ||
title = "Podcasts" | ||
description = "Podcasts com participação de membros do PATOS." | ||
tags = ['podcast', 'jovem nerd', 'nerd na cloud', 'magalu cloud', 'cabeça de lab'] | ||
categories = [] | ||
featured = true | ||
+++ | ||
|
||
# Podcasts | ||
|
||
Neste espaço, você encontra podcasts com participação de membros do PATOS. | ||
|
||
## Cabeça de Lab - Criando uma Comunidade Open Source | ||
|
||
Patos participantes: | ||
- [Daniel Lombardi](https://www.linkedin.com/in/daniel-lombardi/) | ||
- [Vinícius Rodrigues](https://www.linkedin.com/in/vinirodrig/) | ||
- [Marlon Sanches](https://www.linkedin.com/in/marlonhenq/) | ||
|
||
Links: | ||
- [Spotify](https://open.spotify.com/episode/3BfRgZBkLO6pM8LJTISeQu?si=fd042571e66b4199) | ||
- [Apple Podcasts](https://podcasts.apple.com/us/podcast/criando-uma-comunidade-open-source/id1460009998?i=1000684289352) | ||
|
||
## Cabeça de Lab - Hackathon Magalu Cloud | ||
|
||
Patos participantes: | ||
- [Daniel Lombardi](https://www.linkedin.com/in/daniel-lombardi/) | ||
- [Vinícius Rodrigues](https://www.linkedin.com/in/vinirodrig/) | ||
|
||
Links: | ||
- [Spotify](https://open.spotify.com/episode/4eZ0SHR98oRefERYMmp1FG?si=e9a986aff1284c4f) | ||
- [Apple Podcasts](https://podcasts.apple.com/us/podcast/hackathon-magalu-cloud/id1460009998?i=1000676122960) | ||
|
||
## NerdCast - Nerd na Cloud #12: Construindo o cérebro da Lu | ||
|
||
Patos participantes: | ||
- [Daniel Lombardi](https://www.linkedin.com/in/daniel-lombardi/) | ||
- [Vinícius Rodrigues](https://www.linkedin.com/in/vinirodrig/) | ||
|
||
Links: | ||
- [Jovem Nerd](https://jovemnerd.com.br/podcasts/nerd-na-cloud/construindo-o-cerebro-da-lu) | ||
- [Spotify](https://open.spotify.com/episode/02p9qkUJIvf9cuZ7h6O1qb?si=f665540ea6ce489c) | ||
- [Apple Podcasts](https://podcasts.apple.com/us/podcast/nerd-na-cloud-12-construindo-o-c%C3%A9rebro-da-lu/id381816509?i=1000678646413) |