Monday, December 31, 2018

Test and Code: 61: A retrospective

A look back on 3 years of podcasting, and a bit of a look forward to what to expect in 2019.

Top 5 episodes:

  1. 2: Pytest vs Unittest vs Nose
  2. 33: Katharine Jarmul - Testing in Data Science
  3. 18: Testing in Startups and Hiring Software Engineers with Joe Stump
  4. 45: David Heinemeier Hansson - Software Development and Testing, TDD, and exploratory QA
  5. 27: Mahmoud Hashemi : unit, integration, and system testing

Honorable mention: 32: David Hussman - Agile vs Agility, Dude's Law, and more

This episode also went through lots of:

  • what went well
  • what was lacking
  • what's next

Please listen and let me know where I should take this podcast.

Sponsored By:

Support Test & Code

<p>A look back on 3 years of podcasting, and a bit of a look forward to what to expect in 2019.</p> <p>Top 5 episodes:</p> <ol> <li><a href="http://bit.ly/2TeNkFs" rel="nofollow">2: Pytest vs Unittest vs Nose</a></li> <li><a href="http://bit.ly/2CGvq94" rel="nofollow">33: Katharine Jarmul - Testing in Data Science</a></li> <li><a href="http://bit.ly/2TlAdCx" rel="nofollow">18: Testing in Startups and Hiring Software Engineers with Joe Stump</a></li> <li><a href="http://bit.ly/2CG92wK" rel="nofollow">45: David Heinemeier Hansson - Software Development and Testing, TDD, and exploratory QA</a></li> <li><a href="http://bit.ly/2ThPYKL" rel="nofollow">27: Mahmoud Hashemi : unit, integration, and system testing</a></li> </ol> <p>Honorable mention: <a href="http://bit.ly/2CGAY3F" rel="nofollow">32: David Hussman - Agile vs Agility, Dude&#39;s Law, and more</a></p> <p>This episode also went through lots of:</p> <ul> <li>what went well</li> <li>what was lacking</li> <li>what&#39;s next</li> </ul> <p>Please listen and let me know where I should take this podcast.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://testandcode.com/digitalocean">DigitalOcean</a>: <a rel="nofollow" href="https://testandcode.com/digitalocean">Get started with a free $100 credit </a></li></ul><p><a rel="payment" href="https://www.patreon.com/testpodcast">Support Test &amp; Code</a></p>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...