All Articles

143517 articles · Page 6620 of 7176
dbaplus Community
dbaplus Community
Nov 19, 2017 · Operations

Designing Scalable Monitoring with ELK and GPE: A Practical Guide

This article outlines a large‑scale monitoring solution for distributed microservice environments, comparing traditional ELK logging with a custom GPE stack (Grafana, Prometheus, Exporter, Consul), detailing architecture, components, workflows, and practical considerations for reliable observability.

ELKGrafanaMonitoring
0 likes · 10 min read
Designing Scalable Monitoring with ELK and GPE: A Practical Guide
dbaplus Community
dbaplus Community
Nov 19, 2017 · Databases

Why MySQL Throws ‘Too Many Connections’ and How to Fix It

This article explains the root causes of MySQL’s “Too many connections” error—including max_connections limits, sleep connections, and slow queries—provides detailed parameter descriptions, shares real‑world troubleshooting cases, and offers practical solutions such as killing idle sessions, adjusting wait_timeout, and tuning InnoDB concurrency settings.

MySQLSlow QueryToo many connections
0 likes · 8 min read
Why MySQL Throws ‘Too Many Connections’ and How to Fix It
DevOps
DevOps
Nov 19, 2017 · Operations

Implementing Application Insights, Self‑Managed Build Agents, and Automated Quality Checks in a TFS‑Based DevOps Workflow

This article describes how a development team introduced Azure Application Insights for runtime monitoring, built and maintained their own TFS build agents, integrated SonarQube for automated code quality, and established unit and integration testing pipelines to create a data‑driven, scalable DevOps process.

Application InsightsBuild AgentCI/CD
0 likes · 16 min read
Implementing Application Insights, Self‑Managed Build Agents, and Automated Quality Checks in a TFS‑Based DevOps Workflow
21CTO
21CTO
Nov 19, 2017 · Fundamentals

10 Essential Habits Every Programmer Should Master

This article outlines key professional habits for programmers, from learning when to say yes or no and building a personal knowledge system to mastering code standards, reviews, time management, and proactive problem‑solving, all aimed at fostering long‑term career growth.

code reviewknowledge managementprogramming habits
0 likes · 8 min read
10 Essential Habits Every Programmer Should Master
21CTO
21CTO
Nov 19, 2017 · Fundamentals

Demystifying PageRank: How Google Ranks Web Pages and Fights Spam

This article explains the core challenges of search engines, the origins and mechanics of the PageRank algorithm, its handling of dead ends and spider traps, extensions like Topic‑Sensitive PageRank, and the various link‑spam attacks and countermeasures such as Spam Farms and TrustRank.

AlgorithmPageRankSearch Engine
0 likes · 23 min read
Demystifying PageRank: How Google Ranks Web Pages and Fights Spam
System Architect Go
System Architect Go
Nov 19, 2017 · Backend Development

Implementing Simple Request‑Response Timing Middleware in Node.js

This article explains how to add lightweight middleware in a Node.js server that records the start time on the request object, listens for the response finish event, calculates the elapsed time with process.hrtime, and uses curl to verify the timing for different endpoints.

APINode.jsRequest Timing
0 likes · 3 min read
Implementing Simple Request‑Response Timing Middleware in Node.js
Architecture Digest
Architecture Digest
Nov 19, 2017 · Operations

Guiding Principles and Practices for High Availability and High Concurrency in Large‑Scale Systems

The article outlines core guiding principles, high‑availability strategies, and high‑concurrency techniques—such as stateless design, replica and isolation, quota control, monitoring, degradation, rollback, and scaling—to help engineers build resilient, scalable web architectures for massive traffic.

High AvailabilityScalabilitydistributed systems
0 likes · 20 min read
Guiding Principles and Practices for High Availability and High Concurrency in Large‑Scale Systems
MaGe Linux Operations
MaGe Linux Operations
Nov 19, 2017 · Operations

Which DevOps Team Topology Fits Your Organization? A Practical Guide

This article examines common DevOps team structures and anti‑patterns, explains how product portfolio, leadership, and organizational readiness influence the choice of topology, and presents nine practical models—from collaborative teams to SRE and container‑driven approaches—to help you select the most effective structure for your business.

SRETeam Topologycollaboration
0 likes · 19 min read
Which DevOps Team Topology Fits Your Organization? A Practical Guide
MaGe Linux Operations
MaGe Linux Operations
Nov 19, 2017 · Information Security

How to Crack Sliding Puzzle Captchas with Simple Python Image Analysis

This article explores the security weaknesses of sliding puzzle captchas by collecting multiple samples, performing qualitative and quantitative image analysis, and presenting a Python script that automatically identifies the puzzle gap using pixel differences and statistical thresholds.

PythonSecuritycaptcha
0 likes · 7 min read
How to Crack Sliding Puzzle Captchas with Simple Python Image Analysis
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2017 · Operations

10 Lazy Linux Sysadmin Tricks to Supercharge Your Efficiency

This article presents ten practical Linux system‑administration tricks—from unmounting a stuck DVD drive and rescuing a frozen terminal to using screen collaboration, SSH backdoors, VNC tunnelling, bandwidth testing, and quick system‑info gathering—each designed to save time and boost productivity.

AutomationShellcommand-line
0 likes · 19 min read
10 Lazy Linux Sysadmin Tricks to Supercharge Your Efficiency
21CTO
21CTO
Nov 18, 2017 · Databases

Boost MySQL Performance: Config Tweaks, Index Strategies, and Essential Tools

This article walks through practical MySQL optimization techniques—including configuration file tuning, key InnoDB parameters, effective index design, and the use of Percona and MySQL Tuner tools—to help you speed up queries and eliminate performance bottlenecks in production environments.

ConfigurationIndex OptimizationMySQL
0 likes · 17 min read
Boost MySQL Performance: Config Tweaks, Index Strategies, and Essential Tools
21CTO
21CTO
Nov 17, 2017 · Fundamentals

Master Java Concurrency: Threads, Thread Pools, and Synchronization

This article provides a comprehensive overview of Java concurrency, covering thread creation methods, thread pools, thread models, the Future and Fork/Join frameworks, volatile and CAS mechanisms, AQS, synchronized locks, and various concurrent queue implementations, with practical code examples and references for deeper study.

JavaThreadPoolconcurrency
0 likes · 38 min read
Master Java Concurrency: Threads, Thread Pools, and Synchronization
21CTO
21CTO
Nov 17, 2017 · Backend Development

How TableStore Powers Scalable IM Message Sync and Storage

This article explains the evolution of instant messaging systems, introduces the Timeline logical model for message synchronization and storage, compares traditional and modern architectures, and details how Alibaba Cloud TableStore can be used to build a high‑performance, multi‑device IM backend supporting millions of TPS and millisecond latency.

IMMessage SyncNoSQL
0 likes · 15 min read
How TableStore Powers Scalable IM Message Sync and Storage
Tencent Cloud Developer
Tencent Cloud Developer
Nov 17, 2017 · Cloud Native

Tencent Cloud Container Service Becomes Early Member of CNCF Certified Kubernetes Conformance Program

Tencent Cloud Container Service has joined the inaugural CNCF Certified Kubernetes Conformance Program, confirming its Kubernetes platform meets the foundation’s consistency, portability and reliability standards, and giving enterprises such as Wall Street Snippets and Xiaohongshu confidence that workloads will run seamlessly across any certified Kubernetes environment.

CNCFCloud NativeConformance Certification
0 likes · 4 min read
Tencent Cloud Container Service Becomes Early Member of CNCF Certified Kubernetes Conformance Program