Talks A Guide to using GitHub for Hacktoberfest If you want to participate in Hacktoberfest, but you don't have much experience with GitHub, then you've come to the right place.
Engineering Designing for Testability The same factors that make your software hard to test will also make it hard to maintain. By adding tests, you can find and fix those things, and so the simple fact of having tests will make your software projects more successful.
Testing Unit Testing: How do I even? It hopefully seems obvious that you should test your software. And in particular that you should unit test your software. But, why? And, how? For some reason no one seems to teach this.