Weekend Reading #57

0 7 1 min read en

Weekend Reading: A weekly roundup of interesting Software Architecture and Programming articles from tech companies. Find fresh ideas and insights every weekend.

This week, we will talk about the following: simple ACID guide, Uber’s HiveSync data lake replication, Atlassian’s new CI/CD platform, and Pinterest’s Moka data processing system.

ACID in Simple Terms

ACID in Simple Terms
ACID in Simple Terms

A beginner-friendly guide to ACID properties in databases. Explains atomicity, consistency, isolation, and durability with simple examples for junior developers.

Uber: Building a Data Lake with HiveSync

Replication server workflow.
Replication server workflow.

Uber engineers describe how they built large-scale batch data replication into their data lake. HiveSync ensures metadata consistency and reliable ingestion across massive datasets.

Atlassian: Reinventing CI/CD

Atlassian: Reinventing CI/CD

Atlassian shares how they redesigned their CI/CD platform to support builds for 9,000+ engineers daily 

Pinterest: Next-Gen Data Processing with Moka (Part 2 of 2)

Spark Live UI Architecture
Spark Live UI Architecture

The second part of the article introduces Pinterest's Moka, a new data processing system designed for massive-scale workloads. It handles trillions of events daily while cutting costs and improving efficiency.

Comments:

Please log in to be able add comments.