/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

theburningmonk.com
| | andreas.heigl.org
3.4 parsecs away

Travel
| | Development tools in project files tie your production code directly to those tools and prohibit independent updates. How can we avoid that.
| | codedrivendevelopment.com
2.9 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.
| | henko.net
3.3 parsecs away

Travel
| | A deep dive into unit testing looking to answer why, how much, and what.
| | www.planetgeek.ch
7.4 parsecs away

Travel
| I wrote code without tests that ran in production without defects, and I wrote buggy code with TDD (Test Driven Development). Time to look back at 35 years of coding and when tests help, and when there is something better. And especially, what these better things are. In the final part, we examine how LLMs...