Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.03 KB

Conference Talk Proposals

This is a place for me to keep track of talk proposals I have drafted/submitted to various conferences/events.

Resources

This is a list of resources that I used to get insperation and examples:

  1. https://testandcode.com/71
  2. https://medium.com/@nnja/the-ultimate-guide-to-memorable-tech-talks-e7c350778d4b
  3. https://github.com/nnja/example-proposals
  4. https://rhodesmill.org/brandon/2013/example-pycon-proposals/
  5. https://us.pycon.org/2019/speaking/talks/
  6. https://github.com/emilyemorehouse/conference-talk-proposals
  7. https://github.com/akaptur/pycon-proposals
  8. https://github.com/jvns/talks/tree/master/proposals

Slides

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:

  1. Install node dependencies with npm i
  2. Open slides in browser npm start slides/2020-security-practices-pycon-ee.mdx