dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.62k stars 108 forks source link

Video to accompany this repo #63

Open ZooeyMiller opened 7 years ago

ZooeyMiller commented 7 years ago

After the discussion in #56 about there not being a free/bought video series for Elixir (there is a subscription based one on codeschool.io, and a free intro, but both are very basic, and the bought one on udemy, but see the discussion in #56 ) I think it would be great (after a suggestion from @iteles) to have a video/series of videos accompanying this repo!

I'm not sure how we could actualise this, but I'd love to be involved, any ideas?

ghost commented 7 years ago

Completely achievable!

Rough steps:

YvesMuyaBenda commented 7 years ago

@markwilliamfirth The man with the plan! Apologies, I could not resist!

iteles commented 7 years ago

@Cleop @sohilpandya Mentioning you guys as you've already produced the excellent intro vids and will certainly have some insights! https://drive.google.com/open?id=0ByzPFwE23Wu2Y1lfQW1WVGV1Z3c https://drive.google.com/open?id=0ByzPFwE23Wu2ZnBHUHNWSndLRHc

ZooeyMiller commented 7 years ago

Awesome info! I've just seen https://github.com/dwyl/learn-phoenix-framework/issues/100 in the learn-phoenix-framework repo, which links to a elixir tutorial series on youtube by tensor programming. I'm going to check out these videos, but if these are comprehensive, do we as dwyl still want to create our own videos? Or should we just link to the already existing ones?

ZooeyMiller commented 7 years ago

Currently giving the videos I linked in https://github.com/dwyl/learn-elixir/issues/63#issuecomment-325591145 a watch to see if I want to make a PR linking to them in the README.

ZooeyMiller commented 7 years ago

So these videos (I've watched the first 5, after that he moves on to phoenix) could make a good addition to this repo, but I don't think they are good as a straight introduction to Elixir.

The videos moves very quickly from the bare basics into things about spawning processes and passing information around (which was new to me!) and I feel like this info is more suited to someone who has had a bit of an introduction to Elixir already. I think perhaps they fill more the role of "once you've got to grips with the syntax and played around a bit, check these out", rather than a straight intro, so the need for dwyl's own videos is still there.

finnhodgkin commented 7 years ago

Yeah I agree with @ZooeyMiller. While some of the content is great, it's a strange mix of beginner and advanced topics.

The videos are also very weirdly structured—sometimes they cut to a new screen without warning, and he covers things like spawning processes before Elixir installation.

ZooeyMiller commented 7 years ago

I've made a repo in my personal github to plan these videos re: some of the stuff @markwilliamfirth mentioned, please take a look at the issues I've raised and add your input! https://github.com/ZooeyMiller/elixir-video-plan

ghost commented 7 years ago

@ZooeyMiller there is also a video repo (https://github.com/dwyl/video) should you ever wish to use it

iteles commented 7 years ago

@ZooeyMiller @finnhodgkin Great feedback on these.

I would encourage you to add the video issues to this repo rather than a separate one as they are all pertinent to people who are interested in the content we have here and there are 2 or 3 active people on this repo who could have some good feedback on these, other than just dwylers 😊 Maybe contain them in a video plan milestone?

@Cleop is in the office tomorrow (Thursday), please do make time to catch up with her on this.

ZooeyMiller commented 7 years ago

@iteles Good point, apologies, I'm always hesitant to raise loads of issues in a repo with a lot of watchers but I will add those issue here instead to give everyone a chance to contribute.

Cleop commented 7 years ago

@ZooeyMiller looking forward to talking later.

FYI - check out the process/conversation that led to the creation of the tachyons bootstrap videos here: https://github.com/dwyl/tachyons-bootstrap/issues/9, in particular you may find the script structures useful. As @markwilliamfirth said, there was also conversation for these videos on the video repo too.