Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Tips for running workshops at meetups
  2.  
  3. - Our most successful are the ones where the speaker creates a Github repository and uses it as the baseline for the workshop. Usually, there will be missing parts of the code and during the presentation, the speaker will complete the missing pieces with the audience, such as by the end of the talk, he/she will push a final version with the answers. This way, everyone has a resolved final version as well.
  4.  
  5. - Computers - very few places offer computers, so we recommend that participants bring their laptop.
  6.  
  7. - Specify what people need to install and make sure you also send an email as a reminder, such as
  8. "For this Scala workshop, we will need:
  9. - IntelliJ Idea Community Edition, version X.Y
  10. - Scala plugin
  11. - SBT version x.y"
  12. Or
  13. "GHCi, a UNIX terminal and any text editor of your preference"
  14.  
  15. - A Github account is optional; we send a link to a video tutorial for the participants who want to learn more about Git/Github. But we always can work with the .zip files downloaded from Github.
  16.  
  17. - Some speakers go even further and provide a vagrant or Docker image - and it created way less pain with environment issues
  18.  
  19. - Don't assume everyone has a MacOS or Linux. Some people will have Windows.
  20.  
  21. - We create polls to know what people want to learn in our next sessions. (Of course, we don't guarantee we will find a speaker for the topic, but we try to do our best =] )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement