nodejs / code-and-learn

A series of workshop sprints for Node.js.
164 stars 79 forks source link

Mentors for Code-and-Learn @ Seattle (Dec 18) #90

Closed trivikr closed 5 years ago

trivikr commented 5 years ago

Code & Learn Date: Tuesday, December 18th, 2018 Time: 18:00-21:00 PST Venue: Galvanize Seattle (link)

Galvanize is expecting 14 students (currently enrolled with their Web Development Course) to attend, but they are interested in making this event open to public. They'd organized workshops with upwards of 60 people in the past.

I'm planning to advertise this event during my SeattleJS talk on "How to contribute to Node.js" at SeattleJS December Meetup which on Dec 13th (details)

Before making the event public, I wanted to know if any collaborators are free and can join - preferably if you're from Seattle area.

cc @nodejs/collaborators

trivikr commented 5 years ago

cc @nodejs/chakracore as they're likely to be from Seattle area

trivikr commented 5 years ago

CCing members of @nodejs/chakracore individually @agarwal-sandeep @aruneshchandra @boingoing @curtisman @digitalinfinity @EdMaurer @ianwjhalliday @kfarnung @kunalspathak @obastemur @sethgaurav

digitalinfinity commented 5 years ago

Aaaah @trivikr this is awesome and I'd have loved to have helped out but I'm out of town during this time 😢 - if you organize this again next year, please let me know and I'll try to help! Other @nodejs/node-chakracore folks, if you have availability, I encourage y'all to go, it's a great way to help people who are eager to learn about Node. Also cc @michellopez @yodurr since they'll be interested.

Trott commented 5 years ago

In the interest of continuous improvement of Code + Learn events, I'd ask that at this and future events, we make sure to encourage participants to:

targos commented 5 years ago

I would also ask the organizers to avoid giving tasks that are purely style changes and/or that can be done automatically with eslint --fix. I'm thinking especially about the tasks that change regular functions to arrow functions. IMO those changes do not improve the code base, make the git history harder to browse and sometimes remove useful information (For example: https://github.com/nodejs/node/pull/24606 where we lose the names - ). We are also teaching something wrong to the developers: arrow functions are not the only correct way to write callbacks and were not created as a replacement for regular functions.

lpinca commented 5 years ago

I totally agree with @targos

trivikr commented 5 years ago

Resolving this issue, as the event is postponed because proximity to the holiday season and lack of mentors.

We're planning to organize it either in late-Jan or early-Feb, and I'll create a new issue for it.