From d99002c856520bad472f4c9c087048dc1fed9347 Mon Sep 17 00:00:00 2001 From: Rajeev N B Date: Sat, 24 Mar 2018 11:57:04 +0530 Subject: [PATCH] categorize the podcasts and add them in ascending order --- README.md | 85 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 57 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 6f5ad28..f00e942 100644 --- a/README.md +++ b/README.md @@ -2,37 +2,66 @@ List of podcasts which are helpful for software engineers -- [GoTime](https://changelog.com/gotime) -- [Security Now](https://twit.tv/shows/security-now) -- [Software Engineering Daily](https://softwareengineeringdaily.com/) -- [Lambdacast](https://soundcloud.com/lambda-cast) -- [Giant Robots Smashing into other giant robots](https://robots.thoughtbot.com/) -- [Ruby Rogues](https://devchat.tv/ruby-rogues) -- [FunctionalGeekery](https://www.functionalgeekery.com/) -- [HanselMinutes](https://hanselminutes.com/) -- [Software Engineering Radio](http://www.se-radio.net/) -- [Paul's Security Weekly](https://securityweekly.com/) -- [Haskell Cast](https://www.haskellcast.com/) -- [The Changelog](https://changelog.com/) -- [Risky Business](https://risky.biz/netcasts/risky-business/) -- [Talk Python To Me](https://talkpython.fm/) -- [Podcast.__init__](https://pythonpodcast.com/) -- [Python Bytes](https://pythonbytes.fm/) -- [Syntax](https://syntax.fm/) -- [The Bike Shed](http://bikeshed.fm/) -- [Front End Happy Hour](http://frontendhappyhour.com/) -- [Coding Blocks](https://www.codingblocks.net/) -- [Developer Tea](https://spec.fm/podcasts/developer-tea) -- [Arrested DevOps](https://www.arresteddevops.com/) -- [The New Stack](https://thenewstack.io/podcasts/) +### Data/MachineLearning + - [Data Driven](http://datadriven.tv/) - [Machine Learning Guide](http://ocdevel.com/podcasts/machine-learning) - [O'Reilly Data Show](https://www.oreilly.com/topics/oreilly-data-show-podcast) - [This Week in Machine Learning & AI (TWiML & AI)](https://twimlai.com/) -- [Defensive Security Podcast](https://defensivesecurity.org/) + +### Devops + +- [Arrested DevOps](https://www.arresteddevops.com/) + +### Functional Programming + - [Elm Town](https://elmtown.audio/) -- [Full Stack Radio](http://www.fullstackradio.com/) -- [New Rustacean](https://newrustacean.com/) -- [NodeUp](http://nodeup.com/) -- [OWASP 24/7](https://www.owasp.org/index.php/OWASP_Podcast) +- [FunctionalGeekery](https://www.functionalgeekery.com/) +- [Haskell Cast](https://www.haskellcast.com/) +- [Lambdacast](https://soundcloud.com/lambda-cast) + +### General software + +- [The Bike Shed](http://bikeshed.fm/) +- [Coding Blocks](https://www.codingblocks.net/) +- [Developer Tea](https://spec.fm/podcasts/developer-tea) +- [Giant Robots Smashing into other giant robots](https://robots.thoughtbot.com/) - [HAK5](https://www.hak5.org/) +- [HanselMinutes](https://hanselminutes.com/) +- [Software Engineering Daily](https://softwareengineeringdaily.com/) +- [Software Engineering Radio](http://www.se-radio.net/) +- [The Changelog](https://changelog.com/) +- [The New Stack](https://thenewstack.io/podcasts/) + +### Go Programming Language + +- [GoTime](https://changelog.com/gotime) + +### Python + +- [Podcast.__init__](https://pythonpodcast.com/) +- [Python Bytes](https://pythonbytes.fm/) +- [Talk Python To Me](https://talkpython.fm/) + +### Ruby/Rails + +- [Ruby Rogues](https://devchat.tv/ruby-rogues) + +### Rust programming language + +- [New Rustacean](https://newrustacean.com/) + +### Security + +- [Defensive Security Podcast](https://defensivesecurity.org/) +- [OWASP 24/7](https://www.owasp.org/index.php/OWASP_Podcast) +- [Paul's Security Weekly](https://securityweekly.com/) +- [Risky Business](https://risky.biz/netcasts/risky-business/) +- [Security Now](https://twit.tv/shows/security-now) + +### Web development + +- [Front End Happy Hour](http://frontendhappyhour.com/) +- [Full Stack Radio](http://www.fullstackradio.com/) +- [NodeUp](http://nodeup.com/) +- [Syntax](https://syntax.fm/)