/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

chriskottom.com
| | martinfowler.com
5.1 parsecs away

Travel
| | Find out what kinds of automated tests you should implement for your application and learn by examples what these tests could look like.
| | nikoheikkila.fi
4.6 parsecs away

Travel
| | How can we improve the developer experience in writing tedious browser-based tests?
| | janko.io
4.7 parsecs away

Travel
| | When I joined my current company, the system tests for our Rails app used Selenium as the Capybara driver. I didn't have good experiences with Selenium in the past, mostly it was tedious to have to keep chromedriver up-to-date with the auto-updating Chrome. In this project, I was frequently hitting maximum number of open file descriptors on my OS when running system tests, probably in combination with Spring. We're using the Webdrivers gem, and we also needed to ignore its download URLs in VCR and WebMoc...
| | rmoff.net
25.6 parsecs away

Travel
| [AI summary] A technical tutorial explaining how to implement a channel-based Kafka consumer in Go, including code examples for message handling and graceful shutdown.