/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

blog.hulacorn.com
| | jimpurbrick.com
2.4 parsecs away

Travel
| | [AI summary] The article discusses the importance of strategic test investment in software development, highlighting that 100% test coverage is not always beneficial and that prioritizing tests with high expected returns is more effective than a blanket approach.
| | samestuffdifferentday.net
2.0 parsecs away

Travel
| | Here are the most interesting articles, blog posts, videos, podcasts, and GitHub repositories I've run into over the last week (September 15, 2025 - September 21, 2025). Enjoy!
| | www.fabiopereira.me
2.3 parsecs away

Travel
| | Test automation is prevalent in the software development community. Practices like TDD and BDD are widespread and applied almost unquestionably. However, sev...
| | yakovfain.com
19.5 parsecs away

Travel
| In the previous blog, I generated a new React/TypeScript app using the create-react-app tool. In this blog, you'll get familiar with two types of React components, and what a component's state is for. Two types of React components A React component can be declared either as a function or as a class. A functional component...