All Articles

143038 articles · Page 6720 of 7152
MaGe Linux Operations
MaGe Linux Operations
Jun 8, 2017 · Operations

From Taobao to the Cloud: Proven High‑Availability Strategies for Massive Traffic

This talk shares practical high‑availability designs learned from Alibaba's Taobao platform and Alibaba Cloud, covering traditional IDC stability mechanisms, modern cloud‑native fault‑tolerance, caching tricks, performance tuning, limit‑and‑degrade tactics, disaster‑recovery planning, and multi‑region deployment for handling billions of requests during peak events.

CachingCapacity Planningcloud architecture
0 likes · 20 min read
From Taobao to the Cloud: Proven High‑Availability Strategies for Massive Traffic
MaGe Linux Operations
MaGe Linux Operations
Jun 8, 2017 · Fundamentals

How Python’s dict Uses Hash Tables and Open Addressing Explained

This article explains how Python implements dictionaries with hash tables, details the hash function for strings, demonstrates collision handling via open addressing and quadratic probing, and walks through the underlying C structures, initialization, insertion, resizing, and deletion processes.

Hash TablePythonc-implementation
0 likes · 8 min read
How Python’s dict Uses Hash Tables and Open Addressing Explained
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 8, 2017 · Fundamentals

Master Essential Linux Commands: From ls to cd in One Guide

This article provides a concise, beginner-friendly overview of 20 essential Linux commands—including file listing, disk inspection, checksum verification, disk imaging, system information, command history, privilege escalation, file management, package handling, archiving, calendar, date manipulation, and navigation—complete with clear explanations, usage tips, and example terminal outputs.

Command LineLinuxShell
0 likes · 20 min read
Master Essential Linux Commands: From ls to cd in One Guide
DevOps
DevOps
Jun 7, 2017 · Operations

Key Findings from the 2017 Puppet State of DevOps Report

The 2017 Puppet State of DevOps Report reveals that high‑performing IT teams deploy code far more frequently, recover from failures dramatically faster, and rely on automation, loose‑coupled architectures, lean product management, and transformational leadership to achieve superior continuous delivery outcomes.

Continuous DeliveryLean Product ManagementPerformance Metrics
0 likes · 5 min read
Key Findings from the 2017 Puppet State of DevOps Report
dbaplus Community
dbaplus Community
Jun 7, 2017 · Big Data

Master MapReduce: From Fundamentals to Real‑World Hadoop Projects

This comprehensive guide walks you through MapReduce fundamentals, the complete execution flow, and seven hands‑on Hadoop projects—including WordCount, custom serialization, custom partitioning, grouping comparators, file merging, multiple outputs, join operations, and friend‑graph analysis—while providing environment setup steps, Maven commands, and Hadoop CLI examples.

Distributed ComputingHadoopJava
0 likes · 28 min read
Master MapReduce: From Fundamentals to Real‑World Hadoop Projects
Baidu Intelligent Testing
Baidu Intelligent Testing
Jun 7, 2017 · Fundamentals

Bridging the Gap Between Academic Research and Engineering Practice in Software Testing

The article examines the large disparity between academic research and engineering application of software testing technologies, highlights mature and emerging methods, and offers practical guidance for testers to build a systematic view, stay informed, and translate research breakthroughs into effective engineering solutions.

Academic Researchengineering practicequality assurance
0 likes · 10 min read
Bridging the Gap Between Academic Research and Engineering Practice in Software Testing
ITPUB
ITPUB
Jun 7, 2017 · Databases

Top 38 Oracle SQL Performance Tips for Faster Queries

This article compiles 38 practical Oracle SQL tuning techniques—from ordering tables and rewriting WHERE clauses to using indexes, avoiding SELECT *, leveraging DECODE, replacing HAVING with WHERE, and preferring TRUNCATE over DELETE—each illustrated with clear examples to help developers write faster, more efficient queries.

DatabaseOraclePerformance Tuning
0 likes · 23 min read
Top 38 Oracle SQL Performance Tips for Faster Queries
21CTO
21CTO
Jun 7, 2017 · Artificial Intelligence

How Pinterest Scaled Its Recommendation Engine: From Simple Graphs to Real‑Time AI Ranking

This article chronicles Pinterest's recommendation system evolution, detailing how the platform progressed from basic pin‑board co‑occurrence graphs to sophisticated machine‑learning‑driven candidate generation and real‑time personalized ranking, boosting user engagement and enabling advanced visual search capabilities.

AIPinterestRanking
0 likes · 15 min read
How Pinterest Scaled Its Recommendation Engine: From Simple Graphs to Real‑Time AI Ranking
Qunar Tech Salon
Qunar Tech Salon
Jun 7, 2017 · Frontend Development

Cross‑Origin Communication Techniques: JSONP, window.name, document.domain, CORS, postMessage, and WebSocket with Code Samples

This article demonstrates several cross‑origin communication methods—including JSONP, window.name, document.domain, CORS, postMessage, and WebSocket—by providing step‑by‑step code examples, host file configuration, and instructions for testing each technique in a local environment development.

CORSCross-OriginFrontend
0 likes · 12 min read
Cross‑Origin Communication Techniques: JSONP, window.name, document.domain, CORS, postMessage, and WebSocket with Code Samples
dbaplus Community
dbaplus Community
Jun 6, 2017 · Operations

Why Solid Foundational Data Is the Key to Stable Operations Management

This article explains how building complete, accurate, and real‑time foundational data—covering CMDB, logs, databases, and knowledge bases—forms the essential base for reliable IT operations, detailing the three core attributes, practical collection methods, and the structure of each data module.

CMDBData AccuracyIT Asset Management
0 likes · 15 min read
Why Solid Foundational Data Is the Key to Stable Operations Management