Ask HN: Favorite talks [video] on software development?

6 points by joeclark77 ↗ HN
I'm (re)designing a course on software project management which has morphed into a survey of agile approaches, scrum, version control, DevOps, testing, and other pieces of the modern software development business. I'm looking for recommendations of videos (TED talks, conference presentations, lectures, whatever) that I can add to my syllabus as recommended viewing on each of these topics. Can y'all help me out with some recommendations?

7 comments

[ 181 ms ] story [ 235 ms ] thread
This is a good one on version control:

http://www.youtube.com/watch?v=4XpnKHJAok8 (Linus' Git talk at Google)

And as far as the business of software, especially the internet, surveillance, trust, and marketing:

http://www.youtube.com/watch?v=m3NJ-Ow2Lvg (Bruce Schneier talk at Google shortly after Snowden revelations)

I think I saw that one by Linus on Youtube but didn't have time to watch it. I'm going to have this class use Git to submit all their work (project and otherwise). I've used it a lot for my own work, but never on a team project, so I will need something of a primer on how to do branching, merging, and so forth.

I understand there's a typical workflow in which you have 'master' for the releases, 'dev' for the latest working version, and feature branches are branched off 'dev'. If there's a good video on how to do that, it'd be ideal.

More specifically, I'm looking (at least) for talks on the following topics:

- Agile requirements definition, user stories, and/or backlog grooming. I'd like something that emphasizes how you can use acceptance criteria or BDD to make user stories more informative than just a sticky note.

- Continuous integration; maybe something that involves automated deployment to a cloud hosting service like Heroku or Azure.

- Maybe something about building an open source project, creating an identity, finding community, promoting the software, etc.

- Something about careers in development, or software project management, or scrummastering, that would be relevant to college seniors about to be kicked out into the world.

Other great talks or videos would be awesome, too, and maybe I'll find a place for them if they're good enough.