749 tutorials · free to read

A working handbook for data and software engineering.

Hands-on tutorials by Alex Merced on Apache Iceberg, the data lakehouse, pipelines, agentic AI, and the languages and tools that hold it all together.

Browse by topic

All topics

Latest tutorials

Page 35 of 125
  1. 01The Model Is Not the MoatEnterprise AI advantage increasingly comes from governed context, semantic models, and operational data contracts, not only from model choice.
  2. 02PyIceberg at Scale Without Apache SparkPython-first Iceberg work is useful when it stays honest about what Python should and should not do.
  3. 03The Real-Time Lakehouse with Streaming and IcebergThe real-time lakehouse is not one engine. It is a contract between streams, table commits, query paths, and freshness expectations.
  4. 04REST Catalog V2 LoadTable and Client CapabilityREST Catalog V2 LoadTable work matters because clients and catalogs need explicit contracts, not optimistic assumptions.
  5. 05Rust vs C++ in Native Iceberg Scan OperatorsThe Rust versus C++ discussion is really about table-layer execution safety, interoperability, and performance envelopes.
  6. 06Server-Side Commit Deconflicting in REST CatalogsServer-side commit deconflicting is about moving concurrency control closer to the catalog contract.