/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.planetgeek.ch
| | codedrivendevelopment.com
2.6 parsecs away

Travel
| | [AI summary] A comprehensive guide explaining Test-Driven Development (TDD) for frontend engineers, covering the red/green/refactor methodology, test types (unit, integration, E2E), and setup tips using React and Jest.
| | siderite.dev
3.0 parsecs away

Travel
| | I've been listening to my favourite podcasts, HanselMinutes and .NetRocks, as usual and I've stumbled upon another gem of a show. It was about Test Driven Development. Why am I talking so much about t
| | hiltmon.com
2.0 parsecs away

Travel
| | [AI summary] The article discusses the effectiveness of Test-Driven Development (TDD) in improving software quality, reducing defects, and enhancing developer confidence through empirical evidence and personal experience.
| | ashishvegaraju.com
2.9 parsecs away

Travel
| In this article, I will demonstrate how to write testable code using TypeScript. I assume that the reader is familiar with JavaScript, heard about Typescript...