All Articles

141091 articles · Page 6883 of 7055
Efficient Ops
Efficient Ops
Mar 14, 2016 · Operations

How PerRequest Diagnosis Transforms Mobile CDN Issue Resolution

This article presents a PerRequest‑level method for precisely locating and diagnosing image delivery problems in mobile internet scenarios, detailing the end‑to‑end CDN chain, traditional pitfalls, and a novel supply‑chain header approach that dramatically improves troubleshooting efficiency and reduces error rates.

CDNMobileDiagnosticsPerRequest
0 likes · 13 min read
How PerRequest Diagnosis Transforms Mobile CDN Issue Resolution
21CTO
21CTO
Mar 14, 2016 · R&D Management

Why Imposter Syndrome and Overwork Are Driving Programmers to Burnout

The article examines how imposter syndrome, the "real programmer" myth, and extreme overtime culture harm software developers' mental health, citing research, industry cases, and personal stories to argue for a healthier work-life balance in tech.

Mental Healthimposter syndromeprogrammer burnout
0 likes · 7 min read
Why Imposter Syndrome and Overwork Are Driving Programmers to Burnout
21CTO
21CTO
Mar 14, 2016 · Fundamentals

Understanding HTTP Through a Simple Java Story: From Sessions to Web Requests

This article explains the purpose and structure of the HTTP protocol by using a narrative about two developers building a String utility class and a card validator, then mapping their method calls to the three steps of a web request, complete with code examples and protocol details.

FundamentalsHTTPJava
0 likes · 16 min read
Understanding HTTP Through a Simple Java Story: From Sessions to Web Requests
21CTO
21CTO
Mar 14, 2016 · R&D Management

Boost Your Development Career with Systematic Learning and Smart Architecture Practices

The article shares a senior engineer’s reflections on how systematic, knowledge‑network‑based learning, practical code involvement, effective communication, and disciplined architectural habits can dramatically improve a developer’s efficiency, problem‑solving ability, and overall career growth.

Knowledge Managementcareer developmentcommunication
0 likes · 16 min read
Boost Your Development Career with Systematic Learning and Smart Architecture Practices
ITPUB
ITPUB
Mar 14, 2016 · Information Security

How to Diagnose and Remove Hidden Malware Causing Network Flood on a Linux Server

A step‑by‑step guide shows how to identify abnormal NIC traffic, locate malicious init scripts and hidden processes, use simple shell scripts and netstat to pinpoint the offending connection, and clean a compromised Linux server to restore normal network performance.

LinuxMalwareSecurity
0 likes · 10 min read
How to Diagnose and Remove Hidden Malware Causing Network Flood on a Linux Server
ITPUB
ITPUB
Mar 14, 2016 · Backend Development

How Riot’s Game Data Server Streamlines LoL Property Data Management

This article explains how Riot's Game Data Server (GDS) replaces chaotic .ini editing with a JSON‑based RPC system, introduces property macros for type safety, and uses layered versioning to eliminate merge conflicts and simplify multi‑tool workflows for League of Legends development.

GDSJSON-RPCRiot
0 likes · 10 min read
How Riot’s Game Data Server Streamlines LoL Property Data Management
Architecture Digest
Architecture Digest
Mar 14, 2016 · Mobile Development

Optimizing Mobile Taobao Main Venue Performance and Personalization with a Reusable Framework and Image‑Merging System

The article details how Alibaba's Mobile Taobao team redesigned the main promotional venue using a reusable native framework, dynamic Weex rendering, cloud‑driven configuration, pre‑heat data push, multi‑strategy routing, and a large‑scale image‑merging system to improve browsing speed, reduce bounce rates, and support flexible, personalized large‑scale sales events.

Image processingPerformance Optimizationframework design
0 likes · 15 min read
Optimizing Mobile Taobao Main Venue Performance and Personalization with a Reusable Framework and Image‑Merging System
DevOps
DevOps
Mar 14, 2016 · Operations

Installing and Configuring TFS Build vNext Agent on Windows

This guide explains how to install Node.js, download the TFS Build vNext agent, configure it on Windows using PowerShell, set execution policies, and register the agent with TFS, covering required tools, configuration options, and optional service setup.

