Created
April 19, 2019 13:57
-
-
Save mohsintahir/57e1498de54154fc3d2a1235d1971d62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0" | |
xmlns:atom="http://www.w3.org/2005/Atom" | |
xmlns:content="http://purl.org/rss/1.0/modules/content/" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" | |
> | |
<channel> | |
<title>Changelog Master Feed</title> | |
<copyright>All rights reserved</copyright> | |
<link>https://changelog.com/master</link> | |
<atom:link href="https://changelog.com/master/feed" rel="self" type="application/rss+xml" /> | |
<atom:link href="https://changelog.com/master/feed" rel="first" type="application/rss+xml" /> | |
<atom:link href="https://changelog.com/master/feed?page=2" rel="previous" type="application/rss+xml" /> | |
<atom:link href="https://changelog.com/master" rel="alternate" type="text/html" /> | |
<language>en-us</language> | |
<description>Master feed of all Changelog podcasts </description> | |
<itunes:author>Changelog Media</itunes:author> | |
<itunes:summary>Master feed of all Changelog podcasts </itunes:summary> | |
<itunes:explicit>no</itunes:explicit> | |
<itunes:image href="https://cdn.changelog.com/images/podcasts/master-original-0ed95506d03b5dbd6cec53040dd6eb13.png?vsn=d"/> | |
<itunes:keywords>changelog, open source, oss, software, development, developer, hacker</itunes:keywords> | |
<itunes:owner> | |
<itunes:name>Changelog Media</itunes:name> | |
<itunes:email>[email protected]</itunes:email> | |
</itunes:owner> | |
<itunes:category text="Technology"> | |
<itunes:category text="Software How-To"/> | |
<itunes:category text="Tech News"/> | |
</itunes:category> | |
<item> | |
<title>Learning and teaching Go (Go Time #72)</title> | |
<link>https://changelog.com/gotime/72</link> | |
<guid isPermaLink="false">changelog.com/2/490</guid> | |
<pubDate>Thu, 22 Mar 2018 10:39:17 +0000</pubDate> | |
<enclosure url="https://cdn.changelog.com/uploads/gotime/72/go-time-72.mp3" length="91871390" type="audio/mpeg" /> | |
<description>Bill Kennedy joined the show and talked with Carlisia about learning Go, teaching Go (which is something we’ll do at some point or another), making good presentations, and other interesting projects and news. </description> | |
<content:encoded><![CDATA[<p>Bill Kennedy joined the show and talked with Carlisia about learning Go, teaching Go (which is something we’ll do at some point or another), making good presentations, and other interesting projects and news.</p> | |
<p><a href="https://changelog.com/gotime/72/discuss">Discuss on Changelog News</a></p> | |
<p>Sponsors</p> | |
<p> | |
<ul> | |
<li> | |
<a href="https://www.fastly.com/?utm_source=changelog&utm_medium=podcast&utm_campaign=changelog-sponsorship">Fastly</a> – <strong>Our bandwidth partner.</strong> Fastly powers fast, secure, and scalable digital experiences. Move beyond your content delivery network to their powerful edge cloud platform. Learn more at <a href="https://www.fastly.com/?utm_source=changelog&utm_medium=podcast&utm_campaign=changelog-sponsorship">fastly.com</a>. | |
</li> | |
<li> | |
<a href="https://rollbar.com/changelog">Rollbar</a> – <strong>Our error monitoring partner.</strong> Rollbar provides real-time error monitoring, alerting, and analytics to help us resolve production errors in minutes. To start deploying with confidence - head to <a href="https://rollbar.com/changelog">rollbar.com/changelog</a> | |
</li> | |
<li> | |
<a href="https://linode.com/changelog">Linode</a> – <strong>Our cloud server of choice.</strong> Deploy a fast, efficient, native SSD cloud server for only $5/month. Get 4 months free using the code <code>changelog2018</code>. Start your server - head to <a href="https://linode.com/changelog">linode.com/changelog</a> | |
</li> | |
</ul> | |
</p> | |
<p>Featuring</p> | |
<p> | |
<ul> | |
<li>Bill Kennedy – <a href="https://twitter.com/goinggodotnet">Twitter</a>, <a href="https://github.com/ardan-bkennedy">GitHub</a>, <a href="https://www.goinggo.net/">Website</a></li> | |
<li>Carlisia Pinto – <a href="https://twitter.com/carlisia">Twitter</a>, <a href="https://github.com/carlisia">GitHub</a></li> | |
</ul> | |
</p> | |
<p>Notes and Links</p> | |
<p><a href="https://github.com/gobridge/presentation-help">Presentation help</a></p> | |
<p><a href="https://www.gopherguides.com/">Gopher Guides</a></p> | |
<p><a href="https://gobuffalo.io/en">Buffalo</a></p> | |
<p><a href="https://www.youtube.com/watch?v=zzAdEt3xZ1M">Golang UK Conference 2016 - Dave Cheney - SOLID Go Design</a></p> | |
<p><a href="http://spf13.com/post/is-go-object-oriented/">Is Go An Object Oriented Language?</a></p> | |
<p>These articles will explain how to organize your Go packages:</p> | |
<ul> | |
<li><a href="https://rakyll.org/style-packages/">Style guideline for Go packages</a></li> | |
<li><a href="https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1#.ds38va3pp">Standard Package Layout</a></li> | |
<li><a href="https://peter.bourgon.org/go-best-practices-2016/#repository-structure">Go best practices, six years in - Repository Structures</a></li> | |
<li><a href="https://www.goinggo.net/2017/02/design-philosophy-on-packaging.html">Design Philosophy On Packaging</a></li> | |
</ul> | |
<p><a href="https://www.youtube.com/watch?v=rX0ItVEVjHc">CppCon 2014: Mike Acton “Data-Oriented Design and C++</a></p> | |
<p><a href="http://golang-challenge.org/">Go Challenge</a></p> | |
<p><a href="https://www.youtube.com/watch?v=jEG4Qyo_4Bc">dotGo 2016 - Damian Gryski - Slices: Performance through cache-friendliness</a></p> | |
<p><a href="http://www.gophercon.in/program/#matt-ellis">GopherCon India - Matt Ellis</a></p> | |
<p><a href="https://dave.cheney.net/2017/02/12/how-to-write-a-successful-conference-proposal">Dave Cheney - How to write a successful conference proposal</a></p> | |
<p><a href="https://github.com/golang/go/wiki/NewSpeakers#contact-us">Resources for New Speakers</a></p> | |
<p><a href="http://www.gopherchina.org/">GopherChina</a></p> | |
<p><a href="https://2018.gophercon.sg/">GopherCon Singapore</a></p> | |
<p><a href="https://gophercon.is/">GopherCon Iceland</a></p> | |
<p><a href="https://www.youcaring.com/womenwhogoviabridgefoundryinc-1086264">Women Who Go to Gophercon Denver 2018</a></p> | |
<p><a href="https://www.stickermule.com/">StickerMule</a></p> | |
<p><a href="https://about.gitlab.com/2018/03/15/working-at-gitlab-affects-my-life/">How working at GitLab has changed my view on work and life</a></p> | |
<p><a href="https://www.usegolang.com/gotime">Learn to create web apps using Go (affiliate link)</a></p> | |
<hr /> | |
<h3>Interesting Go Projects and News</h3> | |
<p><a href="https://placementpal.com">Placement Pal</a></p> | |
<p><a href="http://www.flogo.io">Flogo</a></p> | |
<p>“If boring repetitive things aren’t automated, a manager gets hired” – <a href="https://twitter.com/goinggodotnet/status/971968883866267648">Niranjan Paranjape</a></p> | |
<hr /> | |
<h3>Free Software Friday!</h3> | |
<p>Each week on the show we give a shout out to an open source project or community (or maintainer) that’s made an impact in our day to day developer lives.</p> | |
<p>Bill - <a href="https://github.com/golang/dep">dep</a> (shout out to <a href="https://github.com/sdboyer">Sam Boyer</a>)</p> | |
]]> | |
</content:encoded> | |
<itunes:episodeType>full</itunes:episodeType> | |
<itunes:episode>72</itunes:episode> | |
<itunes:image href="https://cdn.changelog.com/uploads/covers/go-time-original.png?v=63688781289"/> | |
<itunes:duration>1:03:28</itunes:duration> | |
<itunes:explicit>no</itunes:explicit> | |
<itunes:keywords>go, golang, open source, software, development</itunes:keywords> | |
<itunes:subtitle>with Bill Kennedy</itunes:subtitle> | |
<itunes:summary>Bill Kennedy joined the show and talked with Carlisia about learning Go, teaching Go (which is something we’ll do at some point or another), making good presentations, and other interesting projects and news. </itunes:summary> | |
<dc:creator>Carlisia Pinto</dc:creator> | |
<itunes:author>Carlisia Pinto</itunes:author> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment