Tagged articles
3281 articles
Page 33 of 33
Java High-Performance Architecture
Java High-Performance Architecture
Sep 2, 2015 · Operations

Master Nginx Virtual Hosts: Complete Configuration Guide

This article explains what virtual hosts are, how to configure them in Nginx using server blocks, the syntax for listen, server_name, location, index, and root directives, and provides practical examples with wildcard and regex hostnames, auto‑index settings, and access controls.

BackendOperationsServer Configuration
0 likes · 5 min read
Master Nginx Virtual Hosts: Complete Configuration Guide
Efficient Ops
Efficient Ops
Aug 13, 2015 · Operations

Top DevOps Insights: Agile, ChatOps, Vagrant, Context Switching & More

Compiled from the SEI blog series, this article presents concise summaries of the six most popular DevOps topics of the past six months—including Agile integration, ChatOps communication, Vagrant environment consistency, mitigating context‑switching overhead, and a foundational overview of DevOps—offering practical insights and links to the original sources.

ChatOpsDevOpsOperations
0 likes · 13 min read
Top DevOps Insights: Agile, ChatOps, Vagrant, Context Switching & More
ITPUB
ITPUB
Aug 12, 2015 · Operations

Master Splunk: Install, Configure, and Search Logs on Linux and Windows

This guide walks you through installing Splunk on Linux or Windows, configuring automatic startup, indexing diverse log sources, and using Splunk’s powerful search, Boolean operators, and timeline features to troubleshoot and analyze system and network logs efficiently.

InstallationOperationsSearch
0 likes · 15 min read
Master Splunk: Install, Configure, and Search Logs on Linux and Windows

Challenges and Strategies for Metadata Protection in Cloud Object Storage

This article examines the problems and trade‑offs of metadata protection in cloud object storage, highlighting the importance of reliability, availability, and consistency, and comparing primary‑secondary and multi‑replica models, including the WRN algorithm and practical operational considerations.

ConsistencyDistributed SystemsOperations
0 likes · 28 min read
Challenges and Strategies for Metadata Protection in Cloud Object Storage
Efficient Ops
Efficient Ops
Aug 4, 2015 · Operations

Mastering Operations Automation: 8 Proven Practices for DevOps Success

This article shares eight practical insights on operations automation—from overall planning and standardization to continuous delivery, DevOps philosophy, leveraging testing, CMDB considerations, aiming for NoOps, and the real impact of Docker—offering a comprehensive guide for modern IT teams.

CMDBDevOpsNoOps
0 likes · 14 min read
Mastering Operations Automation: 8 Proven Practices for DevOps Success
Efficient Ops
Efficient Ops
Aug 3, 2015 · Cloud Computing

How 1hao Store Uses Hybrid Cloud to Balance Cost and Performance

This article explains how an e‑commerce platform leverages a hybrid cloud architecture to handle massive traffic spikes from marketing events while optimizing costs, and outlines six key considerations for successful implementation.

Cost OptimizationE‑commerceInfrastructure
0 likes · 10 min read
How 1hao Store Uses Hybrid Cloud to Balance Cost and Performance
MaGe Linux Operations
MaGe Linux Operations
Aug 3, 2015 · Operations

Why Do du and df Report Different Disk Usage on Linux?

When managing Linux servers, the du and df commands often show mismatched disk usage figures, and this article explains the three main reasons—reserved space, phantom files, and uncounted data during mount operations—and how to diagnose and resolve each discrepancy.

Operationsdfdisk-usage
0 likes · 5 min read
Why Do du and df Report Different Disk Usage on Linux?
Efficient Ops
Efficient Ops
Jul 27, 2015 · Operations

What Google SREs Do: Inside the Role that Powers Reliable Services

This article explains the responsibilities, requirements, and daily work of Google Site Reliability Engineers, contrasts them with Software Engineers, outlines key internal infrastructure components, and discusses the future direction of operations engineering in the cloud era.

GoogleInfrastructureOperations
0 likes · 11 min read
What Google SREs Do: Inside the Role that Powers Reliable Services
Efficient Ops
Efficient Ops
Jul 23, 2015 · Operations

How Project Scorpio Reshaped China’s Data Center Rack Standards

This article chronicles the birth and evolution of China’s Project Scorpio—from its 2011 launch through Scorpio 1.0 and 2.0 specifications—highlighting its collaboration with Intel, its technical trade‑offs with Open Rack, and its impact on data‑center operations and standards.