Build AgentCIDevOps
0 likes · 7 min read
Installing and Configuring TFS Build vNext Agent on Windows
Qunar Tech Salon
Qunar Tech Salon
Mar 13, 2016 · Fundamentals

Understanding java.util.Date, Calendar, and SimpleDateFormat in Java

This article explains the legacy java.util.Date class, its limited useful constructors and methods, the more flexible java.util.Calendar API, how to format and parse dates with DateFormat and SimpleDateFormat, and best practices for storing timestamps in databases using long values.

CalendarDatabaseSimpleDateFormat
0 likes · 9 min read
Understanding java.util.Date, Calendar, and SimpleDateFormat in Java
Java High-Performance Architecture
Java High-Performance Architecture
Mar 13, 2016 · Big Data

Essential Big Data Skill Map: Tools, Languages, and Techniques You Need

Explore a comprehensive big data skill map covering processing frameworks like Spark and Hadoop, databases, programming languages, analytics tools, visualization libraries, AI techniques, algorithms, data structures, and cloud computing services, providing a practical reference for building expertise in modern data engineering.

Cloud ComputingData Engineering
0 likes · 3 min read
Essential Big Data Skill Map: Tools, Languages, and Techniques You Need
21CTO
21CTO
Mar 13, 2016 · Mobile Development

How to Build Robust Offline Support for Mobile Apps

This article explains why offline capability is essential for mobile apps, outlines key requirements such as error handling and guest mode, and details practical solutions including local caching strategies, queueing requests, data synchronization methods, and recommended libraries.

Data synchronizationMobile Developmentlocal queue
0 likes · 14 min read
How to Build Robust Offline Support for Mobile Apps
21CTO
21CTO
Mar 13, 2016 · Backend Development

How 58’s Messaging Platform Solved High‑Load Real‑Time Delivery Challenges

This article details the design and implementation of 58’s real‑time messaging platform, covering its business background, overall architecture, protocol design for extensibility and debugging, and solutions for fast TCP reconnection to ensure stable, high‑throughput delivery for intra‑city freight services.

ArchitectureReal-timeScalability
0 likes · 9 min read
How 58’s Messaging Platform Solved High‑Load Real‑Time Delivery Challenges
21CTO
21CTO
Mar 13, 2016 · Artificial Intelligence

How AlphaGo’s Four‑Component Architecture Powers Master‑Level Go Play

This article breaks down AlphaGo’s four‑part system—policy network, fast rollout, value network, and Monte Carlo Tree Search—explaining their functions, training methods, and how they combine to achieve professional‑grade Go performance, while comparing them with the DarkForest implementation.

AlphaGoMonte Carlo Tree Searchdeep learning
0 likes · 13 min read
How AlphaGo’s Four‑Component Architecture Powers Master‑Level Go Play
Qunar Tech Salon
Qunar Tech Salon
Mar 13, 2016 · Databases

Introduction to InnoDB Transaction Lock System

This article provides a comprehensive overview of MySQL InnoDB's transaction lock system, covering row‑level and table‑level lock types, their flags, isolation‑level behavior, deadlock detection, and illustrative examples with SQL and source‑code snippets.

InnoDBIsolation LevelsLock Types
0 likes · 28 min read
Introduction to InnoDB Transaction Lock System
Architecture Digest
Architecture Digest
Mar 13, 2016 · Backend Development

Performance Tuning Patterns for High‑Scale Backend Systems

This article presents a pattern‑based approach to performance tuning in large‑scale backend services, describing common degradation anti‑patterns, a set of optimization patterns such as horizontal and vertical partitioning, runtime 3NF, data locality, and degradation strategies, and illustrates each with real Meituan case studies.

PerformanceScalabilitysystem architecture
0 likes · 42 min read
Performance Tuning Patterns for High‑Scale Backend Systems
Architects' Tech Alliance
Architects' Tech Alliance
Mar 12, 2016 · Cloud Computing

Public Cloud Market Overview and Provider Reliability Issues

The article reviews the evolution of the public cloud market, highlights Amazon AWS as the dominant player, discusses notable provider outages such as Nirvanix and AWS incidents, and offers guidance for enterprises on multi‑cloud strategies, data redundancy, and provider responsibilities.

AWSIaaSPaaS
0 likes · 6 min read
Public Cloud Market Overview and Provider Reliability Issues