/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

hypothesis.works
| | nikoheikkila.fi
7.7 parsecs away

Travel
| | How can we improve the developer experience in writing tedious browser-based tests?
| | www.hillelwayne.com
5.8 parsecs away

Travel
| | I've been working on a bunch of longform obligation pieces and while they're a lot of fun, they're also steadily driving me insane. So I took a day off to write about all of the kinds of automated testing I know about. I'm defining tests here to be "an independent verification program that, as part of verification, executes the code we want to verify." This means types are not tests, as they don't involve execution of the code, and contracts are not tests, because they're not executed as an independent program.
| | zhd.dev
4.0 parsecs away

Travel
| |
| | pgdba.org
24.7 parsecs away

Travel
| [AI summary] This technical article explains the Multi-Version Concurrency Control (MVCC) and transaction isolation levels in PostgreSQL, including how XIDs work and common concurrency issues.