Data centerInfrastructureOpen Compute Project
0 likes · 17 min read
How Project Scorpio Reshaped China’s Data Center Rack Standards
Efficient Ops
Efficient Ops
Jul 22, 2015 · Operations

Why Docker Is the Secret Weapon for Microservices Success

This article explains how Docker bridges the gap between microservices and operations by standardizing packaging, simplifying multi‑language integration, enabling automated testing and continuous delivery, and reducing the complexity of system evolution and deployment.

MicroservicesOperationsci/cd
0 likes · 16 min read
Why Docker Is the Secret Weapon for Microservices Success
Efficient Ops
Efficient Ops
Jul 7, 2015 · Operations

Master Docker Basics: From Architecture to Hands‑On Dockerfile Build

This article introduces Docker's container technology, explains its architecture and components, demonstrates how to prepare a Docker environment, write and build Dockerfiles, and run containers with common commands, providing practical guidance for developers and operations engineers.

DevOpsDockerfileOperations
0 likes · 11 min read
Master Docker Basics: From Architecture to Hands‑On Dockerfile Build
MaGe Linux Operations
MaGe Linux Operations
Jul 7, 2015 · Operations

Why Ops Tools Are Far More Complex Than You Think

The article reveals how operating‑tool systems, often underestimated, demand high technical rigor to ensure automation success rates and absolute reliability for emergency actions, requiring sophisticated failure handling, capacity awareness, and scalable design—challenges comparable to core online services.

AutomationOperationsReliability
0 likes · 7 min read
Why Ops Tools Are Far More Complex Than You Think
Architect
Architect
Jul 2, 2015 · Backend Development

Evolution and Best Practices of Image Server Architecture for Large-Scale Web Sites

This article chronicles the progression of image server architectures—from simple single‑machine storage to clustered, shared‑storage, and FastDFS‑based distributed systems with CDN acceleration—highlighting the challenges of capacity planning, synchronization, fault tolerance, and migration while offering practical recommendations for scalable backend design.

CDNFastDFSOperations
0 likes · 14 min read
Evolution and Best Practices of Image Server Architecture for Large-Scale Web Sites
Efficient Ops
Efficient Ops
Jun 29, 2015 · Operations

Inside Efficient Ops: Docker, Redis Cluster, and Container Resource Management

The article records a Q&A session from the Efficient Operations talk, where guest Peng Zhef of Mango TV discusses Docker, Redis Cluster, container resource controls, and related operational challenges, providing practical insights into Python/Flask development, pod scaling, and Linux cgroup tuning.

Container ManagementFlaskOperations
0 likes · 8 min read
Inside Efficient Ops: Docker, Redis Cluster, and Container Resource Management

Key Insights on Microservices Adoption and DevOps Practices from QCon London

At QCon London, GDS architect Michael Brunton‑Spall explained how DevOps principles underpin successful microservice operations, covering service identification, initial creation, ownership, essential tooling, monitoring depth, failure handling, and practical deployment practices for scaling from a single service to a full ecosystem.

DevOpsMicroservicesOperations
0 likes · 7 min read
Key Insights on Microservices Adoption and DevOps Practices from QCon London
Efficient Ops
Efficient Ops
Jun 23, 2015 · Cloud Native

How Docker Is Redefining Operations: Trends, Ecosystem, and Market Insights

This article summarizes a guest speaker’s deep dive into Docker’s core technologies, ecosystem, emerging trends, and market impact, highlighting how container isolation reshapes traditional operations, the challenges of adoption, and practical guidance for integrating Docker into production environments.

ContainersDevOpsOperations
0 likes · 14 min read
How Docker Is Redefining Operations: Trends, Ecosystem, and Market Insights
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2015 · Operations

Essential Docker Commands Every Developer Should Master

This guide introduces essential Docker commands—from pulling images and managing containers to inspecting and removing them—providing clear examples and best practices for safely operating Docker on any system, including host file configuration, interactive sessions, background execution, and cleanup procedures.

ContainerDevOpsDocker
0 likes · 5 min read
Essential Docker Commands Every Developer Should Master

Weibo's Multi-Active Deployment: Practices, Challenges, and Solutions

The article details Weibo's evolution toward multi‑active cross‑datacenter deployment, describing initial motivations, early synchronization attempts, the eventual MCQ‑based messaging solution, operational challenges such as latency and data consistency, and best‑practice recommendations for large‑scale distributed systems.

Cross-DataCenterMessagingOperations
0 likes · 14 min read
Weibo's Multi-Active Deployment: Practices, Challenges, and Solutions
Efficient Ops
Efficient Ops
Jun 14, 2015 · Operations

Why Docker Is the Key to Overcoming Multi‑Stack Operations Bottlenecks

This article examines how the rise of diverse technology stacks creates operational bottlenecks and explains why Docker’s container approach offers a flexible, distribution‑agnostic solution that lets teams adopt the right tools without sacrificing productivity, ultimately turning the “one‑hammer” dilemma into a modular, cloud‑native workflow.

DevOpsOperationsTechnology Stack
0 likes · 14 min read
Why Docker Is the Key to Overcoming Multi‑Stack Operations Bottlenecks

Improving Development Efficiency at Meiya: Practices, Tools, and Architecture

Meiya addresses typical startup challenges—small user base, rapid requirement changes, and an evolving team—by prioritizing development efficiency through standardized RESTful communication protocols, a four‑stage deployment pipeline, reusable frameworks, DB migrations, command‑line tools, logging with ELK, and automated server management via SaltStack.

Deployment PipelineOperationsREST API
0 likes · 14 min read
Improving Development Efficiency at Meiya: Practices, Tools, and Architecture
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jun 2, 2015 · Operations

Understanding the Standardization Process of Data Centers

This article examines the evolution and logic of data center standardization, discussing server customization, IT and mechanical module standardization, the value of modular designs, practical examples from major tech companies, and offers guidance for both large and small users on adopting modular, standardized data center solutions.

IT infrastructureOperationsmodular design
0 likes · 11 min read
Understanding the Standardization Process of Data Centers
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jun 2, 2015 · Operations

Methodology for Implementing Modular Data Centers and Interpreting the Standardization Process

This article presents a methodology for modular data center implementation, emphasizing the essential role of standardization—distinguishing design from prefabrication—and analyzes how leading companies like Google, Microsoft, and Facebook apply these processes, while also comparing colocation providers such as Digital Realty Trust.

ColocationICTOperations
0 likes · 10 min read
Methodology for Implementing Modular Data Centers and Interpreting the Standardization Process
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 25, 2015 · Operations

Methodology for Implementing Modular Data Centers and Interpreting Standardization Processes

This article examines the concept of modularity in data centers, explains how standardization underpins true modular design, compares industry approaches such as micro‑modules and containerized solutions, and analyzes the standardization levels of major tech companies and colocation providers to guide implementation decisions.

MethodologyOperationsmodular data center
0 likes · 10 min read
Methodology for Implementing Modular Data Centers and Interpreting Standardization Processes
Efficient Ops
Efficient Ops
May 22, 2015 · Operations

Mastering Puppet: From Basics to Advanced Ops Automation and Docker Integration

This article summarizes a comprehensive talk on Puppet covering its evolution, core concepts, architecture, ecosystem, practical use cases such as building a CMDB, automated deployment pipelines, OpenStack deployment, and the interplay with Docker, highlighting how Puppet drives modern operations automation.

Configuration ManagementInfrastructureOperations
0 likes · 13 min read
Mastering Puppet: From Basics to Advanced Ops Automation and Docker Integration
Architect
Architect
May 9, 2015 · Operations

Seamless Image Storage Migration to Qiniu Using qrsync and Mirror Storage

This article details how the high‑traffic mobile platform 糗百 migrated its massive image repository to Qiniu Cloud without service interruption, using the qrsync upload tool combined with Qiniu’s mirror storage to smoothly transfer cold data, handle hot data, and alleviate I/O bottlenecks.

Operationscloud storagemirror storage
0 likes · 6 min read
Seamless Image Storage Migration to Qiniu Using qrsync and Mirror Storage
Practical DevOps Architecture
Practical DevOps Architecture
Apr 29, 2015 · Operations

Configuring Traffic Statistics on SwitchA and SwitchB

This guide shows how to configure traffic statistics on two switches by creating ACLs, traffic classifiers, behaviors, and policies, applying them to specific GigabitEthernet interfaces, and finally displaying the traffic policy statistics from the command line.

ACLOperationsnetwork
0 likes · 3 min read
Configuring Traffic Statistics on SwitchA and SwitchB
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2015 · Operations

10 Proven Fault Management Practices Every Ops Team Should Master

This guide shares ten practical fault‑management techniques—ranging from proactive attitude and prioritizing incidents to continuous follow‑up and team collaboration—to help operations teams reduce damage, maintain service reliability, and keep users engaged during outages.

Operationsbest practicesfault management
0 likes · 8 min read
10 Proven Fault Management Practices Every Ops Team Should Master

How to Achieve Efficient Operations Management

This article outlines the concept of efficient operations, analyzes why it is difficult to achieve, and presents practical strategies—including clear responsibilities, technical specialization, management professionalism, and good customer interaction—to improve operational efficiency in technology teams.

ManagementOperationsefficiency
0 likes · 14 min read
How to Achieve Efficient Operations Management

How Puppet Transforms Infrastructure Management and Boosts DevOps Collaboration

This article explains why many IT teams struggle with code that works in development but fails in production, introduces Puppet as a configuration‑management platform, describes its declarative language, resources, types, providers, classes, manifests and modules, and shows how it enables reliable, collaborative DevOps workflows.

AutomationConfiguration ManagementDevOps
0 likes · 17 min read
How Puppet Transforms Infrastructure Management and Boosts DevOps Collaboration
MaGe Linux Operations
MaGe Linux Operations
Apr 8, 2015 · Operations

Four Essential Strategies to Elevate Data Center Operations

This article outlines four key practices—comprehensive engineering documentation, robust business backup, continuous online monitoring, and regular periodic inspections—that together ensure optimal performance, reliability, and long‑term benefits for data center operations.

BackupData centerDocumentation
0 likes · 7 min read
Four Essential Strategies to Elevate Data Center Operations
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2015 · Operations

Essential Open‑Source Tools for Backup, Cloud, DevOps, and IT Operations

This article compiles a comprehensive list of open‑source tools covering backup, cloning, cloud platforms, cloud workflows, distributed file systems, cloud storage, code review, collaboration suites, CMDB, configuration management, continuous integration/deployment, DNS, hosting control panels, IT asset management, and LDAP, providing a valuable resource for IT professionals.

BackupDevOpsInfrastructure
0 likes · 11 min read
Essential Open‑Source Tools for Backup, Cloud, DevOps, and IT Operations

Load Balancing Solutions: Nginx, LVS, and HAProxy – Advantages, Disadvantages, and Deployment Stages

This article examines how load‑balancing technologies such as Nginx, LVS, and HAProxy are chosen according to website scale, outlines their respective strengths and weaknesses, and describes typical deployment stages from simple single‑point setups to complex multi‑layer architectures.

HAProxyLVSOperations
0 likes · 13 min read
Load Balancing Solutions: Nginx, LVS, and HAProxy – Advantages, Disadvantages, and Deployment Stages

How WhatsApp Scaled to 400 Million Daily Messages with a 10‑Engineer Team

This article examines how WhatsApp grew its user base, message volume, and infrastructure dramatically over two years while keeping the engineering team at ten, detailing the architectural choices, Erlang‑based stack, hardware scaling, decoupling strategies, and the operational challenges that led to both performance gains and a major outage.

Distributed SystemsErlangMnesia
0 likes · 15 min read
How WhatsApp Scaled to 400 Million Daily Messages with a 10‑Engineer Team
Practical DevOps Architecture
Practical DevOps Architecture
Mar 20, 2015 · Operations

Common Load Balancing Algorithms and Their Characteristics

This article explains various load‑balancing scheduling algorithms—including Round Robin, Weighted Round Robin, Least Connection, Weighted Least Connection, Adaptive Agent‑Based balancing, Fixed Weighted, Weighted Response, and Source IP Hash—detailing how each distributes traffic and handles server capacity differences.

OperationsRound RobinScheduling Algorithms
0 likes · 7 min read
Common Load Balancing Algorithms and Their Characteristics
MaGe Linux Operations
MaGe Linux Operations
Mar 5, 2015 · Operations

How to Calculate Concurrency (Vu) and TPS for Linux Systems

This article explains the definitions of concurrent users (Vu) and transactions per second (TPS), provides practical methods for estimating these metrics in new and existing systems, and outlines how to calculate resource usage such as connection counts, memory, and file descriptors.

LinuxOperationsTPS
0 likes · 4 min read
How to Calculate Concurrency (Vu) and TPS for Linux Systems
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2015 · Operations

