This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
awesome-podcasts.yaml
1010 lines (982 loc) · 41.2 KB
/
awesome-podcasts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
---
- category: Beginner
subtitle: Podcasts for programming newbies
pods:
- name: CodeNewbie
desc: Stories from people on their coding journey
url: http://www.codenewbie.org/podcast
- name: freeCodeCamp Podcast
desc: The official podcast of the freeCodeCamp open source community
url: https://freecodecamp.libsyn.com/
- name: Hello World Podcast
desc: Interviews with your favorite speakers about how they got started
url: https://wildermuth.com/hwpod
- name: Learn To Code With Me
desc: Interviews with people on how they got into coding
url: http://learntocodewith.me/podcast/
- name: Start Here FM
desc:
Beginner-friendly podcast discussing how to improve yourself as a
developer
url: http://starthere.fm/
- name: Teach Me To Code
desc: Interviews with developers and leaders in the Tech industry
url: https://devchat.tv/teachmetocode
- category: C/C++
subtitle: Podcasts related to C/C++ programming
pods:
- name: CppCast
desc: The first podcast by C++ developers for C++ developers!
url: http://cppcast.com/
- category: Cloud
subtitle: Podcasts related to public clouds
pods:
- name: AWS Podcast
desc:
Discussing various aspects of the Amazon Web Services (AWS) offering.
Each podcast includes AWS news, tech tips, and interviews with startups,
AWS partners, and AWS employees
url: https://aws.amazon.com/podcasts/aws-podcast/
- name: AWS TechChat
desc:
A podcast series offering cloud enthusiasts, IT practitioners and
developers the latest thinking and insights from AWS subject matter
experts
url: https://aws.amazon.com/podcasts/aws-techchat/
- name: Doppler Cloud Computing Podcast
desc:
The Doppler Cloud Computing Podcast covers all things cloud while
focusing on how to prepare the traditional enterprise to look beyond
conventional computing. We talk about what’s new, what’s working, and
have expert guests who provide the advice you need to be successful in
the cloud
url: https://www.cloudtp.com/doppler/podcasts/
- name: Google Cloud Platform Podcast
desc:
Discussing everything from on Google Cloud Platform from App Engine to
Big Query
url: https://www.gcppodcast.com/
- name: IBM Cloud
desc:
Coming to you every show with information about new capabilities and
releases on IBM Cloud
url: https://anchor.fm/ibm-cloud-podcast
- name: Microsoft Cloud Show
desc:
Latest news, notes, commentary and listener questions on Microsoft cloud
technologies including Windows Azure, Office 365 and SharePoint
url: http://www.microsoftcloudshow.com/podcast
- name: Screaming in the Cloud
desc:
Features conversations with domain experts in the world of Cloud
Computing with Corey Quinn
url: https://www.screaminginthecloud.com
- name: The Azure Podcast
desc:
Short podcasts on various topics related to the Microsoft Cloud platform
url: http://azpodcast.azurewebsites.net
- name: The Cloud Cast
desc:
Weekly podcast to discuss the technology and organizational changes that
are driving the convergence of today's Data Centers and Cloud Computing.
Topics include Cloud Computing, AWS, Azure, GCP, Serverless, DevOps,
AppDev, SaaS, IoT
url: http://thecloudcast.net/
- name: The Cloud Pod
desc:
Weekly updates from the big providers, talk about interesting
perspectives about the clouds and what it takes to build a successful
business on the Public Cloud
url: https://www.thecloudpod.net/
- category: Cloud Native
subtitle: Podcasts related to Kubernetes and the surrounding community
pods:
- name: Cloud Native in 15 Minutes
desc:
Cloud Native in 15 Minutes is the place to learn about the cutting edge
of enterprise IT in the time it takes to grab a coffee. From AI to
Kubernetes, you'll hear the people behind popular technologies explain
why they matter to your company.
url: https://cloudnative.simplecast.com
- name: The Podlets
desc: Exploring Cloud Native, one buzzword at a time
url: https://thepodlets.io
- name: Cloud Native Podcast
desc: All about cloud computing and cloud native application development
url: https://cloudnativepodcast.com
- name: Cloud Native Security
desc:
Covering many topics relevant to the Cloud Native space, including
ecosystem topics like Docker Security and Kubernetes security, RBAC,
monitoring and alerting, and many, many more
url: https://www.cloudnativesecurity.stream
- name: Kubecast
desc:
A podcast about kubernetes, schedulers, containers and the new
world.This podcast is a series of interviews to relevant people in the
community
url: http://kubecast.com/
- name: Kubernetes Podcast
desc:
A weekly news and interview show with insight from the Kubernetes
community
url: https://kubernetespodcast.com/
- name: PodCTL
desc:
Weekly technology podcast focused on Containers, Kubernetes, Red Hat
OpenShift, Cloud Native Applications, Microservices, PaaS, CaaS, DevOps
url: http://blog.openshift.com/
- name: The K Files
desc:
Each week we take on a different topic in the Kubernetes community and
the IT industry. Depending on the week we may find ourselves knee- deep
in kernel headers, magic quadrants, or startup pitch decks. Our goal is
to close each file with a sense of completeness and satisfaction for us
and for anyone listening.
url: https://k8sfiles.com/
- category: Conference Talks
subtitle: Recordings from conference talks
pods:
- name: DevOpsDays
desc: Audio recordings of DevOpsDays conferences (http://devopsdays.org)
url: https://itunes.apple.com/us/podcast/devops-days-podcast/id1035163116?mt=2
- name: Remote Conference Talks
desc:
This feed contains several of the talks given at Remote Conference put
on by Devchat.tv each month. Topics range from Ruby to JavaScript to
community to tools and tricks
url: https://devchat.tv/remote-conf-talks
- category: Dart
subtitle: Podcasts related to Dart Programming Language
pods:
- name: Dartisans
desc: News, interviews, and Q&A with the Dart team and community
url: https://gpodder.net/podcast/dartisans-dart-programming-language-podcast
- name: Learning Flutter
desc: With this podcast, we are going to learn flutter together
url: https://anchor.fm/learning-flutter
- category: Data Science
subtitle: Podcasts related to Data Science
pods:
- name: Data Science Storytime
desc: A podcast all about data, science, stories, and time
url: https://www.heavybit.com/library/podcasts/data-science-storytime/
- category: DevOps
subtitle: Podcasts related to Operations and DevOps
pods:
- name: On-Call Nightmares Podcast
desc: Stories from technologists about being on-call
url: https://oncallnightmares.podomatic.com
- name: All Things DevOps
desc: We discuss all things related to devops
url: https://allthingsdevops.bigbinary.com
- name: Arrested DevOps
desc:
ADO is the podcast that helps you achieve understanding, develop good
practices, and operate your team and organization for maximum DevOps
awesomeness
url: https://www.arresteddevops.com/
- name: Azure DevOps
desc:
A show for developers and devops professionals shipping software using
Microsoft technologies
url: http://azuredevopspodcast.clear-measure.com
- name: Devops Cafe
desc: Podcast with John Willis & Damon Edwards
url: http://devopscafe.org/
- name: DevOps Chat
desc: Where the world meets DevOps
url: https://devops.com/
- name: DevOps Mastery
desc:
This podcast is all about doing the DevOps thing. We are here to help
you get from a DevOps newbie to being a DevOps Master
url: http://www.devopsmastery.com/
- name: DevOps on AWS Radio
desc:
DevOps on AWS Radio covers topics on applying DevOps principles and
practices such as Continuous Delivery on the AWS cloud
url: https://stelligent.com/tag/podcasts/
- name: DevOps Radio
desc: Covering all things related to software delivery
url: http://media.blubrry.com/devops_radio/www.devopsradio.libsyn.com/podcast
- name: Discussing DevOps Details
desc:
A podcast for professionals looking to uncover all angles of the DevOps
world and create more efficient, more effective and more successful
organizations
url: https://itunes.apple.com/us/podcast/discussing-devops-details/id1274201992
- name: Docker for .NET Developers
desc:
An overview of what .NET developers need to know to build containerized
applications using Docker
url: http://s.ch9.ms/Series/Docker-for-NET-Developers
- name: DockerCast
desc:
Dockercast is the official Docker Podcast which covers a wide range of
topics including products, projects and contributions from active
community members and partners with our host, Docker’s very own – John
Willis
url: https://www.docker.com/
- name: Mobycast
desc:
A weekly conversation about Docker, AWS, and building distributed
systems
url: https://prodockertraining.com/mobycast/
- name: Puppet Podcast
desc:
The Puppet Podcast features Puppet community members talking about the
latest trends in configuration management & cloud automation as well as
DevOps culture
url: https://puppet.com/podcast_feed
- name: Real World DevOps
desc:
Setting out to meet interesting people doing awesome work in the world
of DevOps
url: https://www.realworlddevops.com
- name: The Food Fight Show
desc:
The Chef Community Podcast, where DevOps engineeers do battle. This is
not a cooking show
url: http://foodfight.libsyn.com/
- name: The New Stack Makers
desc:
The New Stack Makers stream of featured speakers and interviews is all
about the new software stacks that change the way we development and
deploy software
url: http://soundcloud.com/thenewstackmakers
- name: The Ship Show
desc:
A twice-montly podcast covering the finer points of build engineering,
devops, & release management, including discussions, interviews,
reviews, and coverage of important release engineering news and
happenings
url: http://theshipshow.com/podcast/
- name: To Be Continuous
desc: A show all about continuous delivery and software development
url: https://www.heavybit.com/library/podcasts/to-be-continuous/
- category: DotNet
subtitle: Podcasts related to .NET and Windows Development
pods:
- name: ".NET Rocks"
desc:
A weekly talk show for anyone interested in programming on the Microsoft
.NET platform. The shows range from introductory information to hardcore
geekiness
url: http://www.dotnetrocks.com/
- name: MS Dev Show
desc:
The MS Dev Show is THE podcast for Microsoft developers covering news
and topics such as Azure (cloud), Windows, and cross-platform
development using MS tools
url: http://msdevshow.com/
- category: Elixir
subtitle: Podcasts related to Elixir Programming Language
pods:
- name: Elixir Fountain
desc: Bringing you the News & Interviews from around the Elixir Community
url: http://elixirfountain.com/
- category: Elm
subtitle: Podcasts related to Elm Programming Language
pods:
- name: Elm Town
desc: About the people making and using the Elm language
url: https://elmtown.audio/
- name: JavaScript to Elm
desc:
A show about learning Elm, Functional Programing, and generally leveling
up as a JS developer
url: https://jstoelm.com/
- category: Functional Programming
subtitle: Podcasts related to functional programming
pods:
- name: CoRecursive
desc:
Interviews with functional programming devs & researchers covering a
variety of languages. Language focus is approx. 50% Scala, 50%
Haskell/Idris/Everything else
url: https://corecursive.com/
- name: Functional Geekery
desc: All functional programming languages
url: https://www.functionalgeekery.com/
- name: Lambdacast
desc: Functional programming core concepts
url: https://soundcloud.com/lambda-cast
- category: General
pods:
- name: Git Cute
desc: Making tech news obtainable and cute one podcast at a time
url: https://gitcutepodcast.com
- name: Managing Up
desc:
Management tips, stories, and interviews to help navigate the challenges
of managing creative and technical teams
url: https://managingup.simplecast.com
- name: Open Source Underdogs
desc: The podcast for entrepreneurs about open source software!
url: https://opensourceunderdogs.com
- name: Bad Voltage
desc:
Technology, Open Source, Politics, Music... Anything and everything is
up for grabs, complete with reviews and interviews
url: https://www.badvoltage.org/
- name: Building Programmers
desc:
Interviews with software developers about their careers, their current
responsibilities, and how they became programmers
url: https://building.fireside.fm/
- name: Changelog
desc:
A weekly podcast that shines a spotlight on the technology and people of
open source. It's about the code, the people, and the community
url: https://changelog.com/podcast
- name: Code & Cast
desc:
A few devs talking with cool people who have a common interest in web
and software development and having fun
url: http://codeand.us/
- name: Coder Radio
desc:
A weekly talk show taking a pragmatic look at the art and business of
Software Development and related technologies
url: http://www.jupiterbroadcasting.com/show/coderradio/
- name: Coding Blocks
desc:
Coding Blocks is the podcast and website for learning how to become a
better software developer
url: https://www.codingblocks.net/
- name: Coffee & Code
desc:
A weekly podcast hosted by Mike Sheehan from San Francisco and Kyle Paul
Johnson from Seattle. Each week we talk about tech topics from hardware
to code and many other topics along the way
url: http://www.coffeecodecast.com/
- name: Command-Line Heroes
desc:
An original podcast about the people who transform technology from the
command line up
url: https://www.redhat.com/en/command-line-heroes
- name: Community Pulse
desc:
The spot for community managers and developer evangelists who are
looking for information on community building
url: https://communitypulse.io/
- name: Complete Developer
desc:
A podcast by coders for coders about all aspects of life as a developer
url: http://completedeveloperpodcast.com/
- name: Developer on Fire
desc: Stories from inspiring people in and around software
url: http://developeronfire.com/
- name: Developer Tea
desc: A podcast for developers designed to fit inside your tea break
url: https://spec.fm/podcasts/developer-tea
- name: Developing Up
desc: A podcast focused on the non-technical side of being a developer
url: http://www.developingup.com/
- name: devpath.fm
desc: A podcast about developer career paths
url: https://www.devpath.fm
- name: devRant Podcast
desc:
A weekly podcast interviewing prominent software developers, followed by
a discussion with several devRant community members, and wrapped by with
some devRant news and updates
url: https://soundcloud.com/devrantapp
- name: DevRel Radio
desc:
A show about things of interest to developer relations leaders,
practitioners, and the executives who love them
url: http://devrelrad.io
- name: FLOSS Weekly
desc:
A weekly talk show with the most interesting and important people in the
Open Source and Free Software community
url: https://twit.tv/shows/floss-weekly
- name: Founders Talk
desc:
An interview podcast, featuring in-depth, one on one, conversations with
Founders
url: https://changelog.com/founderstalk
- name: Freelancer's Show
desc:
The Freelancers' Show discusses the challenges that freelancers
face. The panel includes technology freelancers and entrepreneurs with
many years of experience
url: https://devchat.tv/freelancers
- name: Full Stack Radio
desc:
A podcast for developers interested in building great software products
url: http://www.fullstackradio.com/
- name: Functional Geekery
desc:
A podcast on Functional Programming, covering topics across multiple
languages
url: https://www.functionalgeekery.com/
- name: Greater Than Code
desc: The podcast for coders who care by coders who care
url: https://www.greaterthancode.com/podcast/
- name: Hanselminutes
desc: A weekly talkshow on tech
url: http://hanselminutes.com/
- name: Herding Code
desc:
Herding Code is a weekly podcast that explores different
technology-related topics
url: http://herdingcode.com/
- name: Mapping The Journey
desc:
A Podcast where we unmask the people who are making tremendous strides
in tech, yet whose stories are seldom heard
url: https://www.mappingthejourney.com/
- name: Request For Commits
desc:
Exploring different perspectives in open source sustainability. It's
about the human side of code
url: https://changelog.com/rfc
- name: Second Career Devs
desc:
Each episode of the Second Career Devs podcast focuses on a guest who
became a software engineer after a previous career
url: https://secondcareerdevs.com/episodes
- name: Shop Talk Show
desc: An internet radio show about the internet
url: http://shoptalkshow.com/
- name: Simple Programmer
desc:
John Sonmez interviews guests and shares everything he knows to help you
become a top performing software developer
url: https://simpleprogrammer.com/podcasts/
- name: Soft Skills Engineering
desc:
A weekly Q & A podcast for software developers who want to level up
their non-technical engineering skills
url: https://softskills.audio/
- name: Software Architecture Radio
desc:
the first podcast dedicated solely to the practice of software
architecture! In the episodes to come, we’ll discuss modern software
architecture patterns and practices with the practitioners getting their
hands dirty doing the work
url: https://soundcloud.com/swarchradio
- name: Software Defined Talk
desc: Weekly show about Kubernetes, serverless, cloud, DevOps, & coding
url: https://www.softwaredefinedtalk.com/
- name: Software Engineering Daily
desc: Features daily interviews about technical software topics
url: https://softwareengineeringdaily.com/
- name: Software Engineering Radio
desc:
A weekly podcast targeted at the professional software developer that
aims to be a lasting educational resource, not a newscast
url: http://www.se-radio.net/
- name: Start Over Coder
desc:
A weekly podcast about taking up a new career as a professional
developer and pursuing financial independence
url: https://www.startovercoder.com/
- name: Talking Code
desc:
Short expert interviews that help you decode what developers are saying
url: http://talkingcode.com/
- name: Terminal Talk
desc:
The people, technology, and culture behind one of the world's most
powerful and important computing platforms, the Mainframe
url: http://terminaltalk.net/PodcastGenerator/
- name: The Deep End Podcast
desc:
A place where engineers talk to other engineers about tech & other stuff
url: https://soundcloud.com/digitaloceanpodcast
- name: The Manifest
desc: A podcast all about package management
url: https://manifest.fm
- name: The Women in Tech Show
desc: A women in tech podcast featuring technical interviews
url: https://thewomenintechshow.com/
- name: The Yak Shave
desc:
Each week our hosts will discuss their development experiences. We'll
talk about Ruby, Rust, Go, and anything else that has drawn our interest
this week
url: http://yakshave.fm
- name: Toolsday
desc:
A 20-minute podcast about the latest in tech tools, tips, and tricks on
Tuesdays
url: http://toolsday.io/
- name: weirdtrickmafia.fm
desc: A podcast about tech, feelings, open source, and /dev/urandom
url: https://weirdtrickmafia.fm
- name: Women Who Code Blogposts
desc:
Interviews, moderatings, and musings about the state of women in high
tech industry
url: https://womenwhocoderadio.blogspot.com/
- name: L8istSh9y (Latest Shiny) Podcast
desc:
A non-commercial series of discussions with global industry leaders in
Edge, DevOps, Security, Open Source and more.
url: https://l8istsh9y.com
subtitle: Podcasts related to general programming topics
- category: Go
subtitle: Podcasts related to Go Programming Language
pods:
- name: Go Gab
desc:
A podcast about everything Go. We'll explore syntax, new libraries, its
concurrency model, and what makes it unique. Anything Go-related is on
the table!
url: https://www.briefs.fm/go-gab
- name: Go Time
desc:
A weekly panelist podcast discussing the Go programming language, the
community, and everything in between
url: https://changelog.com/gotime
- category: Hardware
subtitle: Podcasts related to Hardware Programming
pods:
- name: IoT For All
desc:
Focused on bringing together the smartest and most creative minds in the
Internet of Things (IoT) industry to share their knowledge and
experiences with the world
url: https://www.iotforall.com/podcast/
- name: IoT Podcast
desc: A weekly podcast exploring latest IoT tech and topics
url: http://iotpodcast.com/
- name: Raspberry PiPod Podcast
desc:
A bi-weekly podcast/videocast for Raspberry Pi enthusiasts containing
the latest news, details of new and updated products, a look at related
crowdfunding campaigns, information about upcoming events and a look at
some featured Raspberry Pi projects
url: http://www.recantha.co.uk/blog/
- name: The Pi Podcast
desc:
The Pi Podcast is a show by members of the Raspberry Pi community for
the Raspberry Pi community
url: http://thepipodcast.com/
- category: Haskell
subtitle: Podcasts related to Haskell Programming Language
pods:
- name: Haskell Cast
desc: Core haskell concepts
url: https://www.haskellcast.com/
- category: Javascript
subtitle: Podcasts related to JavaScript Programming Language
pods:
- name: 5-Minutes of JavaScript
desc: The latest news in the JavaScript community in 5 minutes
url: https://fivejs.codeschool.com/
- name: Adventures In Angular
desc:
Adventures in Angular is a weekly podcast dedicated to the Angular
JavaScript framework and related technologies, tools, languages, and
practices
url: https://devchat.tv/adv-in-angular
- name: Angular Air
desc: A live video podcast all about Angular
url: https://angularair.com/
- name: FiveJS
desc: The latest news in the JavaScript community
url: https://fivejs.codeschool.com/
- name: JavaScript Air
desc: The live broadcast podcast all about JavaScript
url: https://javascriptair.com/
- name: JavaScript Jabber
desc:
JavaScript Jabber is a weekly discussion about JavaScript, front-end
development, community, careers, and frameworks
url: https://devchat.tv/js-jabber
- name: JS Party
desc: A community celebration of JavaScript and the web
url: https://changelog.com/jsparty
- name: NodeUp
desc: A Node.js podcast
url: http://nodeup.com/
- name: React30
desc: A 30-minute podcast about React and all things JavaScript
url: https://react30.com/
- name: Real Talk Javascript
desc:
A weekly podcast where we tackle the challenges facing Web developers
today and invite expert guests on the show to share their experience
solving concrete problems while building real Web applications
url: https://realtalkjavascript.simplecast.fm/
- name: Space Dojo Show
desc: A roundtable podcast about Javascript
url: https://show.spacedojo.com/
- category: Kotlin
subtitle: Podcasts related to Kotlin Programming Language
pods:
- name: Talking Kotlin
desc: A bimonthly podcast on Kotlin and more, hosted by Hadi Hariri
url: http://talkingkotlin.com/
- category: Miscellaneous
subtitle: Podcasts that don't fit into one particular category
pods:
- name: Dads in Development
desc: A podcast about dads and geeky stuff
url: http://www.dadsindev.com/
- name: Dev.to
desc: A collection of podcasts that may or may not be listed here
url: https://dev.to/pod
- name: Heavybit Industries
desc: A collection of podcasts that may or may not be listed here
url: https://www.heavybit.com/library/podcasts/
- category: Mobile
subtitle: Podcasts related to Mobile Programming
pods:
- name: Android Developers Backstage
desc: Podcast interviewing Google engineers about the latest Android APIs
url: http://feeds.feedburner.com/blogspot/AndroidDevelopersBackstage
- name: Android Snacks
desc: The TL;DR of last week's Android developer news
url: http://androidsnacks.com/
- name: Context Podcast
desc:
Podcast that discusses on various frameworks and tools available in
Android Community
url: https://github.com/artem-zinnatullin/TheContext-Podcast
- name: Fragmented Podcast
desc: An Android Developer Podcast
url: http://fragmentedpodcast.com/category/episodes/
- name: iPhreaks
desc:
The iPhreaks Show is a weekly group discussion about iOS development and
related technology by development veterans. We discuss Apple, tools,
practices, and code
url: https://devchat.tv/iphreaks
- name: More Than Just Code
desc:
A show about mobile development (& for those of you driving at home.)
url: http://mtjc.fm/
- name: React Native Radio
desc:
React Native Radio is a weekly discussion of the tools, techniques, and
technologies used to build mobile applications with JavaScript and React
done by developers regularly using React Native
url: https://devchat.tv/react-native-radio
- category: Nix
subtitle: Podcasts related to Linux/Unix Operating Systems
pods:
- name: BSD Now
desc:
A weekly show covering the latest developments in the world of the BSD
family of operating systems. News, Tutorials and Interviews for new
users and long time developers alike
url: http://www.jupiterbroadcasting.com/show/bsdnow/
- name: Choose Linux
desc:
Every 2 weeks, Jason joins Joe to share the latest developments on his
journey into the Linux and Open Source world
url: https://chooselinux.show
- name: Destination Linux
desc:
Destination Linux is hosted by two everyday guys who love running Linux.
The discussions are down to earth and based on their real world
experiences
url: http://destinationlinux.org/
- name: GNU World Order
desc:
An internet audio show about GNU, Linux, UNIX, and other technical and
geeky topics
url: http://gnuworldorder.info/
- name: Late Night Linux
desc:
Late Night Linux is a podcast that takes a look at what’s happening with
Linux and the wider tech industry. Every two weeks, Joe, Jesse, Ikey and
Félim discuss the latest news and releases, and the broader issues and
trends in the world of free and open source software
url: http://latenightlinux.com/
- name: Linux Action Show
desc:
A weekly show that covers the best in the open source and Linux world.
Get a solid dose of Linux, gadgets, howto, reviews, and news every week!
url: http://www.jupiterbroadcasting.com/show/linuxactionshow/
- name: Linux Unplugged
desc:
The Linux Action Show with no prep, no limits, and tons of opinion. An
open show powered by community LINUX Unplugged takes the best attributes
of open collaboration and focuses them into a weekly lifestyle show
about Linux
url: http://www.jupiterbroadcasting.com/show/linuxun/
- category: Observability
subtitle: Podcasts related to observability and monitoring
pods:
- name: O11ycast
desc: Exploring the observability side of software development
url: https://www.heavybit.com/library/podcasts/o11ycast/
- category: Python
subtitle: Podcasts related to Python Programming Language
pods:
- name: Import This
desc: A Python Podcast for Humans
url: https://www.kennethreitz.org/import-this/
- name: podcast.__init__
desc: The Podcast About Python and the People Who Make It Great
url: https://www.podcastinit.com/
- name: Python Bytes
desc: Python headlines delivered directly to your earbuds
url: https://pythonbytes.fm/
- name: Talk Python To Me
desc: A podcast on Python and related technologies
url: https://talkpython.fm/episodes/all
- category: Reason
subtitle: Podcasts related to ReasonML Programming Language
pods:
- name: Reason Town
desc:
A podcast about the ReasonML language and the community that makes it
awesome
url: https://reason.town/
- category: Ruby
subtitle: Podcasts related to Ruby Programming Language
pods:
- name: Rails Clips
desc:
Rails Clips is a video series about building web applications with Ruby
on Rails
url: https://devchat.tv/rails-clips
- name: Remote Ruby
desc: Two Ruby devs chattin' about Ruby and Rails
url: https://remoteruby.transistor.fm/
- name: Ruby on Rails Podcast
desc:
The Ruby on Rails Podcast, a weekly conversation about Ruby on Rails,
open source software, and the programming profession
url: http://5by5.tv/rubyonrails
- name: Ruby5
desc: The latest news in the Ruby and Rails community in 5 minutes
url: https://ruby5.codeschool.com/
- name: The Ruby Rogues
desc:
The Ruby Rogues podcast is a panel discussion about topics relating to
programming, careers, community, and Ruby. We release a conversation
with notable programmers and Rubyists each week to help programmers
advance in their careers and skills
url: https://devchat.tv/ruby-rogues
- category: Rust
subtitle: Podcasts related to Rust Programming Language
pods:
- name: Rusty Spike Podcast
desc: A podcast for Rust and Servo
url: https://rusty-spike.blubrry.net/
- name: The New Rustacean
desc: A podcast about learning the programming language Rust—from scratch
url: http://www.newrustacean.com/show_notes/
- category: Security
subtitle: Podcasts related to Information Security
pods:
- name: Absolute AppSec
desc:
The podcast for kids who cant appsec good and want to learn how to do
other stuff good too
url: https://absoluteappsec.com/
- name: AppCanary Podcast
desc:
Appcanary makes sure you never run vulnerable software on your servers
url: http://podcast.appcanary.com/
- name: application security podcast
desc:
Reach new people, explain the details, and leave the echo chamber in the
dust
url: https://www.appsecpodcast.org/
- name: Application Security Weekly
desc:
Application Security Weekly decrypts development for the Security
Professional – exploring how to inject security into their
organization’s Software Development Lifecycle (SDLC) in a fluid and
transparent way
url: https://securityweekly.com/category/application-security-weekly/
- name: Brakeing Down Security
desc:
A podcast all about the world of Security, Privacy, Compliance, and
Regulatory issues that arise in today's workplace
url: http://www.brakeingsecurity.com/
- name: Darknet Diaries
desc: True stories from the dark side of the Internet
url: https://darknetdiaries.com/
- name: Data Driven Security
desc:
A podcast on discovery and decision making through data in information
security, covering all levels and aspects of data analysis &
visualization, plus speaking with pioneers in the field of security data
science and seasoned veterans in information security
url: http://datadrivensecurity.info/podcast/
- name: Defensive Security Podcast
desc:
The Defensive Security podcast is an attempt to look at recent security
news and pick out lessons we can apply to the organizations we are
charged with keeping secure
url: http://www.defensivesecurity.org/
- name: DevelopSec
desc: Developing Security Awareness
url: https://developsec.libsyn.com/
- name: Down The Security Rabbithole
desc: Interesting security interviews and news analysis
url: http://podcast.wh1t3rabbit.net/
- name: Exploring Information Security
desc:
Weekly interviews with Information Security experts on various security
topics
url: http://www.timothydeblock.com/eis/
- name: In-Security
desc: An information security podcast, from the ground up
url: http://in-security.org/
- name: Mostly Security
desc: A podcast about technology and security
url: https://mostlysecurity.com/
- name: Open Source Security
desc: A podcast about security with an open source slant
url: http://www.opensourcesecuritypodcast.com/
- name: OWASP 24/7
desc:
OWASP 24/7 is a recorded series of discussions with project leads within
OWASP. Each week, we talk about the new projects that have come on
board, updates to existing projects and interesting bits of trivia that
come across our desk
url: http://https//www.owasp.org/index.php/OWASP_Podcast
- name: SANS Internet Storm Center Daily
desc: Daily 5-10 minute information security threat updates
url: https://isc.sans.edu/podcast.html
- name: Security Boulevard Chat
desc:
Security Boulevard is the destination for the security community to stay
up on the latest news, discussion and analysis. Home of the Security
Bloggers Network, Security Boulevard has more security related content
than anywhere else on the web
url: https://securityboulevard.com/
- name: Security Intelligence
desc: A cybersecurity podcast brought to you by IBM
url: https://securityintelligence.com/media-type/podcasts/
- name: Security Nation
desc:
Security Nation is a podcast dedicated to covering all things infosec
url: https://www.rapid7.com/resources/podcasts/
- name: Security Now
desc: A discussion of hot topics in security today
url: https://twit.tv/shows/security-now
- name: Security Weekly
desc:
A security podcast network for information security professionals, by
information security professionals
url: https://securityweekly.com/
- name: Smashing Security
desc:
News and views from the world of cybersecurity, hacking, and internet
threats
url: https://www.smashingsecurity.com/
- name: Source Code Podcast
desc:
Source Code is focused on the people that push information security
forward and battle in the trenches every day
url: http://chrissanders.org/podcast/
- name: The CyberWire
desc: A look at what's happening in cyberspace
url: https://thecyberwire.com/podcasts/
- name: The Secure Developer
desc:
A podcast about security for developers, covering tools and best
practices
url: http://www.heavybit.com/library/podcasts/the-secure-developer/
- name: The Social Engineering Podcast
desc: A monthly podcast exploring different security topics
url: https://www.social-engineer.org/category/podcast/
- name: The Threatpost Podcast
desc:
A podcast by Threatpost, an independent news site which is a leading
source of information about IT and business security for hundreds of
thousands of professionals worldwide
url: https://threatpost.com/category/podcasts/
- name: Troy Hunt's Weekly Update
desc: A weekly update on Information Security topics
url: https://www.troyhunt.com/tag/weekly-update/
- name: Unsupervised Learning
desc: The most interesting stories in infosec, technology, and humans
url: https://danielmiessler.com/podcast/
- name: Web Security Warriors
desc:
Web Security Warriors is a weekly discussion by developers about keeping
websites, data, servers, and other internet outposts secure
url: https://devchat.tv/web-sec-warriors
- category: Web
subtitle: Podcasts related to everything Web outside of JavaScript
pods:
- name: CodePen Radio
desc:
A podcast all about what it's like running a small web software business
url: https://blog.codepen.io/radio/
- name: Coder Catchup
desc: Catching up with various web developers, web designers and unicorns
url: http://codercatchup.com/
- name: Front End Five
desc: All of your Front-end News in 5 Minutes
url: https://frontendfive.codeschool.com/
- name: Front End Friday
desc: A podcast on HTML and the web
url: http://frontendfriday.fi/
- name: Front End Happy Hour
desc: Discussions around frontend topics
url: http://frontendhappyhour.com/
- name: JAMStack Radio
desc:
A show all about the JAMstack, a new way to build fast & secure apps or
websites
url: https://www.heavybit.com/library/podcasts/jamstack-radio/
- name: Modern Web
desc: Discussions about all things related to modern web development
url: http://www.modern-web.org/#/modern-web-podcast
- name: Syntax
desc: A Tasty Treats Podcast for Web Developers
url: https://Syntax.fm
- name: The Big Web Show
desc:
The award winning Big Web Show features special guests and topics like
web publishing, art direction, content strategy, typography, web
technology, and more. It's everything web that matters
url: http://5by5.tv/bigwebshow
- name: The Full Stack Podcast
desc:
A podcast dedicated to modern software development, with an emphasis on
how it relates to web development
url: http://www.devcannon.com/thefullstack/
- name: The Rise of Frontend Engineering
desc:
A weekly podcast for Frontend Engineers interested in getting better at
their craft
url: https://theriseoffrontendengineering.com/podcast/
- name: The Web Ahead
desc:
Conversations with world experts on changing technologies and future of
the web. The Web Ahead is your shortcut to keeping up
url: http://5by5.tv/webahead
- category: vendors
subtitle: Podcasts related to tech vendors
pods:
- name: Tech ONTAP
desc:
Dive into all-things NetApp, including storage, public & private cloud,
and much more
url: https://soundcloud.com/techontap_podcast
- name: On Cloud
desc:
Decoding the state of cloud computing in the enterprise with leading
practices, real-world examples, and candid advice from industry leaders
and specialists
url: http://oncloud.deloitte.libsynpro.com
- name: Random but Memorable
desc: Lighthearted security advice and banter from 1Password and guests.
url: https://randombutmemorable.simplecast.com
- name: All Hands on Tech