-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I spoke to Ted about me stepping up to organize meetups for 2020; and I found out about this repository so I would like to use this repository for planning of our meetups.
This issue will be open for the year and many of the plans below are WIP. Since I don't have any experience organizing meetups, I am expecting to realize that there are a lot that I don't know about. Any comments are welcome so please help me along.
General direction
Rebooting RubySG meetup leading up to RDRC2020 to get the Ruby community ready for our conference! Once a month meetup starting from February, alternating between "presentation/code-along" session and "social & code" session.
| session type | description |
|---|---|
| Presentation | Short and relatable talks. Max 15 minutes. |
| Code along | Short session about building something using TDD. Max 30 minutes. |
| Social & Code | people just come together to do their work. Can join someone who is working on something to do pair programming. |
Focus
- Beginner - Intermediate level content.
- Consistency.
- Shorter sessions but definitely can bring something back with them.
- Good food!!!
Proposed schedule
Alternating between session type each month
Feb - Presentation & Code along
Mar - Social & Code
April - Presentation & Code along
May - Social & Code
...
Nov - Social & Code
Dec - Presentation & Code along
Some topics that we can find speakers for short presentation
- How to use Dry Types
- How to use memory_profiler gem
- What is rack and how to build your own rack stack
- What is Heap Sort and how to implement Heap Sort with Ruby