Automating Web Code Deployments with Git, Rsync, and Tornado

This article describes how a Linux operations team streamlined frequent web code releases by building a web‑based deployment system that combines Git for version control, Rsync for synchronization, and Python/Tornado for backend services, eliminating manual intervention and improving efficiency.

AngularJSDeployment AutomationGit
0 likes · 7 min read
Automating Web Code Deployments with Git, Rsync, and Tornado
MaGe Linux Operations
MaGe Linux Operations
Feb 4, 2015 · Operations

How to Block Scrapers with Nginx: Simple IP Deny Rules

This guide explains how to identify high‑frequency visitor IPs from Nginx logs and configure Nginx to deny those IPs—or entire ranges—using block files, includes, and reload commands, providing both basic and advanced blocking techniques.

IP blockingNginxOperations
0 likes · 4 min read
How to Block Scrapers with Nginx: Simple IP Deny Rules
MaGe Linux Operations
MaGe Linux Operations
Jan 29, 2015 · Operations

Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins

This article introduces a ten‑year journey of a sysadmin turned operations director, outlining why efficient operations are hard, what efficient ops mean, and seven practical strategies—including clear responsibilities, professional processes, and a good service interface—to boost productivity and satisfaction across IT teams.

AutomationIT ManagementOperations
0 likes · 14 min read
Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins
MaGe Linux Operations
MaGe Linux Operations
Dec 2, 2014 · Operations

How to Diagnose and Fix Disk‑Full, Read‑Only, and Inode Issues on Linux

This guide explains why Linux systems report "no space left on device" or read‑only file systems, shows how to inspect disk usage, inodes, and hardware health with commands like df, du, mount, smartctl, hddtemp, and provides step‑by‑step remediation techniques such as cleaning files, compressing logs, remounting, and repairing filesystems.

FilesystemLinuxOperations
0 likes · 11 min read
How to Diagnose and Fix Disk‑Full, Read‑Only, and Inode Issues on Linux
Suning Design
Suning Design
Oct 21, 2014 · Product Management

Mastering Game Product Data Analysis: From 5W2H to AARRR Metrics

This guide explains how to conduct comprehensive product data analysis for games, covering methods like 5W2H, multi‑dimensional analysis, user modeling, and the AARRR framework, while detailing key metrics such as DAU, ARPU, LTV, CAC and ROI to drive informed decisions.

AARRRGame AnalyticsKPIs
0 likes · 11 min read
Mastering Game Product Data Analysis: From 5W2H to AARRR Metrics
MaGe Linux Operations
MaGe Linux Operations
Sep 13, 2014 · Operations

How to Build a Scalable Small Website: From Thousands to Millions of Daily Visits

This article systematically outlines the essential steps and considerations—ranging from language choice, version control, hardware and data center selection, to architecture, software, database, storage, and code optimization—to help a small website scale from a few thousand daily visits to millions while avoiding costly pitfalls.

BackendDevOpsInfrastructure
0 likes · 13 min read
How to Build a Scalable Small Website: From Thousands to Millions of Daily Visits
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2014 · Operations

Essential Linux Security Checklist: 11 Steps to Detect Compromise

This guide provides a comprehensive 11‑step Linux security inspection checklist, covering account verification, log analysis, process and file checks, package integrity, network monitoring, scheduled tasks, backdoor detection, kernel modules, services, and rootkit scanning to help identify system compromises.

Operationsincident responselinux-commands
0 likes · 5 min read
Essential Linux Security Checklist: 11 Steps to Detect Compromise
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2014 · Operations

How to Detect and Recover from RabbitMQ Network Partitions

This article explains why RabbitMQ clusters struggle with network partitions, how to detect partition events via logs and rabbitmqctl, the impact on queues and bindings, and step‑by‑step methods—including manual recovery commands and automatic handling modes—to restore a healthy cluster.

BackendCluster RecoveryOperations
0 likes · 7 min read
How to Detect and Recover from RabbitMQ Network Partitions
MaGe Linux Operations
MaGe Linux Operations
Aug 11, 2014 · Operations

Choosing the Right Load Balancer: Nginx vs LVS vs HAProxy Explained

This article compares the three most widely used load‑balancing solutions—Nginx, LVS, and HAProxy—detailing their advantages, disadvantages, typical use‑cases, and how to select the appropriate technology as web traffic scales from small sites to large‑scale services.

