Explore >> Select a destination


You are here

blog.pragmaticengineer.com
| | sphericalcowconsulting.com
16.8 parsecs away

Travel
| | Discover productivity tips for solo entrepreneurs. From outsourcing your brain to color-coding your calendar, stay organized & manage your life.
| | lethain.com
4.6 parsecs away

Travel
| | The Software Engineer's Guidebook by Gergely Orosz is a broad reference book for software engineers that will be particularly valuable for new software engineers and those who've worked most of their career in a small number of companies. It doesn't go deep everywhere, but leaves a breadcrumb on most topics you'll encounter as a software engineer, along with enough detail to guide deeper exploration in other, narrower books. Gergely Orosz is the author of The Pragmatic Engineer, and almost certainly the ...
| | engineering.zalando.com
6.7 parsecs away

Travel
| | Architecture and tooling behind machine learning at Zalando
| | jack-vanlightly.com
27.0 parsecs away

Travel
| In the previous post, I covered append-only tables, a common table type in analytics used often for ingesting data into a data lake or modeling streams between stream processor jobs. I had promised to cover native support for changelog streams, aka change data capture (CDC), but before I do so, I think we should first look at how the table formats support the ingestion of data with row-level operations (insert, update, delete) rather than query-level operations that are commonly used in SQL batch commands.