/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

stribny.name
| | typicalprogrammer.com
4.0 parsecs away

Travel
| | [AI summary] A discussion on the use of relational databases versus alternative integration methods like XML over HTTP, focusing on encapsulation, data integrity, and the role of SQL in application integration.
| | www.adamconrad.dev
3.2 parsecs away

Travel
| | Ch 2 of my book club review of Designing Data-Intensive Applications by Martin Kleppmann.
| | architecturenotes.co
4.2 parsecs away

Travel
| | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases.
| | postgresql.verite.pro
7.6 parsecs away

Travel
| To avoid having concurrent transactions interfere with each other,SQL engines implement isolation as a feature.This property corresponds to the I letter in t...