Minitest and Test Driven Development
Play
23:58 CC

Minitest and Test Driven Development

#221 Dec 22, 2019 pro
We continue from Episode 220 and add additional features and write tests for existing code. We look at introduced bugs and how test driven development can help to not only fix the bugs, but strengthen our test suite.

Load Testing with JMeter
Play
16:15 CC

Load Testing with JMeter

#184 Apr 21, 2019 pro
Load Testing is an important aspect of due diligence when hosting a production application. It can also help uncover infrastructure requirements and server costs.

Continuous Integration with Travis CI
Play
10:39 CC

Continuous Integration with Travis CI

#105 Nov 12, 2017 pro
Using Continuous Integration, you can perform tasks and run your tests automatically whenever you commit your code. Travis CI offers free Continuous Integration for open source projects.