Episodes Notes
See original GitHub issue📝Add Episodes Notes
Adding Notes to episodes would help our members to more enjoy watching episodes and help them figure out the most important parts of the episode even before watching it and have access to all links and tools that have been mentioned.
Instructions
- Give the project a star 😉 👆.
- Pick an unclaimed Episode and comment that you’re working on it.
- Fork and Setup the project (see ReadMe )
- Go to the corresponding episode file
/blablas/epX
( table 👇) - Watch the episode and Add Notes on the description Part ( see How do you write an episode Notes section)
- Make sure Notes working correctly on your local environment
- Open New PR
What is Episode Notes?
An episode file looks like this:
---
date: 2019-03-21
time: 20h
duration: "01:09:00"
title: "Introduction to Open Source"
tags: ["open source", "dev"]
isNext: false
published: true
video: "2244351238958873"
url:
podcastUrl:
---
...
How do you write an episode Notes?
You can start writing the episode Notes using markdown syntax replacing ...
by the content Notes.
Episode Notes should contain three sections:
Description
A simple description of the episode like the following:
In this episode of GeeksBlabla, Geeksblabla team (and guest name in case ) talk about the Web fundamental, new js Frameworks and some best practices you need to follow as a web developer.
Guests
- [guest name 1](https://example.com)
- [guest name 1](https://example2.com)
- ....
Notes
In the Notes section, you need to collect the most important part of the episode and try to find the right title for it.
0:00 - Intro
0:03 - The history of web and W3C?
...
1:57 - when you can find trending web technologies?
make sure to add a line break between titles
Links
- [W3C](https://www.w3.org/)
- [Reactjs](https://reactjs.org)
-....
Prepared and Presented by
- [name](https://example1.com)
- [name 2](https://example2.com)
In the end, the episode markdown file should look like : 👇
---
date: 2019-03-21
time: 20h
duration: "01:09:00"
title: "Introduction to Open Source"
tags: ["open source", "dev"]
isNext: false
published: true
video: "2244351238958873"
url:
podcastUrl:
---
In this episode of GeeksBlabla, Geeksblabla team (and guest name in case ) talk about the Web fundamental, new js Frameworks and some best practices you need to follow as a web developer.
## Guests
- [guest name 1](https://example.com)
- [guest name 1](https://example2.com)
## Notes
h:min - title
0:00 - Intro
0:03 - The history of web and W3C?
...
1:57 - when you can find trending web technologies?
## Links
- [W3C](https://www.w3.org/)
- [Reactjs](https://reactjs.org)
-....
## Prepared and Presented by :
- [name](https://example1.com)
- [name 2](https://example2.com)
-....
Example : https://github.com/DevC-Casa/geeksblabla.com/blob/master/blablas/ep24/index.md
you can change tags too if you think we miss something(<4)
⚠️ Using Tools such as Grammarly would help you prevent grammatical issues before submitting your PR.
Please claim an episode from the list below and comment that you’re working on it
⬜️ - Unclaimed 🚧 - Claimed / PR in progress ✅ - PR Merged
status | Episde Title | File |
---|---|---|
✅ | Introduction to Open Source | blablas/ep1 |
✅ | Open Source with Yassine Elouafi | blablas/ep2 |
✅ | Blockchain & CryptoCurrency with Badr Bellaj | blablas/ep3 |
✅ | MSS with Mohamed Zakariae El Khdime! | blablas/ep4 |
✅ | MSS with Taher Alami | blablas/ep5 |
✅ | ML & AI! | blablas/ep6 |
✅ | Métier de développeur | blablas/ep7 |
✅ | Malware analysis and forensics | blablas/ep8 |
✅ | UX, UI & design principles | blablas/ep9 |
✅ | AR, VR and Game Dev! | blablas/ep10 |
✅ | WebDev Jsframeworks, Best practices | blablas/ep11 |
✅ | Devops | blablas/ep12 |
✅ | Open source licenses & standards | blablas/ep13 |
✅ | Software security | blablas/ep14 |
✅ | The twelve-factor App | blablas/ep15 |
✅ | MSS with Amine Raghib | blablas/ep16 |
✅ | Serverless | blablas/ep17 |
✅ | GeeksBlabla MSS With Google Engineer Sghiouar Abdelfettah | blablas/ep18 |
✅ | Competitive programming, how to become good at! | blablas/ep19 |
✅ | Freelancing in Morocco | blablas/ep20 |
✅ | Back to school, Computer Science Edition! | blablas/ep21 |
✅ | Junior Devs in Morocco | blablas/ep22 |
✅ | Women In Tech | blablas/ep23 |
✅ | Deep Dive in Java | blablas/ep25 |
✅ | MSS with Badr El Houari | blablas/ep26 |
✅ | GeeksBlabla Kids | blablas/ep27 |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:30 (27 by maintainers)
Top GitHub Comments
After one year and a half, we are going to close this issue, thank you guys
I remember it was an idea suggested by @AbderrahimSoubaiElidrissi in the first geeksblabla website meeting around 2 years ago, happy to see many contributions here thank you all.