All Articles

140474 articles · Page 6961 of 7024
MaGe Linux Operations
MaGe Linux Operations
Jul 27, 2015 · Information Security

Master lsof: Unlock Hidden Files and Network Connections on Unix

This comprehensive guide explains how to use the powerful lsof command to list open files, inspect network connections, filter by users, processes, ports, and hosts, and apply advanced options for system monitoring and security troubleshooting on Unix-like systems.

Network MonitoringUnixlsof
0 likes · 13 min read
Master lsof: Unlock Hidden Files and Network Connections on Unix
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.

GoogleOperationsReliability Engineering
0 likes · 11 min read
What Google SREs Do: Inside the Role that Powers Reliable Services

MySQL Performance Optimization Tips for Web Applications

This article presents a comprehensive set of MySQL performance optimization techniques for web applications, covering query caching, EXPLAIN analysis, LIMIT usage, indexing strategies, join type consistency, avoiding ORDER BY RAND(), selective column retrieval, proper primary keys, ENUM usage, prepared statements, unbuffered queries, IP storage, fixed‑length tables, vertical partitioning, batch deletions, column size reduction, storage engine selection, ORM benefits, and persistent connections.

MySQLPHPPerformance
0 likes · 21 min read
MySQL Performance Optimization Tips for Web Applications
Architect
Architect
Jul 25, 2015 · Cloud Computing

Design Principles and Components of Google App Engine

This article explains Google App Engine's core design philosophies—including reuse of Google technologies, statelessness, hard limits, Protocol Buffers for service heterogeneity, and distributed storage—then details its front‑end, Datastore, service group, language‑specific implementations, and a typical HTTP request flow.

Distributed DatastoreGoogle App EngineProtocol Buffers
0 likes · 6 min read
Design Principles and Components of Google App Engine
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 24, 2015 · Product Management

Evaluating the Business Value of APIs: Practical and Usable API Strategies

This article examines how APIs create commercial opportunities by assessing data applicability, accuracy, and accessibility, illustrating the concepts with case studies from Amazon, Twilio, and other industries, and provides a practical guide for building useful and usable APIs that drive business growth.

APIAmazonData-Enabled Disruption
0 likes · 19 min read
Evaluating the Business Value of APIs: Practical and Usable API Strategies
Model Perspective
Model Perspective
Jul 24, 2015 · Artificial Intelligence

Can AI Design the Perfect Personalized Learning Path?

This article explores how an intelligent knowledge‑learning guidance system could assess learners, select valuable content, apply brain‑based learning principles, and generate optimal, personalized study routes using AI techniques such as deep learning and data‑driven analytics.

AIEducational TechnologyPersonalized Learning
0 likes · 6 min read
Can AI Design the Perfect Personalized Learning Path?
Architect
Architect
Jul 24, 2015 · Operations

Distributed Cache Strategies for High‑Traffic Flash‑Sale Scenarios

The article reviews a 2014 Double‑11 flash‑sale caching solution, analyzing traffic spikes, evaluating scaling versus caching approaches, and proposing a sentinel‑based distributed cache that pre‑emptively refreshes data to avoid cache penetration and ensure high‑concurrency reliability.

Flash SaleSentinelbackend
0 likes · 8 min read
Distributed Cache Strategies for High‑Traffic Flash‑Sale Scenarios
Efficient Ops
Efficient Ops
Jul 24, 2015 · Databases

What MySQL 5.7 InnoDB Experts Reveal: Key Q&A on New Features

An expert panel from the High‑Efficiency Operations community answers eleven pressing MySQL 5.7 questions, covering test hardware, GA timeline, GIS speed, virtual column indexing, materialized view plans, 2‑D geo support, performance monitoring, Oracle’s market strategy, geojson handling, multi‑source replication, buffer‑pool locking, and InnoDB Memcached consistency.

Database PerformanceGISInnoDB
0 likes · 7 min read
What MySQL 5.7 InnoDB Experts Reveal: Key Q&A on New Features

Boost Application Performance: Algorithm & Resource Optimization Tactics

The article outlines a comprehensive approach to performance tuning by first optimizing algorithms, then enhancing hardware and software environments, and finally improving the interaction between code and resources through load balancing, caching, and I/O reduction, while acknowledging trade‑offs such as consistency and operational complexity.

CachingPerformance OptimizationResource Management
0 likes · 8 min read
Boost Application Performance: Algorithm & Resource Optimization Tactics
Model Perspective
Model Perspective
Jul 23, 2015 · Fundamentals

How to Track and Analyze Your Own English Learning Data for Better Results

This article explores practical ways to collect, measure, and interpret personal English learning data—such as classroom language ratios, comprehension scores, study time, and vocabulary memorization metrics—to gain insights and continuously improve learning effectiveness.

English learningself-trackingstudy metrics
0 likes · 7 min read
How to Track and Analyze Your Own English Learning Data for Better Results
Architect
Architect
Jul 23, 2015 · Information Security

Web Security in Front‑End Development: XSS and CSRF Prevention with Midway

This article explains common web security threats such as XSS and CSRF in a front‑end/back‑end separated architecture and demonstrates how the Midway framework provides HTML escaping, rich‑text filtering, and token‑based CSRF protection to safeguard user data and application integrity.

CSRFHTML EscapeMidway
0 likes · 13 min read
Web Security in Front‑End Development: XSS and CSRF Prevention with Midway