Operationsweb architecture
0 likes · 14 min read
Choosing the Right Load Balancer: Nginx vs LVS vs HAProxy Explained
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2014 · Operations

Why Our First Flash‑Sale Crashed and the Operations Lessons We Learned

The first launch of Taijie Mall’s flash‑sale site crashed due to uncompressed images, a missing purchase button, and a refresh avalanche, but by isolating services and applying capacity‑planning formulas we identified key bottlenecks, implemented CDN and simplifications, and achieved a much smoother second launch.

Operationscapacity planninge‑commerce
0 likes · 7 min read
Why Our First Flash‑Sale Crashed and the Operations Lessons We Learned
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2014 · Operations

Master dstat: Real-Time Linux System Monitoring Made Easy

Learn how to install, configure, and use dstat—a versatile, Python‑based Linux monitoring tool that replaces vmstat, iostat, netstat, and more—covering its features, command‑line options, plugins, CSV export, and real‑time performance insights for effective system administration.

CLICSV exportLinux monitoring
0 likes · 9 min read
Master dstat: Real-Time Linux System Monitoring Made Easy
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2014 · Operations

Discover 10 Free Tools to Load‑Test Your Web Applications

Learn about ten free, open‑source tools—including Grinder, JMeter, and Siege—that let you simulate concurrent users, measure performance, and identify bottlenecks in web applications, helping you assess server capacity and optimize site responsiveness under load.

Load TestingOperationsWeb Performance
0 likes · 8 min read
Discover 10 Free Tools to Load‑Test Your Web Applications
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2014 · Operations

Boost High‑Load PHP Performance: Essential Linux Tuning Tips

This guide presents practical Linux system tweaks and PHP configuration adjustments—including file descriptor limits, disabling atime, using tmpfs, and optimizing php.ini and PHP‑FPM settings—to dramatically improve high‑load PHP application responsiveness and stability.

OperationsTuningperformance
0 likes · 4 min read
Boost High‑Load PHP Performance: Essential Linux Tuning Tips
MaGe Linux Operations
MaGe Linux Operations
Jun 28, 2014 · Operations

Mastering High‑Availability Load Balancing: LVS, Nginx, F5 and Beyond

This article examines common website architecture layers, compares hardware (F5) and software (LVS, Nginx) load‑balancing solutions, discusses high‑availability setups with Keepalived/Heartbeat, evaluates their network dependencies, and offers practical recommendations for choosing and monitoring load‑balancers, file servers, and databases in high‑traffic environments.

F5LVSNginx
0 likes · 10 min read
Mastering High‑Availability Load Balancing: LVS, Nginx, F5 and Beyond
Baidu Tech Salon
Baidu Tech Salon
Apr 30, 2014 · Backend Development

Logical Coupling, Service Layer Design, and Distributed System Architecture for Large-Scale Web Applications

The article examines the inevitability of service coupling in large‑scale web applications and proposes a two‑dimensional architecture that separates business and logic layers, uses internal data stores, introduces a naming‑and‑location service, selects appropriate transport and RPC protocols, and automates operations with health checks, load balancing, and failover to achieve continuous reliability.

Backend ArchitectureDistributed SystemsJava
0 likes · 29 min read
Logical Coupling, Service Layer Design, and Distributed System Architecture for Large-Scale Web Applications
Suning Design
Suning Design
Apr 8, 2014 · Product Management

Mastering Cross-Team Communication: Proven Tips for Product Managers

This article outlines the product manager’s role as a communication hub across leaders, design, engineering, and operations, detailing each project phase, common challenges, and practical techniques—such as focusing on product goals and respecting professional expertise—to enhance collaboration and reduce rework.

DesignEngineeringLeadership
0 likes · 9 min read
Mastering Cross-Team Communication: Proven Tips for Product Managers
Baidu Tech Salon
Baidu Tech Salon
Mar 17, 2014 · Operations

Required Capabilities for T4, T5, and T6 Operations Engineers

The article outlines the progressive skill set for operations engineers—T4 must master core operations, service metrics, and environment administration; T5 adds independent problem analysis, trade‑off judgment, and solution selection; T6 demands deep cross‑disciplinary knowledge, design elegance, data‑driven reasoning, and the ability to influence others, while also debunking common misconceptions about products, scripts, and platforms.

Career DevelopmentDevOpsOperations
0 likes · 10 min read
Required Capabilities for T4, T5, and T6 Operations Engineers