podcast icon indicating copy to clipboard operation
podcast copied to clipboard

A curated list of awesome dev podcast around the globe

Podcast Collection

A curated list of awesome dev podcasts around the globe.

How to contribute

Let start

First things first

Check out these articles on how to make your first PR

  1. GitHub
  2. Medium

Check out the existing list. For inspirations

Next

If an awesome podcast you know is not already on this list, this is how you can add it

  • fork this repo
  • clone it to you local machine
  • open the data file
  • Add yours in the format below
  • Send a pull request 🎉
{
    "name": "The Creative Chronicles",
    "host": "Bright C.",
    "url": "www.thecreativeschronicles.com",
    "category": "general, talents",
    "description": "The Journey Telling the stories of Creatives",
    "languages": "English",
    "updates": "weekly",
    "broadcast": "fridays",
    "logo": "https://pbs.twimg.com/profile_images/913581805625808/cdio1mQ5.jpg"
},

Name: Name of the podcast,
Host: Name of the host (optional)
URL: Web address of the podcast
Category: The podcast focused content (JavaScript, Web Development, Machine Learning) make sure you seperate with a comma(,), if more than one category.
Description: Just a few words about the podcast, a copy and paste is a good start
Languages: Language spoken. (English, Spanish, French) make sure you seperate with a comma(,), if more than one Language.
Updates: The frequency of released episodes (daily, weekly or monthly).
broadcast: Day/Date of release.
Logo: url link of podcast image (optional)

Contributing

Thank you for taking the time to contribute! 👍🎉

Follow the steps above and you are done.

Authors

  • Hassan Sani - Initial work - iNidAName
  • Ahmad Abdullaziz - Docs and Maintenance - devamaz

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details