Category: Uncategorized

0

Cache made consistent

Caches help reduce latency, scale read-heavy workloads, and save cost. They are literally everywhere. Caches run on your phone and in your browser. For example, CDNs and DNS are essentially geo-replicated caches. It’s thanks...

Airbnb’s Microservice Architecture 0

Airbnb’s Microservice Architecture

Airbnb’s journey from a monolithic Ruby on Rails application to a more complex, service-oriented architecture highlights the adaptability required for scaling. Initially, the simplicity allowed engineers to handle end-to-end features within one codebase, minimizing...

0

Thiết kế trong Figma

Là một người đam mê hệ thống thiết kế và là người yêu thích Figma, tôi đã phát triển một phương pháp để tạo ra các hệ thống thiết kế một cách dễ dàng...

0

53 Rust Questions

Rust questions #1. What is Rust? Rust is a general-purpose memory-safe high-performance systems programming language. It enables developers to write correct and maintainable code. Rust can also compile programs for different architectures and systems,...

0

Distributed systems

Introduction I wanted a text that would bring together the ideas behind many of the more recent distributed systems – systems such as Amazon’s Dynamo, Google’s BigTable and MapReduce, Apache’s Hadoop and so on....