Architecture Talk
Author

Architecture Talk

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

31
Articles
0
Likes
50
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.

BackendDapperDistributed Tracing
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++Linuxcareer advice
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.

CachingCuratorElasticSearch
0 likes · 27 min read
Boost Elasticsearch Performance: Bulk API, Gateway & Caching Secrets
Architecture Talk
Architecture Talk
Oct 29, 2018 · Databases

Mastering MySQL XA Transactions: Principles, Syntax, and Real-World Examples

This article explains MySQL's XA distributed transaction mechanism, covering its 2‑phase commit process, the roles of resource and transaction managers, internal vs. external XA, essential SQL syntax, practical code examples, common pitfalls, performance considerations, and reference resources.

2PCDatabaseDistributed Transaction
0 likes · 11 min read
Mastering MySQL XA Transactions: Principles, Syntax, and Real-World Examples
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