All Articles

142502 articles · Page 6758 of 7126
MaGe Linux Operations
MaGe Linux Operations
Mar 8, 2017 · Operations

Master Linux ‘top’ Command: Real‑Time Process Monitoring Guide

This article explains how to use the Linux top command for real‑time system and process monitoring, covering its interface, statistical and process sections, interactive shortcuts, command‑line options, and internal commands to customize and sort the displayed information.

System Monitoringoperationsprocess management
0 likes · 8 min read
Master Linux ‘top’ Command: Real‑Time Process Monitoring Guide
MaGe Linux Operations
MaGe Linux Operations
Mar 8, 2017 · Backend Development

Build a Python HTTP Server from Scratch Using Raw Sockets

This tutorial explains why mastering low‑level socket programming is valuable, introduces TCP/IP fundamentals, walks through creating a TCP socket server in Python, shows how to implement a simple HTTP server, and suggests ways to extend the server with multithreading and additional features.

HTTP serverNetwork ProgrammingPython
0 likes · 12 min read
Build a Python HTTP Server from Scratch Using Raw Sockets
dbaplus Community
dbaplus Community
Mar 7, 2017 · Databases

Essential MySQL DBA Best Practices: 20+ Rules for Reliable Database Management

This guide presents a comprehensive set of MySQL DBA standards covering change approvals, backup procedures, schema modifications, high‑availability architecture, security policies, indexing strategies, table and column design, and SQL writing techniques to ensure stable, performant, and secure database operations.

DBADatabase DesignMySQL
0 likes · 14 min read
Essential MySQL DBA Best Practices: 20+ Rules for Reliable Database Management
DevOps
DevOps
Mar 7, 2017 · Operations

Kanban Stand‑up Meeting: Goals, Organization, Content, and Process

This article explains how to run a Kanban stand‑up meeting—its objectives of inspecting value‑flow, the daily right‑to‑left board walk, the six key issue categories plus an extra "6+1" check, and practical tips for keeping the meeting short, focused, and effective.

AgileKanbanLean
0 likes · 10 min read
Kanban Stand‑up Meeting: Goals, Organization, Content, and Process
Efficient Ops
Efficient Ops
Mar 7, 2017 · Big Data

How Tencent Scaled Its TDW to 8,800 Nodes and Mastered Cross-City Data Migration

Tencent’s senior engineer explains how the TDW (Tencent Distributed Data Warehouse) grew from a few hundred to thousands of nodes, the challenges of cross‑city migration, and the modeling, relationship‑chain, dual‑write tables, and platform strategies they built to ensure seamless, low‑impact data and task migration.

Big DataData MigrationTDW
0 likes · 26 min read
How Tencent Scaled Its TDW to 8,800 Nodes and Mastered Cross-City Data Migration
System Architect Go
System Architect Go
Mar 7, 2017 · Backend Development

Using Nodemon for Automatic Restart in Node.js Development

This guide explains how to install, configure, and use Nodemon to automatically detect code changes and restart Node.js applications, improving development efficiency while highlighting common Windows setup issues and configuration options.

Automationdevelopment toolshot-reload
0 likes · 4 min read
Using Nodemon for Automatic Restart in Node.js Development
21CTO
21CTO
Mar 7, 2017 · R&D Management

How to Build an Effective Tech Team: Management, Culture, and Process Secrets

This guide outlines practical strategies for tech team leadership, covering people, project, technology, and culture management, recruitment, mentorship, code review, pair programming, documentation standards, automation, and workflow optimization to boost productivity and morale.

Code ReviewCultureProcess Automation
0 likes · 26 min read
How to Build an Effective Tech Team: Management, Culture, and Process Secrets
ZhiKe AI
ZhiKe AI
Mar 7, 2017 · Fundamentals

Understanding the JVM: Its Position in the JDK and Four Core Components

This article explains where the JVM resides within the JDK, describes its four main components—ClassLoader, Native Interface, Execution Engine, and Runtime Data Areas—and details memory management, garbage‑collection algorithms, collector types, diagnostic commands, and the Java class‑file structure.

Class FileClass LoaderGarbage Collection
0 likes · 21 min read
Understanding the JVM: Its Position in the JDK and Four Core Components
Architecture Digest
Architecture Digest
Mar 7, 2017 · Backend Development

Load Balancing Layer Design Scenarios and Solution Architectures

This article examines various business load scenarios for a logistics management system and presents four progressive load‑balancing architectures—ranging from simple Nginx/Haproxy to DNS round‑robin with LVS and Keepalived—while defining key performance terms and outlining future discussion topics.

Backend ArchitectureHigh AvailabilityLVS
0 likes · 12 min read
Load Balancing Layer Design Scenarios and Solution Architectures
High Availability Architecture
High Availability Architecture
Mar 7, 2017 · Cloud Native

Tencent Games’ 3‑Year Journey of Kubernetes Adoption and Optimization for Large‑Scale Online Gaming

This article details how Tencent Games built, customized, and continuously optimized a Kubernetes‑based container platform over three years to support tens of thousands of game containers, covering deployment modes, scheduler enhancements, network solutions, resource quotas, monitoring, storage, and the transition to micro‑service architectures.

ContainerizationKubernetesMicroservices
0 likes · 19 min read
Tencent Games’ 3‑Year Journey of Kubernetes Adoption and Optimization for Large‑Scale Online Gaming
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 7, 2017 · Big Data

Unified Data Platforms: How UMENG+ Redefines Big Data Strategy

The article explores the evolution of big‑data applications in China, from Oracle’s trend report and the concept of "omni‑domain data" to UMENG+’s technical architecture, unified tech stack, AI integration, and future directions for delivering real customer value.

Big DataData AnalyticsData Integration
0 likes · 12 min read
Unified Data Platforms: How UMENG+ Redefines Big Data Strategy
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 7, 2017 · Frontend Development

Boosting Taobao Home Page Speed: Front‑End Strategies for Personalization

Taobao’s redesigned home page faces heavy personalization demands, multiple data sources, and numerous modules, prompting a series of front‑end performance techniques—including prioritized loading, lazy execution, image compression, caching, and request consolidation—to improve FPS, DOMContentLoaded, and overall user experience.

PerformanceTaobaocaching
0 likes · 20 min read
Boosting Taobao Home Page Speed: Front‑End Strategies for Personalization
MaGe Linux Operations
MaGe Linux Operations
Mar 7, 2017 · Fundamentals

Master Shell Variables: From Basics to Advanced Tricks

This article introduces the fundamentals of shell variables, covering local and environment variables, naming rules, assignment syntax, common reference methods, numeric operations, arrays (including multidimensional techniques using eval), and special parameters, providing practical examples and essential commands for effective Bash scripting.

ArraysLinuxVariables
0 likes · 10 min read
Master Shell Variables: From Basics to Advanced Tricks
MaGe Linux Operations
MaGe Linux Operations
Mar 7, 2017 · Operations

How to Build a Scalable Python‑Based Operations Automation Platform

This article explores the design and implementation of a Python‑driven, extensible operations automation platform, covering its motivations, architecture, module customization, security auditing, client‑server structure, and future enhancements for robust DevOps workflows.

DevOpsModule CustomizationOperations Automation
0 likes · 9 min read
How to Build a Scalable Python‑Based Operations Automation Platform