Architecture Talk
Author

Architecture Talk

Rooted in the "Dao" of architecture, we provide pragmatic, implementation‑focused architecture content.

31
Articles
0
Likes
13
Views
0
Comments
Recent Articles

Latest from Architecture Talk

31 recent articles
Architecture Talk
Architecture Talk
Mar 10, 2019 · Operations

Mastering Distributed Tracing: From Dapper to Zipkin and OpenTracing

This article explains the fundamentals of distributed tracing, covering the original Dapper concepts, the architecture and data model of Zipkin, sampling strategies, storage mechanisms, and how OpenTracing provides a vendor‑neutral API for integrating tracing into microservice systems.

DapperOpenTracingbackend
0 likes · 13 min read
Mastering Distributed Tracing: From Dapper to Zipkin and OpenTracing
Architecture Talk
Architecture Talk
Feb 23, 2019 · Backend Development

What Tech Companies Really Test in Server Developer Interviews – Insights from 30+ Companies

Drawing from interviews at over thirty tech firms, this article breaks down the three main interview tracks—data structures and algorithms, operating‑system fundamentals, and project experience—while also sharing practical advice on evaluating companies, handling non‑technical questions, and navigating the hiring process.

C++LinuxTechnical Interview
0 likes · 15 min read
What Tech Companies Really Test in Server Developer Interviews – Insights from 30+ Companies
Architecture Talk
Architecture Talk
Jan 8, 2019 · Big Data

Boost Elasticsearch Performance: Bulk API, Gateway & Caching Secrets

This article explains how to dramatically improve Elasticsearch throughput by using the bulk API, tuning bulk request sizes, configuring gateway settings, optimizing cluster state updates, managing caches, leveraging fielddata and doc values, and employing tools like Curator and the Profiler for efficient cluster operations.

Bulk APICachingElasticsearch
0 likes · 27 min read
Boost Elasticsearch Performance: Bulk API, Gateway & Caching Secrets
Architecture Talk
Architecture Talk
Nov 22, 2018 · Backend Development

How to Build a Scalable Flash‑Sale System: Isolation, Caching, and Real‑Time Hotspot Detection

This article explains the design of a high‑traffic flash‑sale system, covering data isolation, dynamic/static separation, multi‑layer validation, real‑time hotspot discovery, Java concurrency optimizations, and key architectural principles for handling massive concurrent requests efficiently.

CachingFlash SaleHigh Concurrency
0 likes · 16 min read
How to Build a Scalable Flash‑Sale System: Isolation, Caching, and Real‑Time Hotspot Detection
Architecture Talk
Architecture Talk
Oct 23, 2018 · Operations

How tcpcopy Evolved: From Simple Request Copying to Scalable Traffic Replication

This article examines the evolution of tcpcopy’s architecture across three generations, comparing application‑layer and packet‑level request replication, and explains how each design balances testing realism, system impact, and operational complexity for high‑performance traffic replay.

Load TestingPacket Capturerequest replication
0 likes · 12 min read
How tcpcopy Evolved: From Simple Request Copying to Scalable Traffic Replication