free-podcasts-screencasts-en.md 10.8 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

P
Pratik Todi 已提交
3
* [Android](#android)
S
sheeit 已提交
4
* [C#](#c)
5
* [C++](#c-1)
6
* [Clojure](#clojure)
7
* [CSS](#css)
S
Shivam Rana 已提交
8
* [Data Science](#data-science)
J
Jeff Turner 已提交
9
* [Elixir](#elixir)
J
Johan 已提交
10
* [Emacs](#emacs)
J
Jeff Turner 已提交
11
* [Erlang](#erlang)
S
Shivam Rana 已提交
12
* [Git](#git)
13 14
* [Golang](#golang)
* [Gulp](#gulp)
15
* [Javascript](#javascript)
16 17 18 19
  * [Angular.js](#angularjs)
  * [Ember.js](#emberjs)
  * [Node.js](#nodejs)
  * [React.js](#reactjs)
20
* [Kotlin](#kotlin)
P
Preston Parry 已提交
21
* [Language Agnostic](#language-agnostic)
22
* [PHP](#php)
J
Jake Worth 已提交
23
* [PostgreSQL](#postgresql)
G
Gabriel Almir 已提交
24
* [Python](#python)
25
* [Ruby](#ruby)
26
* [Rust](#rust)
P
Pratik Todi 已提交
27
* [Vim](#vim)
28

29

P
Pratik Todi 已提交
30
### Android
31

E
eshellman 已提交
32 33 34
* [Android Basics Archives - mybringback](http://www.mybringback.com/series/android-basics/) (screencast)
* [Android Developers Backstage](http://androidbackstage.blogspot.com) (podcast)
* [Fragmented Podcast](http://fragmentedpodcast.com) (podcast)
35

V
Victor Felder 已提交
36

S
sheeit 已提交
37
### C#
38

E
eshellman 已提交
39
* [How to program in C# - Beginner Course | Brackeys](https://www.youtube.com/playlist?list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51) (screencast)
40

41

42 43
### C++

E
eshellman 已提交
44 45 46
* [C++ Programming Video Lectures](https://www.youtube.com/playlist?list=PLTZbNwgO5ebo64D1k0DJQGX30X6iSTmRr) (screencast)
* [C++ STL ](https://www.youtube.com/playlist?list=PL5jc9xFGsL8G3y3ywuFSvOuNm3GjBwdkb) (screencast)
* [CppCast](http://cppcast.com) (podcast)
47 48


49 50
## Clojure

E
eshellman 已提交
51
* [Parens of the Dead](http://www.parens-of-the-dead.com) (screencast)
52 53


54
### CSS
55

E
eshellman 已提交
56
* [CSS-Tricks Screencasts](https://css-tricks.com/video-screencasts/) (screencast)
57

58

S
Shivam Rana 已提交
59 60
### Data Science

E
eshellman 已提交
61 62 63 64 65 66 67
* [Data Skeptic](http://dataskeptic.com/episodes.php) (podcast)
* [Data Stories](http://datastori.es) (podcast)
* [Learning Machines 101](http://www.learningmachines101.com) (podcast)
* [Linear Digressions](http://www.lineardigressions.com) (podcast)
* [O'Reilly Data Show Podcast](https://www.oreilly.com/topics/oreilly-data-show-podcast) (podcast)
* [Partially Derivative](http://partiallyderivative.com) (podcast)
* [Talking Machines](http://www.thetalkingmachines.com) (podcast)
S
Shivam Rana 已提交
68 69


J
Jeff Turner 已提交
70
### Elixir
71

E
eshellman 已提交
72 73 74 75
* [Elixir Sips](http://elixirsips.com) - Some free (screencast)
* [ElixirConf 2014](https://www.youtube.com/playlist?list=PLE7tQUdRKcyakbmyFcmznq2iNtL80mCsT) (screencast)
* [ElixirConf 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2jBXpr1IjyUgJ7hNS1eTf7H) (screencast)
* [Intro to Elixir](https://www.youtube.com/watch?v=lly-1UYmnFI&list=PLn76XROGFNtE9InImlu6e8isbOsM7qKtt) (screencast)
J
Jeff Turner 已提交
76

77

J
Johan 已提交
78
### Emacs
79

E
eshellman 已提交
80
* [Emacs Rocks!](http://emacsrocks.com) (screencast)
J
Johan 已提交
81

82

J
Jeff Turner 已提交
83
### Erlang
84

E
eshellman 已提交
85 86 87
* [Erlang Factory SF Bay 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2h0sJW6X2RZDtT1ndw6KKpQ) (screencast)
* [Functions + Messages + Concurrency = Erlang](http://www.infoq.com/presentations/joe-armstrong-erlang-qcon08) (screencast)
* [Thinking like an Erlanger](https://www.youtube.com/watch?v=6sBL1kHoMoo) (screencast)
J
Jeff Turner 已提交
88

89

S
Shivam Rana 已提交
90 91
### Git

E
eshellman 已提交
92
* [GitMinutes](http://www.gitminutes.com) (podcast)
S
Shivam Rana 已提交
93 94


95 96
### Golang

E
eshellman 已提交
97 98 99
* [Build webapp without using a framework](https://www.youtube.com/playlist?list=PL41psiCma00wgiTKkAZwJiwtLTdcyEyc4) (screencast)
* [Go An Introduction](https://www.youtube.com/watch?v=SI-okTfauyw) (screencast)
* Go and AngularJS  (screeencasts)
100 101 102
    * [Part 1 - Hello World](https://www.youtube.com/watch?v=U80k7fTEqNw)
    * [Part 2 - Websockets](https://www.youtube.com/watch?v=ysAZ_oqPOo0)
    * [Part 3 - REST and ngResource](https://www.youtube.com/watch?v=QHIMygADPPc)
E
eshellman 已提交
103 104 105 106
* [Go Programming Tutorial](https://www.youtube.com/watch?v=CF9S4QZuV30) (screencast)
* [Go Time](https://changelog.com/gotime) (podcast)
* [Hacking with Andrew and Brad: an HTTP/2 client](https://www.youtube.com/watch?v=yG-UaBJXZ80) (screencast)
* [Hacking with Andrew and Brad: tip.golang.org](https://www.youtube.com/watch?v=1rZ-JorHJEY) (screencast)
107

108 109

### Gulp
110

E
eshellman 已提交
111
* [Learning Gulp](https://www.leveluptutorials.com/tutorials/learning-gulp) (screencast)
112 113


114
### Javascript
115

E
eshellman 已提交
116 117 118 119 120 121 122 123 124
* [FiveJS](https://fivejs.codeschool.com) (podcast)
* [Free Quality Javascript video tutorials and screencasts](http://www.screencasts.org/topics/javascript) (screencast)
* [Front End Happy Hour](http://frontendhappyhour.com) (podcast)
* [Frontend Five](https://frontendfive.codeschool.com) (podcast)
* [JavaScript Air](https://javascriptair.com) (podcast)
* [JavaScript Jabber](https://devchat.tv/js-jabber) (podcast)
* [Node Tuts - Node.JS Video Tutorials](http://nodetuts.com) (screencast)
* [Syntax](https://syntax.fm) (podcast)
* [The Javascript Show](http://javascriptshow.com) (podcast)
125

126

127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
#### Angular.js

* [Adventures in Angular - DevChat.tv](https://devchat.tv/adventures-in-angular/) (podcast)
* [Angular Air](https://angularair.com) (podcast)


#### Ember.js

* [Ember Weekend](https://emberweekend.com/episodes) (podcast)


#### React.js

* [React Native Podcast](https://devchat.tv/react-native-radio) (podcast)
* [ReactCasts](https://www.youtube.com/c/reactcasts) (screencast)


#### Node.js

* [Nodeup](http://nodeup.com) (podcast)


149 150
### Kotlin

E
eshellman 已提交
151 152
* [Kotlin Beginners Tutorials](https://www.youtube.com/playlist?list=PLpg00ti3ApRweIhdOI4VCFFStx4uXC__u) (screencast)
* [Talking Kotlin](http://talkingkotlin.com) (podcast)
153 154


J
Jason Travis 已提交
155
### Language Agnostic
156

E
eshellman 已提交
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
* [/dev/hell](http://devhell.info) (podcast)
* [AppMasters](http://www.appmasters.co/podcast-home/) (podcast)
* [Arrested DevOps](https://www.arresteddevops.com) (podcast)
* [Beats, Rye & Types](http://beatsryetypes.com) (podcast)
* [Between | Screens Podcast](https://soundcloud.com/between-screens) (podcast)
* [BSDTalk](http://bsdtalk.blogspot.com) (podcast)
* [CodeNewbie](http://www.codenewbie.org/podcast) (podcast)
* [CodePen Radio](https://blog.codepen.io/radio/) (podcast)
* [Coding Blocks](http://www.codingblocks.net) (podcast)
* [CTRL+CLICK CAST](http://ctrlclickcast.com) (podcast)
* [Developer On Fire](http://developeronfire.com) (podcast)
* [Developer Tea](https://developertea.com) (podcast)
* [DevelopersHangout](http://www.developershangout.io) (podcast)
* [FLOSS WEEKLY](https://twit.tv/shows/floss-weekly) (podcast)
* [Frontside the Podcast](https://frontsidethepodcast.simplecast.fm) (podcast)
* [Full Stack Radio](http://www.fullstackradio.com) (podcast)
* [Functional Geekery](https://www.functionalgeekery.com) (podcast)
* [Garbage](http://garbage.fm) (podcast)
* [IEEE Software's "On Computing" with Grady Booch](http://www.computer.org/web/computingnow/oncomputing) (podcast)
* [Learn to Code with Me](http://learntocodewith.me/podcast/) (podcast)
* [Loosely Coupled](http://looselycoupled.info) (podcast)
* [.NET Rocks!](https://www.dotnetrocks.com) (podcast)
* [Open Source System Podcast](http://opensourcesystempodcast.vf.io) (podcast)
* [Programming Throwdown](http://www.programmingthrowdown.com) (podcast)
* [Reactive](http://reactive.audio) (podcast)
* [Security Now](https://www.grc.com/securitynow.htm) (podcast)
* [Shop Talk Show](http://shoptalkshow.com) (podcast)
* [Software Engineering Daily](http://softwareengineeringdaily.com) (podcast)
* [Software Engineering Radio](http://www.se-radio.net) (podcast)
* [Syscast Podcast](http://podcast.sysca.st) (podcast)
* [Talking Code](http://www.talkingcode.com) (podcast)
* [Testing In The Pub](http://testinginthepub.co.uk/testinginthepub/) (podcast)
* [The Big Web Show](http://5by5.tv/bigwebshow) (podcast)
* [The Changelog Podcast](https://changelog.com/podcast/) (podcast)
* [The Cloudcast](http://www.thecloudcast.net) (podcast)
* [The Cognicast](http://blog.cognitect.com/cognicast) (podcast)
* [The Creative Coding Podcast](http://creativecodingpodcast.com) (podcast)
* [The Debug Log](http://thedebuglog.com) (podcast)
* [The Hanselminutes podcast](http://hanselminutes.com) (podcast)
* [The Path to Performance](https://pathtoperf.com) (podcast)
* [The Podcast from DZone.com: "For Developers, by Developers"](https://dzone.com/podcast) (podcast)
* [The Silver Bullet Security Podcast with Gary McGraw](http://www.computer.org/web/computingnow/silverbullet) (podcast)
* [The Web Ahead](http://5by5.tv/webahead) (podcast)
* [The Web Platform](http://thewebplatform.libsyn.com) (podcast)
* [This Developer's Life](http://thisdeveloperslife.com) (podcast)
* [ThoughtWorks](https://soundcloud.com/thoughtworks) (podcast)
* [Three Devs and a Maybe](http://threedevsandamaybe.com) (podcast)
* [Toolsday](http://toolsday.io) (podcast)
* [TTL Podcast](http://ttlpodcast.com) (podcast)
* [Web Security Warriors](https://devchat.tv/web-security-warriors/) (podcast)
J
Jason Travis 已提交
207

208

209
### PHP
210

E
eshellman 已提交
211 212 213 214 215 216
* [Laravel News Podcast](http://podcast.laravel-news.com) (podcast)
* [MageTalk - A Magento Podcast](http://magetalk.com) (podcast)
* [PHP Roundtable](https://www.phproundtable.com) (podcast)
* [PHP Town Hall](http://phptownhall.com) (podcast)
* [Sound of Symfony](http://www.soundofsymfony.com) (podcast)
* [Voices of the ElePHPant](https://voicesoftheelephpant.com) (podcast)
217

218

J
Jake Worth 已提交
219 220
### PostgreSQL

E
eshellman 已提交
221
* [PG Casts](https://www.pgcasts.com) (screencast)
J
Jake Worth 已提交
222 223


G
Gabriel Almir 已提交
224
### Python
225

E
eshellman 已提交
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
* [Build applications in Python the antitextbook](https://www.youtube.com/playlist?list=PL41psiCma00wwvtQyLFMFpzWxUYmSZwZy) (screencast)
* [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969) (screencast)
* [Import this](https://soundcloud.com/import-this) (podcast)
* [Podcast.__init__](http://podcastinit.com) (podcast)
* [Practical Flask Web Development Tutorials](https://www.youtube.com/playlist?list=PLQVvvaa0QuDc_owjTbIY4rbgXOFkUYOUB) (screencast)
* [Python Bytes](https://pythonbytes.fm) (podcast)
* [Python Test Podcast](http://pythontesting.net/test-podcast) (podcast)
* [Python Tips](https://www.youtube.com/playlist?list=PLP8GkvaIxJP3ignHY_Dq7bFsvwzAcqZ1i) (screencast)
* [Talk Python To Me - A podcast on Python and related technologies](http://talkpython.fm) (podcast)
* [The Python Experience](http://python.madewithopinion.com) (podcast)
* [TheNewBoston - Pygame (Python Game Development) Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAjkwJocj7vlc_mFU-4wXJq) (screencast)
* [TheNewBoston - Python 3.4 Programming Tutorials](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) (screencast)
* [TheNewBoston - Python GUI with Tkinter Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d) (screencast)
* [TheNewBoston - Python Programming Tutorials - 2.x](https://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA) (screencast)
* [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx) (screencast)
241

242

C
Christoph Uschkrat 已提交
243
### Ruby
244

E
eshellman 已提交
245 246 247 248 249 250 251 252
* [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails) (podcast)
* [Drifting Ruby](https://www.driftingruby.com) (screencast)
* [ENVY LABS - Ruby5](https://ruby5.codeschool.com) (podcast)
* [Railscasts](http://railscasts.com) (screencast)
* [Ruby Rogues](https://devchat.tv/ruby-rogues/) (podcast)
* [Ruby Tapas | Free Screencasts](http://www.rubytapas.com/episodes?filter=free) (screencast)
* [The Bike Shed](http://bikeshed.fm) (podcast)
* [The Ruby Show](http://rubyshow.com) (podcast)
A
ahmad ayyash 已提交
253

254

255 256
### Rust

E
eshellman 已提交
257 258
* [New Rustacean](http://www.newrustacean.com) (podcast)
* [Rusty Radio](https://soundcloud.com/posix4e) (podcast)
259 260


A
ahmad ayyash 已提交
261
### Vim
262

E
eshellman 已提交
263
* [Free screencasts about the text editor Vim](http://vimcasts.org) (screencast)