This is a place for me to keep track of talk proposals I have drafted/submitted to various conferences/events.
This is a list of resources that I used to get insperation and examples:
- https://testandcode.com/71
- https://medium.com/@nnja/the-ultimate-guide-to-memorable-tech-talks-e7c350778d4b
- https://github.com/nnja/example-proposals
- https://rhodesmill.org/brandon/2013/example-pycon-proposals/
- https://us.pycon.org/2019/speaking/talks/
- https://github.com/emilyemorehouse/conference-talk-proposals
- https://github.com/akaptur/pycon-proposals
- https://github.com/jvns/talks/tree/master/proposals
The slides are created with MDX Deck library that created interactive slides from MDX files - essentially it is a markdown files inwhich you can include React components.
To run slides locally follow these steps:
- Install node dependencies with
npm i
- Open slides in browser
npm start slides/2020-security-practices-pycon-ee.mdx