article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

Test-Driven Development. It’s test-driven development, and it actually delivers these results. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. TDD isn’t perfect, of course. You’ll need a programmer’s testing framework to use TDD.

article thumbnail

New live online training courses

O'Reilly Media - Ideas

Learn new topics and refine your skills with more than 219 new live online training courses we opened up for June and July on the O'Reilly online learning platform. AI-driven Future State Cloud Operations , June 7. Certified Blockchain Solutions Architect (CBSA) Certification Crash Course , July 25. AI and machine learning.

Course 64
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

219+ live online training courses opened for June and July

O'Reilly Media - Ideas

Learn new topics and refine your skills with more than 219 new live online training courses we opened up for June and July on the O'Reilly online learning platform. AI-driven Future State Cloud Operations , June 7. Certified Blockchain Solutions Architect (CBSA) Certification Crash Course , July 25. AI and machine learning.

Course 49
article thumbnail

150+ live online training courses opened for April and May

O'Reilly Media - Ideas

Learn new topics and refine your skills with more than 150 new live online training courses we opened up for April and May on the O'Reilly online learning platform. Certified Blockchain Solutions Architect (CBSA) Certification Crash Course , May 22. Performance Goals for Growth , May 21. AI and machine learning. Programming.

Course 47
article thumbnail

Talks with Software Development Experts Initiative Part 2

Apiumhub

Talks with Software Development Experts David Bonilla If you work in the tech world you’ve probably heard of David Bonilla, or at least of his online newsletter Bonilista , which now counts over 17,000 subscribers! His expertise lies in getting the best performance out of a team and building remarkable digital assets.

article thumbnail

AoAD2 Practice: No Bugs

James Shore

QSM Associates is a well-regarded company that performs independent audits of software development teams. Test-Driven Development. Test-driven development is your defect-elimination workhorse. Every escaped defect indicates a need to improve your development system. Energized Work.

article thumbnail

Introduction to database testing

CircleCI

Once you understand what database testing is all about and why it is important, you can apply what you know to making sure that all test cases are well covered. The first set of test cases are for the Create, Read, Update, and Delete (CRUD) operations that your application performs. How to test databases.

Testing 75