├── .github └── ISSUE_TEMPLATE │ ├── feature-talk.md │ └── lightning-talk.md ├── README.md ├── hosts.md └── speakers.md /.github/ISSUE_TEMPLATE/feature-talk.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Talk Proposal 3 | about: Propose a 20 - 45 minute regular talk you would like to give at HH.js 4 | title: '' 5 | labels: 'feature-talk' 6 | assignees: '' 7 | --- 8 | 9 | ## HH.js Talk Submission 10 | 11 | **Talk Title:** 12 | 13 | **Talk Description:** 14 | 15 | **Name**: 16 | 17 | **Pronouns (optional)**: 18 | 19 | **Social Link (Twitter/Fediverse/LinkedIn/...) (optional)**: 20 | 21 | **Website (optional):** 22 | 23 | **Months Available to Speak:** We recommend selecting multiple months (up to 3) that you are available to speak. We will keep this issue open throughout those months if you are not accepted the first time! 24 | 25 | **Note:** Please checkout the [FAQs](https://github.com/hamburg-js/proposals/blob/master/speakers.md#how-long-is-my-talk) to plan for the duration of your talk 26 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/lightning-talk.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Lightning Talk Proposal 3 | about: Propose a 5 - 15 minute lightning talk you would like to give at HH.js 4 | title: '' 5 | labels: 'lightning-talk' 6 | assignees: '' 7 | --- 8 | 9 | ## HH.js Lightning Talk Submission 10 | 11 | **Talk Title:** 12 | 13 | **Talk Description:** 14 | 15 | **Name**: 16 | 17 | **Pronouns (optional)**: 18 | 19 | **Social Link (Twitter/Fediverse/LinkedIn/...) (optional)**: 20 | 21 | **Website (optional):** 22 | 23 | **Months Available to Speak:** We recommend selecting multiple months (up to 3) that you are available to speak. We will keep this issue open throughout those months if you are not accepted the first time! 24 | 25 | **Note:** Please checkout the [FAQs](https://github.com/hamburg-js/proposals/blob/master/speakers.md#how-long-is-my-talk) to plan for the duration of your talk 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HH.js Talk Proposals 2 | 3 | If you would like to give a talk at [HH.js](https://www.meetup.com/hamburg-js/), thank you very much! We really appreciate your willingness to put your time and effort into something that will make our meetup more interesting and inspiring. 4 | 5 | ## Proposals 6 | 7 | If you want to give a feature talk (length: 20 minutes to maximum of 45 minutes), please [click here](https://github.com/hamburg-js/proposals/issues/new?template=feature-talk.md) to open an issue.\ 8 | If you want to give a lightning talk (length: 5 minutes to maximum of 15 minutes), please [click here](https://github.com/hamburg-js/proposals/issues/new?template=lightning-talk.md) to open an issue. 9 | 10 | In that issue, we ask you to outline the topic of your talk and to pick a couple of possible dates (usually one of the upcoming events, it didn't work out too well to collect possible talks in advance for events not yet scheduled). 11 | 12 | ## Upcoming Meetups 13 | 14 | - December 12, 2023 at [Factorial](https://factorial.io). Call for proposal is officially opened 🥳 15 | 16 | ## Contact 17 | 18 | If you would like to get in touch before actually submitting a talk, you are also welcome, of course. Please use our [Meetup page](https://www.meetup.com/hamburg-js/), join our [#hhjs group](https://web-hh.slack.com/messages/C0KESM96C) in the open [WebHH Slack](https://web-hh-slackin.herokuapp.com/) or ping us on [Twitter](http://twitter.com/hhjs). 19 | 20 | ## FAQ 21 | 22 | - [for speakers](/speakers.md) 23 | - [for hosts](/hosts.md) 24 | 25 | ## Code of Conduct 26 | 27 | Please note that HH.js is committed to comply with the [Berlin Code of Conduct](http://berlincodeofconduct.org) - of course, this also applies to your talk. 28 | -------------------------------------------------------------------------------- /hosts.md: -------------------------------------------------------------------------------- 1 | # Hosting a HH.js meetup 2 | 3 | ## Who can host a HH.js meetup? 4 | 5 | We are thankful for every organisation or company that is willing to host our HH.js meetup! 6 | Please [get in touch with us](https://github.com/hamburg-js/proposals#contact) if you would like to host a meetup. 7 | 8 | ## How many attendees can we expect? 9 | 10 | Usually, there are about 30 - 50 people attending our meetup. 11 | Your room and facilities (seating) must be able to accomodate this number. 12 | 13 | ## What are the non-technical requirements? 14 | 15 | The venue needs to be accessible (signage and possibly access-control) from half an hour before the meetup starts and during breaks. 16 | 17 | Sufficient non-alcoholic drinks and beer are highly appreciated. 18 | 19 | Some typical numbers from our last meetups: 20 | 21 | - 4 crates of beer (including alcohol-free) 22 | - 4 crates of soda (lemonade, including sugar-free) 23 | - 2 crates of water (sparkling / non-sparkling) 24 | 25 | ## What are the technical requirements? 26 | 27 | We expect you to provide WiFi, video projector(s) and ideally a microphone / audio setup. 28 | 29 | For video connectivity, we expect the following cables / adapters: 30 | 31 | - HDMI 32 | - Mini DisplayPort 33 | - USB-C 34 | 35 | Please [contact us](https://github.com/hamburg-js/proposals#contact) if you can't provide everything on this list, but still want to host a meetup. 36 | 37 | ## What is the typical schedule of a meetup? 38 | 39 | - 18:30h - doors open 40 | - 19:00h - intro 41 | - 19:15h - first talk 42 | - 19:45h - break 43 | - 20:00h - second talk 44 | - 20:30h - break 45 | - 20:45h - lightning talks etc. 46 | - 21:30h - networking & Drinks 47 | - 22:00h - the end 48 | 49 | **Note:** Q&As should be time-boxed. 50 | 51 | ## Can we address the attendees? 52 | 53 | You will have up to 5 minutes at the beginning of the meetup to present your organisation. Additionally you are welcome to socialise with our attendees during breaks. 54 | 55 | :warning: _Current employees of hosts are not selected to give talks on the months of their employer's sponsorship._ 56 | -------------------------------------------------------------------------------- /speakers.md: -------------------------------------------------------------------------------- 1 | # Submitting A Talk 2 | 3 | ## Who can submit talks to HH.js? 4 | We welcome and encourage _everyone_ to submit a talk! 5 | Whether you have been writing JavaScript for 20 years or few days, experienced or 1st time speaker, we want to hear what you are excited about. 6 | 7 | ## How do I submit a talk? 8 | Visit our proposals GitHub repository and [create a new issue](https://github.com/hamburg-js/proposals/issues/new/choose) using the appropriate template. Make sure to pick up to 3 months that work for you! 9 | 10 | ## What would be a good talk topic? 11 | We accept a variety of technical and non-technical talks and the audience has varying technical backgrounds and interests. 12 | 13 | Talks from accepted proposals are usually focused on, but not limited to: 14 | - Sharing the process and journey of how you created something and what you've learned. 15 | - Achieving empathy in the workplace. 16 | - A dive into a particular technical concept. 17 | 18 | Examples of topics that may not get accepted: 19 | - Why x framework is better than y framework. 20 | - Startup or company pitches. 21 | 22 | We've found that the best talks tell a story, we encourage you to get creative! 23 | 24 | ## When are speakers chosen? 25 | We usually select speakers two weeks before an event. 26 | 27 | :warning: _Current employees of hosts are not selected to speak on the months of their employer's sponsorship._ 28 | 29 | # Speaking at HH.js 30 | We are excited to have you as a speaker! Below are a few things to keep in mind while you are preparing your talk. 31 | If you have any questions or want to discuss your talk with us beforehand, please feel free to [ping us](#i-have-more-questions-about-submitting-talks-what-should-i-do)! 32 | 33 | ## How long is my talk? 34 | Talks are expected to be 20 minutes long, lightning talks should be limited to 5 minutes. 35 | 36 | ## I have more questions about submitting talks, what should I do? 37 | Please feel free to ping us on twitter [@hhjs](https://twitter.com/hhjs) or join us in our [WebHH Slack](https://web-hh-slackin.herokuapp.com/) group [#hhjs](https://web-hh.slack.com/messages/C0KESM96C) 38 | 39 | ## Speaker Checklist 40 | ### Slides 41 | If your are showing code or your terminal, please keep your font size large and the contrast high! 42 | 43 | ### Equipment 44 | We have: 45 | - WiFi 46 | - HDMI 47 | - Mini DisplayPort 48 | - USB-C 49 | 50 | Please bring any adapters you need. We can probably also provide speakers if you have audio in your demo or presentation. Please let us know in advance. If you have any other needs for your talk, feel free to [contact us](https://github.com/hamburg-js/proposals#contact). 51 | 52 | ### Setup 53 | Once the event starts, we'll have a break between each talk. If you are the next presenter, please come up to the podium at the front to setup for your presentation during the break. Presentation order is on the [HH.js meetup page](https://www.meetup.com/hamburg-js/). 54 | --------------------------------------------------------------------------------