https://github.com/angelicagardner/tech-talks-digest
Timestamps, summary, and key takeaways from various tech talks.
https://github.com/angelicagardner/tech-talks-digest
conference-talks tech-talks
Last synced: 5 months ago
JSON representation
Timestamps, summary, and key takeaways from various tech talks.
- Host: GitHub
- URL: https://github.com/angelicagardner/tech-talks-digest
- Owner: angelicagardner
- Created: 2024-04-11T16:37:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T11:55:45.000Z (12 months ago)
- Last Synced: 2025-07-06T12:41:26.363Z (12 months ago)
- Topics: conference-talks, tech-talks
- Language: HTML
- Homepage: https://angelicagardner.github.io/tech-talks-digest/
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tech Talks Digest
## About
This repo is dedicated to summarizing tech talks from various conferences. Each includes a summary, timestamps, video link, key takeaways, and potential discussion topics about the idea(s) presented. The goal for this repo is to serve as a resource (for myself) to store and quickly get the essence of these talks.
## Repository Setup
### Viewing the Summaries
The talks are displayed on a GitHub Pages site that contains a table linking to individual Markdown files for each talk. These files are located in the `/talks` directory.
### Adding a New Talk
1. **Open Issues**: If there's an interesting talk not yet summarized, it will appear as an open Issue. The issues follow an Issue Template.
2. **After Watching**: The talk will be summarized in a new Markdown file in the `/talks` directory under the "dev" branch. The Markdown file should follow the setup in `talks/_example.md`.
3. **Open a Pull Request**: Once the summary is ready, a pull request can be created and merged to the main branch. It's important to mention the associated issue using `#issue_number` format in the pull request - this will trigger a workflow that adds the same issue labels to the PR.
4. **GitHub Actions**: The merged changes will trigger a Workflow that updates the webpage so the new talk is added to the table.
## Channels to look for recorded talks
- [CNCF Cloud Native Computing Foundation](https://www.youtube.com/@cncf)
- [GopherCon UK](https://www.youtube.com/@GopherConUK)
- [GOTO Conferences](https://www.youtube.com/@GOTO-)
- [PyCon US](https://www.youtube.com/@PyConUS)
---
Welcome to Tech Talks Digest: Unearthing Insights from the Industry!