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

P
Pratik Todi 已提交
3
* [Android](#android)
S
sheeit 已提交
4
* [C#](#c)
S
Seth 已提交
5
* [C++](#cpp)
6
* [Clojure](#clojure)
7
* [Common Lisp](#common-lisp)
8
* [CSS](#css)
S
Shivam Rana 已提交
9
* [Data Science](#data-science)
J
Jeff Turner 已提交
10
* [Elixir](#elixir)
J
Johan 已提交
11
* [Emacs](#emacs)
J
Jeff Turner 已提交
12
* [Erlang](#erlang)
S
Shivam Rana 已提交
13
* [Git](#git)
14 15
* [Golang](#golang)
* [Gulp](#gulp)
A
Alex Gorelov 已提交
16
* [Haskell](#haskell)
17
* [Java](#java)
18
* [JavaScript](#javascript)
19
  * [Angular](#angular)
A
Alex 已提交
20
  * [Elm](#elm)
21
  * [Ember.js](#emberjs)
22
  * [Node.js](#nodejs)
B
BSi 已提交
23
  * [p5.js](#p5js)
24
  * [React.js](#reactjs)
25
* [Kotlin](#kotlin)
P
Preston Parry 已提交
26
* [Language Agnostic](#language-agnostic)
27
* [PHP](#php)
J
Jake Worth 已提交
28
* [PostgreSQL](#postgresql)
G
Gabriel Almir 已提交
29
* [Python](#python)
30
* [Ruby](#ruby)
31
* [Rust](#rust)
P
Pratik Todi 已提交
32
* [Vim](#vim)
33

34

P
Pratik Todi 已提交
35
### Android
36

37
* [Android Complete Course](https://www.youtube.com/watch?v=roDz8mMvbIg&list=PLknSwrodgQ72X4sKpzf5vT8kY80HKcUSe) (screencast)
E
eshellman 已提交
38 39
* [Android Developers Backstage](http://androidbackstage.blogspot.com) (podcast)
* [Fragmented Podcast](http://fragmentedpodcast.com) (podcast)
40
* [Now in Android](https://nowinandroid.libsyn.com) (podcast)
41

V
Victor Felder 已提交
42

S
sheeit 已提交
43
### C#
44

45
* [Beginning C# with Unity](https://www.youtube.com/watch?v=2Ki58iQkot4&list=PLFgjYYTq6xyhtVK6VzLiFe3pmBu-XSNlX) (screencast)
M
Mike Hingley 已提交
46
* [How to program in C# - Beginner Course \| Brackeys](https://www.youtube.com/playlist?list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51) (screencast)
47

48

49
### <a name="cpp"></a>C++
50

51
* [C++ Complete Course](https://www.youtube.com/watch?v=18c3MTX0PK0&list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb) (screencast)
E
eshellman 已提交
52
* [C++ Programming Video Lectures](https://www.youtube.com/playlist?list=PLTZbNwgO5ebo64D1k0DJQGX30X6iSTmRr) (screencast)
53
* [C++ STL](https://www.youtube.com/playlist?list=PL5jc9xFGsL8G3y3ywuFSvOuNm3GjBwdkb) (screencast)
E
eshellman 已提交
54
* [CppCast](http://cppcast.com) (podcast)
55 56


57
### Clojure
58

S
saritip 已提交
59
* [ClojureScript Podcast](https://clojurescriptpodcast.com) - Jacek Schae (podcast)
E
eshellman 已提交
60
* [Parens of the Dead](http://www.parens-of-the-dead.com) (screencast)
61 62


63 64
### Common Lisp

65
* [Common Lisp for Beginners](https://www.youtube.com/watch?v=xyXDE5gP2QI&list=PLCpux10P7KDKPb4eI5b_qSnQaY1ePGKGK) (screencast)
66 67 68
* [Little Bits of Lisp](https://www.youtube.com/playlist?list=PL2VAYZE_4wRJi_vgpjsH75kMhN4KsuzR_) (screencast)


69
### CSS
70

71
* [CSS Crash Course For Absolute Beginners](https://www.youtube.com/watch?v=yfoY53QXEnI) (screencast)
E
eshellman 已提交
72
* [CSS-Tricks Screencasts](https://css-tricks.com/video-screencasts/) (screencast)
S
saritip 已提交
73
* [The Css Podcast](https://thecsspodcast.libsyn.com) - Una Kravets and Adam Argyle (podcast)
74

75

S
Shivam Rana 已提交
76 77
### Data Science

A
achavez8 已提交
78
* [Data Futurology](https://www.datafuturology.com/episodes-1) (podcast)
E
eshellman 已提交
79 80
* [Data Skeptic](http://dataskeptic.com/episodes.php) (podcast)
* [Data Stories](http://datastori.es) (podcast)
81
* [DataFramed](https://www.datacamp.com/community/podcast) (podcast)
E
eshellman 已提交
82 83
* [Learning Machines 101](http://www.learningmachines101.com) (podcast)
* [Linear Digressions](http://www.lineardigressions.com) (podcast)
84
* [Not So Standard Deviations](https://nssdeviations.com) (podcast)
E
eshellman 已提交
85 86
* [O'Reilly Data Show Podcast](https://www.oreilly.com/topics/oreilly-data-show-podcast) (podcast)
* [Partially Derivative](http://partiallyderivative.com) (podcast)
87
* [Super Data Science](https://www.superdatascience.com/podcast/) (podcast)
E
eshellman 已提交
88
* [Talking Machines](http://www.thetalkingmachines.com) (podcast)
S
saritip 已提交
89
* [The Banana Data Podcast](https://banana-data.buzzsprout.com) - Triveni Gandhi and Christopher Peter Makris (podcast)
90
* [The Data Science Podcast](https://developer.ibm.com/podcasts/the-data-science-podcast/) - IBM (podcast)
S
Shivam Rana 已提交
91 92


J
Jeff Turner 已提交
93
### Elixir
94

E
eshellman 已提交
95
* [Elixir Sips](http://elixirsips.com) - Some free (screencast)
96
* [ElixirCasts](https://elixircasts.io) (screencast)
E
eshellman 已提交
97 98
* [ElixirConf 2014](https://www.youtube.com/playlist?list=PLE7tQUdRKcyakbmyFcmznq2iNtL80mCsT) (screencast)
* [ElixirConf 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2jBXpr1IjyUgJ7hNS1eTf7H) (screencast)
99
* [Intro to Elixir](https://www.youtube.com/playlist?list=PLJbE2Yu2zumA-p21bEQB6nsYABAO-HtF2) (screencast)
S
saritip 已提交
100
* [The Thinking Elixir Podcast](https://thinkingelixir.com/the-podcast) (podcast)
J
Jeff Turner 已提交
101

102

J
Johan 已提交
103
### Emacs
104

S
saritip 已提交
105
* [Emacs Cast](https://emacscast.org) - Rakhim Davletkaliyev (podcast)
E
eshellman 已提交
106
* [Emacs Rocks!](http://emacsrocks.com) (screencast)
J
Johan 已提交
107

108

J
Jeff Turner 已提交
109
### Erlang
110

E
eshellman 已提交
111 112 113
* [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 已提交
114

115

S
Shivam Rana 已提交
116 117
### Git

S
saritip 已提交
118
* [All Things Git](https://www.allthingsgit.com) - Edward Thomson and Martin Woodward (podcast)
E
eshellman 已提交
119
* [GitMinutes](http://www.gitminutes.com) (podcast)
120
* [Jhan Carlos Silva - Git and Github Tutorial](https://www.youtube.com/watch?v=NPRUsCcZwJ4) (screencast)
121
* [The Coding Train - Git and GitHub for Poets](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV) (screencast)
S
Shivam Rana 已提交
122 123


124 125
### Golang

E
eshellman 已提交
126 127
* [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)
128
* Go and AngularJS  (screencasts)
129 130 131
    * [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 已提交
132 133
* [Go Programming Tutorial](https://www.youtube.com/watch?v=CF9S4QZuV30) (screencast)
* [Go Time](https://changelog.com/gotime) (podcast)
S
saritip 已提交
134
* [GolangShow](https://golangshow.com) (podcast)
E
eshellman 已提交
135 136
* [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)
137

138 139

### Gulp
140

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


A
Alex Gorelov 已提交
144 145
### Haskell

146
* [Haskell Tutorial](https://www.youtube.com/watch?v=02_H3LjqMr8) - Derek Banas (screencast)
S
Seth 已提交
147
* [HaskellRank](https://www.youtube.com/playlist?list=PLguYJK7ydFE4aS8fq4D6DqjF6qsysxTnx) - Tsoding (screencast)
A
Alex Gorelov 已提交
148 149 150
* [The Haskell Cast](http://www.haskellcast.com) (podcast)


151 152 153
### Java

* [Building a Java & Spring Boot app: Kid-Bank development](https://www.youtube.com/playlist?list=PLBHctPrH7Z29W8XtVDyc_mMvD2GO7GIF2) - Ted M. Young (screencast)
154
* [How to Program with Java Podcast](https://www.podbean.com/podcast-detail/6mxhc-344f7/How-to-Program-with-Java-Podcast) - Trevor Page (podcast)
S
saritip 已提交
155
* [Java Pub House](https://player.fm/series/java-pub-house) - Freddy Guime and Bob Paulin (podcast)
156 157


158
### JavaScript
159

M
M.Hossein 已提交
160
* [devMode.fm](https://devmode.fm) - Andrew Welch, Patrick Harrington, Jonathan Melville, Michael Rog et al. (podcast)
E
eshellman 已提交
161 162
* [FiveJS](https://fivejs.codeschool.com) (podcast)
* [Front End Happy Hour](http://frontendhappyhour.com) (podcast)
A
Aravind 已提交
163
* [Frontend First](https://frontendfirst.fm) - Sam Selikoff and Ryan Toronto (podcast)
E
eshellman 已提交
164
* [Frontend Five](https://frontendfive.codeschool.com) (podcast)
165
* [HTML All The Things](https://www.htmlallthethings.com) (podcast)
E
eshellman 已提交
166 167
* [JavaScript Air](https://javascriptair.com) (podcast)
* [JavaScript Jabber](https://devchat.tv/js-jabber) (podcast)
S
saritip 已提交
168
* [JS Party](https://changelog.com/jsparty) (podcast)
R
Roppon Picha 已提交
169
* [Modern Web](https://www.thisdot.co/modern-web) (podcast)
E
eshellman 已提交
170
* [Node Tuts - Node.JS Video Tutorials](http://nodetuts.com) (screencast)
171
* [Real Talk JavaScript](https://realtalkjavascript.simplecast.fm) (podcast)
E
eshellman 已提交
172 173
* [Syntax](https://syntax.fm) (podcast)
* [The Javascript Show](http://javascriptshow.com) (podcast)
174

175

176
#### Angular
177 178

* [Angular Air](https://angularair.com) (podcast)
P
pidoubleyou 已提交
179
* [Angular Master](https://anchor.fm/angular-master) (podcast)
180 181


A
Alex 已提交
182 183
#### Elm

S
saritip 已提交
184
* [Elm Radio](https://elm-radio.com) - Dillon Kearns and Jeroen Engels (podcast)
185
* [Elm Town](https://elmtown.simplecast.com) (podcast)
A
Alex 已提交
186 187


188 189 190
#### Ember.js

* [Ember Weekend](https://emberweekend.com/episodes) (podcast)
S
saritip 已提交
191
* [The EmberMap Podcast](https://embermap.com/podcast) - Sam Selikoff and Ryan Toronto (podcast)
192 193


194 195
#### Node.js

S
saritip 已提交
196
* [Node University](https://nodeuniversity.simplecast.fm) - Azat Mardan (podcast)
197
* [Nodeup](https://player.fm/series/nodeup) (podcast)
198
* [Twitter Bot Tutorial - Node.js and Processing](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6atTSxoRiVnSuOn6JHnq2yV) (screencast)
199 200


B
BSi 已提交
201 202 203 204 205
#### p5.js

* [Code! Programming with p5.js](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA) (screencast)


206 207
#### React.js

M
M.Hossein 已提交
208
* [Chats with Kent C. Dodds](https://kentcdodds.com/chats/04) - Kent C Dodds (podcast)
209
* [React Native Podcast](https://devchat.tv/react-native-radio) (podcast)
W
Will 已提交
210
* [React Podcast](https://reactpodcast.simplecast.fm) (podcast)
A
Aravind 已提交
211
* [React Round Up](https://devchat.tv/podcasts/react-round-up) - DevChat.tv (podcast)
212 213 214
* [ReactCasts](https://www.youtube.com/c/reactcasts) (screencast)


215 216
### Kotlin

217
* [freeCodeCamp - Tutorial for Beginners](https://www.youtube.com/watch?v=F9UC9DY-vIU) - Nate Ebel (screencast)
E
eshellman 已提交
218 219
* [Kotlin Beginners Tutorials](https://www.youtube.com/playlist?list=PLpg00ti3ApRweIhdOI4VCFFStx4uXC__u) (screencast)
* [Talking Kotlin](http://talkingkotlin.com) (podcast)
220 221


J
Jason Travis 已提交
222
### Language Agnostic
223

E
eshellman 已提交
224 225
* [/dev/hell](http://devhell.info) (podcast)
* [Arrested DevOps](https://www.arresteddevops.com) (podcast)
226
* [baseCS](https://www.codenewbie.org/basecs) (podcast based on [a series of posts on medium](https://medium.com/basecs))
M
Mike Hingley 已提交
227
* [Between \| Screens Podcast](https://soundcloud.com/between-screens) (podcast)
E
eshellman 已提交
228 229 230 231
* [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)
232
* [Command Line Heroes](https://www.redhat.com/en/command-line-heroes) (podcast)
E
eshellman 已提交
233
* [CTRL+CLICK CAST](http://ctrlclickcast.com) (podcast)
R
rosescript 已提交
234
* [Darknet Diaries](https://darknetdiaries.com) (podcast)
E
eshellman 已提交
235 236 237
* [Developer On Fire](http://developeronfire.com) (podcast)
* [Developer Tea](https://developertea.com) (podcast)
* [DevelopersHangout](http://www.developershangout.io) (podcast)
238 239
* [Domain Driven Design Europe](https://dddeurope.com/videos/) (screencast)
  * [Domain Driven Design Europe - 2017](https://2017.dddeurope.com/#videos) (screencast)
E
eshellman 已提交
240
* [FLOSS WEEKLY](https://twit.tv/shows/floss-weekly) (podcast)
241
* [Frontside the Podcast](https://frontside.io/podcast/) (podcast)
E
eshellman 已提交
242 243
* [Full Stack Radio](http://www.fullstackradio.com) (podcast)
* [Functional Geekery](https://www.functionalgeekery.com) (podcast)
244
* [Garbage](https://garbage.jcs.org) (podcast)
245
* [Hacker Culture](https://anchor.fm/hackerculture) (podcast)
246
* [IBM Developer Podcast](https://developer.ibm.com/podcasts/ibm_developer_podcast/) - IBM (podcast)
E
eshellman 已提交
247
* [IEEE Software's "On Computing" with Grady Booch](http://www.computer.org/web/computingnow/oncomputing) (podcast)
248
* [In the Open with Luke and Joe](https://developer.ibm.com/podcasts/in-the-open-with-luke-and-joe/) - Luke Schantz, Joe Sepi (podcast)
R
rosescript 已提交
249
* [Ladybug Podcast](https://www.ladybug.dev) (podcast)
E
eshellman 已提交
250 251 252 253 254 255 256 257 258 259 260 261
* [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)
262
* [Testing In The Pub](https://testingpodcast.com/category/testing-in-the-pub/) (podcast)
E
eshellman 已提交
263 264 265 266 267
* [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)
268
* [The Cynical Developer: Weekly Technology and Software Developer Podcast](https://cynicaldeveloper.com/podcast) (podcast)
269
* [The Debug Log](https://player.fm/series/series-1402172) (podcast)
E
eshellman 已提交
270 271
* [The Hanselminutes podcast](http://hanselminutes.com) (podcast)
* [The Path to Performance](https://pathtoperf.com) (podcast)
272
* [The Podcast from DZone.com: "For Developers, by Developers"](https://soundcloud.com/john-esposito-23072673) (podcast)
E
eshellman 已提交
273
* [The Silver Bullet Security Podcast with Gary McGraw](http://www.computer.org/web/computingnow/silverbullet) (podcast)
274
* [The Stack Overflow Podcast](https://stackoverflow.blog/podcast/) (podcast)
E
eshellman 已提交
275 276
* [The Web Ahead](http://5by5.tv/webahead) (podcast)
* [The Web Platform](http://thewebplatform.libsyn.com) (podcast)
A
Aravind 已提交
277
* [Thinking with Tanay](https://anchor.fm/tanaypratap) (podcast)
E
eshellman 已提交
278 279 280
* [This Developer's Life](http://thisdeveloperslife.com) (podcast)
* [ThoughtWorks](https://soundcloud.com/thoughtworks) (podcast)
* [Three Devs and a Maybe](http://threedevsandamaybe.com) (podcast)
281 282 283
* [Toolsday](https://spec.fm/podcasts/toolsday) (podcast)
* [TTL Podcast](https://podtail.com/es/podcast/ttl-podcast/) (podcast)
* [Web Security Warriors](https://www.stitcher.com/show/web-security-warriors) (podcast)
A
anjones1000 已提交
284
* [Women in TECH with Ariana](https://podcasts.apple.com/us/podcast/women-in-tech-with-ariana/id1338917627) (podcast)
J
Jason Travis 已提交
285

286

287
### PHP
288

E
eshellman 已提交
289 290
* [Laravel News Podcast](http://podcast.laravel-news.com) (podcast)
* [MageTalk - A Magento Podcast](http://magetalk.com) (podcast)
S
saritip 已提交
291
* [PHP Podcasts](https://www.phppodcasts.com) (podcast)
E
eshellman 已提交
292 293 294 295
* [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)
296

297

J
Jake Worth 已提交
298 299
### PostgreSQL

E
eshellman 已提交
300
* [PG Casts](https://www.pgcasts.com) (screencast)
301
* [Scaling Postgres](https://player.fm/series/scaling-postgres) - Ruby Tree Software Inc and Creston Jamison (podcast)
J
Jake Worth 已提交
302 303


G
Gabriel Almir 已提交
304
### Python
305

E
eshellman 已提交
306
* [Build applications in Python the antitextbook](https://www.youtube.com/playlist?list=PL41psiCma00wwvtQyLFMFpzWxUYmSZwZy) (screencast)
307
* [Codecasts](https://www.youtube.com/playlist?list=PL_qGav8csvade05RSAYtnxvCfQKTJcZR4) - Daniel Feldroy (screencast)
E
eshellman 已提交
308 309 310 311 312 313 314 315
* [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)
316
* [Teaching Python](https://www.teachingpython.fm) (podcast)
S
saritip 已提交
317
* [The Real Python Podcast](https://realpython.com/podcasts/rpp) - Christopher Bailey (podcast)
E
eshellman 已提交
318 319 320 321 322
* [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)
323

324

C
Christoph Uschkrat 已提交
325
### Ruby
326

E
eshellman 已提交
327
* [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails) (podcast)
G
Gil Gomes 已提交
328
* [Code with Jason](https://www.codewithjason.com/rails-with-jason-podcast/) (podcast)
E
eshellman 已提交
329 330
* [Drifting Ruby](https://www.driftingruby.com) (screencast)
* [Railscasts](http://railscasts.com) (screencast)
S
saritip 已提交
331
* [Ruby on Rails Podcast](https://5by5.tv/rubyonrails) - Brittany Martin (podcast)
E
eshellman 已提交
332
* [Ruby Rogues](https://devchat.tv/ruby-rogues/) (podcast)
M
Mike Hingley 已提交
333
* [Ruby Tapas \| Free Screencasts](http://www.rubytapas.com/episodes?filter=free) (screencast)
E
eshellman 已提交
334 335
* [The Bike Shed](http://bikeshed.fm) (podcast)
* [The Ruby Show](http://rubyshow.com) (podcast)
A
ahmad ayyash 已提交
336

337

338 339
### Rust

E
eshellman 已提交
340 341
* [New Rustacean](http://www.newrustacean.com) (podcast)
* [Rusty Radio](https://soundcloud.com/posix4e) (podcast)
S
saritip 已提交
342
* [The Rustacean Station Podcast](https://rustacean-station.org) (podcast)
343 344


A
ahmad ayyash 已提交
345
### Vim
346

E
eshellman 已提交
347
* [Free screencasts about the text editor Vim](http://vimcasts.org) (screencast)
348
* [The Vim Blog](https://soundcloud.com/thevimcast) (podcast)
349
* [vim Hacking](https://www.youtube.com/playlist?list=PL-p5XmQHB_JSTaEPygu1DZjuFfb704Uv7) (screencast)