Tagged articles

Configuration

1197 articles · Page 1 of 12
Code Mala Tang
Code Mala Tang
Jun 28, 2026 · Artificial Intelligence

Claude Code Hooks: The Overlooked Execution Gate Explained

This article dissects Claude Code Hooks, showing how they differ from CLAUDE.md suggestions, detailing their event system, configuration layers, merging rules, real‑world examples, and a ready‑to‑use hook that protects production files from accidental modification.

AI AutomationClaude CodeConfiguration
0 likes · 21 min read
Claude Code Hooks: The Overlooked Execution Gate Explained
Golang Shines
Golang Shines
Jun 27, 2026 · Backend Development

Master Nginx Quickly: A Comprehensive Guide Loved by Thousands

This article explains why Nginx outperforms Apache as a high‑performance web and load‑balancing server, details its simple installation, core and advanced configurations—including virtual hosts, access control, HTTPS and reverse proxy—while showcasing real‑world usage and deployment diagrams.

Backend DevelopmentConfigurationHTTPS
0 likes · 7 min read
Master Nginx Quickly: A Comprehensive Guide Loved by Thousands
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Jun 26, 2026 · Artificial Intelligence

Claude Code Hooks: How to Bypass Model Self‑Awareness and Enforce Deterministic Actions

Claude Code hooks are deterministic scripts that run at specific events—such as PreToolUse, PostToolUse, SessionStart, and UserPromptSubmit—to enforce hard constraints, bypass the probabilistic suggestions in CLAUDE.md, and enable interception, feedback, analytics, and automation, with detailed configuration, input/output protocols, and safety considerations.

AI AutomationClaude CodeConfiguration
0 likes · 25 min read
Claude Code Hooks: How to Bypass Model Self‑Awareness and Enforce Deterministic Actions
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 22, 2026 · Backend Development

Why Prefer @Bean Over @Component? Avoid Critical Spring Boot Pitfalls

The article explains the fundamental differences between @Component and @Bean in Spring Boot 3.5.0, demonstrates how @Bean provides finer control, solves five common configuration problems, and reveals a subtle proxy‑related bug that causes multiple bean instances when @Component is misused on configuration classes.

BeanComponentConfiguration
0 likes · 8 min read
Why Prefer @Bean Over @Component? Avoid Critical Spring Boot Pitfalls
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 22, 2026 · Fundamentals

Powerful Vim Tips to Boost Your Coding Efficiency

This guide explains Vim’s role as a pure editor, introduces its three modes, and provides concrete command examples for inserting, navigating, deleting, copying, searching, replacing, saving, customizing shortcuts, and configuring .vimrc to make Vim feel like a modern IDE.

ConfigurationEditorLinux
0 likes · 11 min read
Powerful Vim Tips to Boost Your Coding Efficiency
Golang Shines
Golang Shines
Jun 19, 2026 · Backend Development

From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide

This article presents a thorough 113‑page Nginx tutorial covering its architecture, core and advanced configurations, virtual host setup, access control, file existence checks, reverse‑proxy mechanisms, and production deployment patterns, helping newcomers master high‑performance web serving.

Access ControlConfigurationMaster/Worker model
0 likes · 6 min read
From Beginner to Pro: 113‑Page Comprehensive Nginx Study Guide
Raymond Ops
Raymond Ops
Jun 17, 2026 · Databases

Redis Sentinel Mode Explained: Automatic Failure Detection and Master‑Slave Switching in Practice

This guide walks through Redis Sentinel’s architecture, explains subjective and objective down states, details the leader election and failover workflow, shows step‑by‑step configuration of a three‑node Sentinel cluster, client integration in Python and Java, and provides best‑practice recommendations, monitoring metrics, and troubleshooting tips.

ConfigurationHigh AvailabilityJava
0 likes · 27 min read
Redis Sentinel Mode Explained: Automatic Failure Detection and Master‑Slave Switching in Practice
AI Agent Super App
AI Agent Super App
Jun 17, 2026 · Artificial Intelligence

Install the Four Major AI Coding Agents and Seamlessly Configure Six Chinese Models

This article walks through selecting the most suitable AI coding agent, provides step‑by‑step installation commands for Claude Code, OpenCode, Pi Agent and Hermes, details how to configure six domestic large language models, introduces the cc‑switch tool for quick model swapping, compares model capabilities, and offers troubleshooting tips.

AIAgentsChinese models
0 likes · 17 min read
Install the Four Major AI Coding Agents and Seamlessly Configure Six Chinese Models
Architect Chen
Architect Chen
Jun 15, 2026 · Artificial Intelligence

Master Claude Code: Complete 2026 Command Guide

This article provides a detailed reference of Claude Code’s most frequently used CLI commands, explaining each command’s purpose, usage syntax, and typical scenarios such as interactive sessions, script automation, environment health checks, and configuration management.

AI toolCLIClaude Code
0 likes · 5 min read
Master Claude Code: Complete 2026 Command Guide
Ops Community
Ops Community
Jun 13, 2026 · Operations

Nginx Log Analysis: Debugging Request Timeouts and 4xx/5xx Errors

This guide explains how to interpret Nginx access and error logs, understand the meaning of each log field, configure timeout directives across client, Nginx, upstream, and FastCGI layers, troubleshoot common 4xx and 5xx status codes, and use practical command‑line tools and analysis pipelines to quickly locate and resolve performance and connectivity issues.

ConfigurationMonitoringNGINX
0 likes · 41 min read
Nginx Log Analysis: Debugging Request Timeouts and 4xx/5xx Errors
DeepHub IMBA
DeepHub IMBA
Jun 3, 2026 · Artificial Intelligence

Boost Claude Code Output Quality and Speed by Tweaking 10 Hidden Settings

If Claude Code feels slower or less accurate, the drop is likely due to Anthropic silently lowering the default effort and other hidden parameters; adjusting ten specific environment variables and JSON settings restores full reasoning, improves tool usage, and can double both output quality and efficiency.

AI codingClaude CodeConfiguration
0 likes · 6 min read
Boost Claude Code Output Quality and Speed by Tweaking 10 Hidden Settings
Architect Chen
Architect Chen
Jun 2, 2026 · Backend Development

Unlock 10× Faster Responses: Inside Nginx’s Caching Mechanism

The article explains how Nginx’s two‑layer caching—browser and proxy—works, why it can reduce backend load and latency, often delivering more than tenfold performance gains for read‑heavy static content, and provides detailed configuration directives such as proxy_cache_path, proxy_cache, proxy_cache_valid, and best‑practice settings to ensure cache validity and avoid cache stampede.

CachingConfigurationNGINX
0 likes · 5 min read
Unlock 10× Faster Responses: Inside Nginx’s Caching Mechanism
Architect Chen
Architect Chen
May 31, 2026 · Operations

15 Essential Nginx Commands Explained

This article provides a concise, step‑by‑step guide to the fifteen most frequently used Nginx commands, showing how to check versions, start, stop, reload, test configurations, view logs, monitor connections and ports, and troubleshoot common errors on Linux systems.

CommandsConfigurationLinux
0 likes · 6 min read
15 Essential Nginx Commands Explained
MaGe Linux Operations
MaGe Linux Operations
May 30, 2026 · Databases

How Ops Engineers Fix MySQL Slow Queries: A Step‑by‑Step Guide

This article walks through the entire MySQL performance troubleshooting workflow from an operations perspective, covering architecture basics, slow‑query‑log configuration, analysis with mysqldumpslow and pt‑query‑digest, EXPLAIN interpretation, index design and optimization, configuration tuning, replication monitoring, real‑time diagnostic commands, risk mitigation, rollback procedures, and backup strategies.

ConfigurationIndexingOps
0 likes · 40 min read
How Ops Engineers Fix MySQL Slow Queries: A Step‑by‑Step Guide
AI Architecture Hub
AI Architecture Hub
May 29, 2026 · Artificial Intelligence

Make Claude Code Auto‑Fix Its Own Bugs with a Ready‑to‑Copy Configuration

This article explains why Claude repeatedly makes the same coding errors, introduces a CLAUDE.md rule file and a series of hooks (PostToolUse, PreToolUse, Stop) plus an automatic retry loop and cross‑session memory, and shows a before‑after comparison that reduces manual debugging from 45 minutes to about 10 minutes per feature.

AIAutomationClaude
0 likes · 11 min read
Make Claude Code Auto‑Fix Its Own Bugs with a Ready‑to‑Copy Configuration
Amazon Cloud Developers
Amazon Cloud Developers
May 25, 2026 · Artificial Intelligence

Configure Claude Cowork with Amazon Bedrock in 10 Minutes (No Anthropic Account Required)

This step‑by‑step guide shows how to set up Claude Cowork to use Amazon Bedrock as its inference backend—without registering an Anthropic account—by installing the desktop client, generating a Bedrock API key, enabling Developer Mode, configuring third‑party inference, editing the config file to unlock 1 M‑token context, and handling common issues on macOS and Windows.

1M contextAI assistantAWS
0 likes · 16 min read
Configure Claude Cowork with Amazon Bedrock in 10 Minutes (No Anthropic Account Required)
Java Architect Essentials
Java Architect Essentials
May 24, 2026 · Artificial Intelligence

Set Up Claude Code in 30 Minutes: A Quick Guide to CLAUDE.md

This article explains what CLAUDE.md is, how Claude Code loads it across user, project and subdirectory levels, how to generate an initial file with the /init command, and provides best‑practice tips, continuous‑evolution advice, and a comparison with other AI coding tools.

AI coding assistantCLAUDE.mdClaude Code
0 likes · 11 min read
Set Up Claude Code in 30 Minutes: A Quick Guide to CLAUDE.md
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 23, 2026 · Backend Development

Three Powerful Ways to Load Custom YAML Config in Spring Boot 3

The article explains why Spring Boot's default configuration loading falls short for complex scenarios and demonstrates three concrete techniques—an EnvironmentPostProcessor, a custom PropertySourceFactory, and an ApplicationEnvironmentPreparedEvent listener—each with full code, registration steps, and runtime output.

ConfigurationEnvironmentPostProcessorPropertySourceFactory
0 likes · 6 min read
Three Powerful Ways to Load Custom YAML Config in Spring Boot 3
MaGe Linux Operations
MaGe Linux Operations
May 23, 2026 · Databases

Why MySQL Replication Lag Isn’t Just a Network Issue

The article explains MySQL master‑slave replication fundamentals, shows how to monitor replication status, enumerates common delay causes such as network latency, master write pressure, SQL thread bottlenecks, large transactions, missing primary keys, slave overload, replication conflicts and GTID quirks, and provides scripts, configuration tips, and real‑world case studies for troubleshooting and prevention.

ConfigurationLagMonitoring
0 likes · 28 min read
Why MySQL Replication Lag Isn’t Just a Network Issue
Black & White Path
Black & White Path
May 22, 2026 · Information Security

NGINX Poolslip 0‑Day RCE: Should You Panic?

A newly disclosed nginx‑poolslip 0‑day RCE affecting NGINX 1.31.0 targets the internal memory‑pool, requires a rare non‑default configuration, and while no public PoC exists, analysis of 4,000 real configurations found none exploitable, prompting specific mitigation steps.

0dayConfigurationNGINX
0 likes · 9 min read
NGINX Poolslip 0‑Day RCE: Should You Panic?
Shuge Unlimited
Shuge Unlimited
May 22, 2026 · Artificial Intelligence

Why Does Hermes Agent’s Sub‑10‑Line Loop Enable Self‑Evolution?

This article dissects Hermes Agent v0.14.0, revealing its three‑layer prompt architecture, a concise sub‑10‑line conversation loop, tool auto‑discovery, installation options, configuration pitfalls, security measures, and deployment best practices that together enable a self‑evolving AI agent framework.

AI AgentConfigurationHermes Agent
0 likes · 18 min read
Why Does Hermes Agent’s Sub‑10‑Line Loop Enable Self‑Evolution?
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 20, 2026 · Backend Development

10 Essential Spring Boot Utility Classes to Cut Your Code in Half

This article showcases ten built‑in Spring Boot utilities—including version retrieval, system property access, temporary and home directory handling, method introspection, generic type resolution, process ID extraction, property binding, and package path registration—each illustrated with concise code examples that dramatically reduce the need for custom helper classes.

Code SimplificationConfigurationGenericTypeResolver
0 likes · 11 min read
10 Essential Spring Boot Utility Classes to Cut Your Code in Half
Shuge Unlimited
Shuge Unlimited
May 11, 2026 · Artificial Intelligence

Boost OpenSpec Code Quality to 80% with a Single Config Change

The article analyzes three rounds of lab experiments that reveal task‑granularity as the key lever for AI‑generated code quality, introduces the 2/8 rule, and details a three‑step configuration (config.yaml, schema fork with upgraded instruction, and review artifact) that raises quality scores to about 80% without modifying OpenSpec source code.

AI code generationConfigurationOpenSpec
0 likes · 18 min read
Boost OpenSpec Code Quality to 80% with a Single Config Change
MaGe Linux Operations
MaGe Linux Operations
May 10, 2026 · Cloud Native

Docker Container Fails to Start? Common Causes and Troubleshooting Commands

This guide walks operators through a systematic, step‑by‑step process for diagnosing Docker container startup failures, covering status checks, log inspection, detailed use of docker inspect, and categorized troubleshooting of image, configuration, resource, permission, network, and volume issues with concrete commands and examples.

ConfigurationDockerNetwork
0 likes · 27 min read
Docker Container Fails to Start? Common Causes and Troubleshooting Commands
Coder Trainee
Coder Trainee
May 10, 2026 · Backend Development

Spring Boot Source Code Deep Dive (Part 7): Full Recap and Ultimate Interview Guide

The final installment of the Spring Boot source‑code series consolidates the previous six episodes—covering startup flow, auto‑configuration, IoC container, bean lifecycle, circular dependencies, and SPI—while providing a complete knowledge map, 20 interview‑question templates, practical study tips, and a roadmap for further learning and contribution.

Auto-ConfigurationBean LifecycleConfiguration
0 likes · 14 min read
Spring Boot Source Code Deep Dive (Part 7): Full Recap and Ultimate Interview Guide
Ops Community
Ops Community
May 7, 2026 · Databases

How to Prevent Redis Data Loss: In‑Depth RDB and AOF Backup Strategies

This article walks operations engineers through the root causes of Redis data loss, explains the inner workings of RDB snapshots and AOF append‑only files, compares their trade‑offs, and provides concrete configuration, backup scripts, recovery procedures, and scenario‑based recommendations to keep data safe while maintaining performance.

AOFConfigurationPersistence
0 likes · 34 min read
How to Prevent Redis Data Loss: In‑Depth RDB and AOF Backup Strategies
MaGe Linux Operations
MaGe Linux Operations
May 6, 2026 · Operations

Common Nginx Misconfigurations That Cause Production Outages and How to Fix Them

The article systematically reviews ten typical Nginx configuration pitfalls that frequently trigger production incidents—such as location‑matching errors, proxy_pass slash issues, misuse of try_files, insufficient keepalive settings, client_max_body_size limits, gzip misconfiguration, incomplete TLS setup, worker process limits, log‑rotation problems, and exposed server version—providing a clear phenomenon → root cause → correct configuration → verification → risk reminder workflow for each, plus a comprehensive troubleshooting path, checklist, and rollback script for safe production changes.

ConfigurationNGINXdevops
0 likes · 55 min read
Common Nginx Misconfigurations That Cause Production Outages and How to Fix Them
Architect Chen
Architect Chen
May 6, 2026 · Backend Development

Comprehensive Visual Guide to Nginx Reverse Proxy Architecture

This article explains how Nginx functions as a reverse proxy, detailing its role as a unified entry point that hides backend servers, improves concurrency, and can be deployed in single‑node, load‑balanced, or multi‑layer architectures with concrete configuration examples and design considerations.

ConfigurationNGINXReverse Proxy
0 likes · 4 min read
Comprehensive Visual Guide to Nginx Reverse Proxy Architecture
Architect's Guide
Architect's Guide
May 5, 2026 · Backend Development

Why This Lightweight Rule Engine Lets You Ditch If‑Else Statements

The article introduces the liteflow rule‑engine framework, explains its architecture, component types, EL rule files, data‑context handling, configuration options, and demonstrates a real‑world e‑commerce workflow that replaces verbose if‑else code with concise rule definitions.

ConfigurationJavaLiteFlow
0 likes · 9 min read
Why This Lightweight Rule Engine Lets You Ditch If‑Else Statements
Architect Chen
Architect Chen
May 1, 2026 · Operations

Comprehensive Nginx Command Guide (2026 Edition)

This article provides a detailed reference of essential Nginx commands—including startup, shutdown, reload, configuration checks, process signaling, debugging, and monitoring—explaining their effects, typical use cases, and the underlying behavior of master and worker processes.

ConfigurationLinuxNGINX
0 likes · 5 min read
Comprehensive Nginx Command Guide (2026 Edition)
AI Architect Hub
AI Architect Hub
Apr 30, 2026 · Operations

Comprehensive Guide to Installing Hermes and Its Web UI

This tutorial walks through installing Hermes with a single curl command that checks Python 3.11+, installs Node v23+, sets up a virtual environment, configures channels like WeChat, QQ and Feishu, and then adds the open‑source Hermes Web UI via npm for full model configuration and chat capabilities.

ConfigurationHermesInstallation
0 likes · 3 min read
Comprehensive Guide to Installing Hermes and Its Web UI
Su San Talks Tech
Su San Talks Tech
Apr 29, 2026 · Artificial Intelligence

Why VSCode + Claude Code Is a Game‑Changer for AI‑Powered Coding

This guide walks through installing, configuring, and using the Claude Code extension in VSCode, highlighting its context‑aware features, multiple editing modes, effort levels, command shortcuts, and how it outperforms the older IDEA plugin.

AI coding assistantClaude CodeConfiguration
0 likes · 6 min read
Why VSCode + Claude Code Is a Game‑Changer for AI‑Powered Coding
AI Architect Hub
AI Architect Hub
Apr 29, 2026 · Artificial Intelligence

Hermes Agent Guide: Install, Model Integration, Skills, MCP, Message Gateway

This comprehensive guide walks you through installing Hermes Agent, configuring over 20 model providers, setting up the Skill system, enabling MCP client/server modes, and connecting the agent to 17 messaging platforms, while also covering execution back‑ends, security settings, and troubleshooting tips.

AI AgentConfigurationHermes Agent
0 likes · 20 min read
Hermes Agent Guide: Install, Model Integration, Skills, MCP, Message Gateway
Test Development Learning Exchange
Test Development Learning Exchange
Apr 28, 2026 · Operations

30 Essential JMeter Settings to Simulate One Million Concurrent Users

This article walks through Apache JMeter’s architecture, explains the role of each component, and details thirty concrete configuration settings—including thread groups, samplers, timers, and processors—plus distributed testing tips and common pitfalls, enabling you to reliably generate million‑user load.

ConfigurationDistributed TestingJMeter
0 likes · 10 min read
30 Essential JMeter Settings to Simulate One Million Concurrent Users
Java Backend Full-Stack
Java Backend Full-Stack
Apr 27, 2026 · Databases

Proven Redis Tuning Techniques for Production Environments

This article compiles practical, interview‑ready Redis tuning tips—from strict memory limits and eviction policies to avoiding big keys, hot keys, slow commands, and optimizing persistence, networking, and high‑availability settings—so you can confidently handle Redis performance questions in real‑world deployments.

ConfigurationHigh AvailabilityMemory Management
0 likes · 9 min read
Proven Redis Tuning Techniques for Production Environments
MaGe Linux Operations
MaGe Linux Operations
Apr 25, 2026 · Operations

Uncovering Hidden Nginx 502 Bad Gateway Configuration Pitfalls from Logs

This guide systematically dissects the root causes of Nginx 502 Bad Gateway errors, explains how to read and interpret error logs, and provides detailed step‑by‑step troubleshooting, configuration adjustments, health‑check setups, and preventive monitoring strategies for modern production environments.

502ConfigurationNGINX
0 likes · 69 min read
Uncovering Hidden Nginx 502 Bad Gateway Configuration Pitfalls from Logs
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 25, 2026 · Backend Development

Seven Techniques to Retrieve Spring Boot Properties

This article demonstrates seven practical ways to access configuration properties in a Spring Boot 3.5.0 application, covering ContextRefreshedEvent listeners, ConfigurableEnvironment, the Environment interface, @Value, @ConfigurationProperties, ConfigurableBeanFactory, and the Actuator /env endpoint, each with code examples and usage notes.

ConfigurationJavaSpring Boot
0 likes · 9 min read
Seven Techniques to Retrieve Spring Boot Properties
Raymond Ops
Raymond Ops
Apr 23, 2026 · Operations

Advanced Nginx Load Balancing: How to Choose and Tune Layer 4 vs Layer 7

This guide walks through the differences between 4‑layer (TCP) and 7‑layer (HTTP) load balancing in Nginx, explains when to use each, and provides step‑by‑step configuration examples, health‑check setups, performance tuning, SSL handling, WebSocket support, and common pitfalls.

ConfigurationLayer 4Layer 7
0 likes · 25 min read
Advanced Nginx Load Balancing: How to Choose and Tune Layer 4 vs Layer 7
Architect Chen
Architect Chen
Apr 23, 2026 · Databases

The Most Complete Redis Configuration Guide with Illustrated Examples

This article provides a thorough walkthrough of Redis configuration, covering the location of the redis.conf file, how to list all settings with CONFIG GET *, modify parameters via CONFIG SET, and detailed explanations of common options such as bind address, port, timeout, log level, database count, daemonization, log file, client limits, memory limits, persistence settings, replication, and password protection, each illustrated with concrete command examples.

CONFIGConfigurationRedis
0 likes · 6 min read
The Most Complete Redis Configuration Guide with Illustrated Examples
Architect Chen
Architect Chen
Apr 22, 2026 · Cloud Native

Understanding Spring Cloud Gateway: Architecture, Core Concepts, and Configuration

This article provides a detailed technical overview of Spring Cloud Gateway, covering its role as a second‑generation API gateway built on Spring 5, WebFlux, and Reactor, its core responsibilities, architectural placement, key concepts like routes, predicates and filters, the request processing flow, and a concrete YAML configuration example.

API GatewayConfigurationFilters
0 likes · 5 min read
Understanding Spring Cloud Gateway: Architecture, Core Concepts, and Configuration
AI Cyberspace
AI Cyberspace
Apr 21, 2026 · Information Security

OpenClaw Cloud Host Security: Default Configuration Blueprint and Hardening Guide

This article presents a step‑by‑step security analysis and hardening guide for the OpenClaw cloud host, covering threat modeling, network exposure, mDNS broadcast, remote‑access options (SSH tunnel, Tailscale), sandbox isolation, tool permission layers, credential handling, prompt‑injection defenses, skills supply‑chain checks, approval workflows, logging redaction, and observability via OpenTelemetry, all illustrated with concrete configuration snippets and real‑world test commands.

ConfigurationOpenClawSandbox
0 likes · 55 min read
OpenClaw Cloud Host Security: Default Configuration Blueprint and Hardening Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 16, 2026 · Operations

Mastering Nginx for High‑Traffic: Proven Tuning Steps for 10k+ QPS

This guide explains why the default Nginx configuration becomes a bottleneck under thousands of requests per second and provides a prioritized, production‑tested checklist of kernel, process, buffer, upstream, HTTP, and HA settings to dramatically improve throughput and latency.

CachingConfigurationHigh concurrency
0 likes · 24 min read
Mastering Nginx for High‑Traffic: Proven Tuning Steps for 10k+ QPS
Su San Talks Tech
Su San Talks Tech
Apr 16, 2026 · Artificial Intelligence

Master Hermes Agent: From Installation to Advanced AI Automation

This guide walks you through installing Hermes Agent, configuring models and memory, creating custom skills, setting up cron jobs, integrating with messaging platforms, troubleshooting common issues, and exploring community resources, providing a complete roadmap from a first conversation to advanced automation and monetization.

AI AutomationConfigurationHermes Agent
0 likes · 12 min read
Master Hermes Agent: From Installation to Advanced AI Automation
ArcThink
ArcThink
Apr 14, 2026 · Artificial Intelligence

Mastering Claude Code Plugins: Skills, MCP, Hooks and Real‑World Configurations

This guide dissects Claude Code’s rapidly growing plugin ecosystem—covering the five‑layer architecture, top‑installed plugins, detailed configuration examples for Skills, MCP servers, Agents, and Hooks, and practical best‑practice recommendations to turn Claude Code into a powerful, production‑grade development assistant.

AI pluginsClaude CodeConfiguration
0 likes · 22 min read
Mastering Claude Code Plugins: Skills, MCP, Hooks and Real‑World Configurations
Java Tech Workshop
Java Tech Workshop
Apr 14, 2026 · Backend Development

How to Exclude Specific Auto‑Configurations in SpringBoot: 5 Practical Methods

This article explains SpringBoot's auto‑configuration mechanism, why exclusions are needed, and walks through five concrete ways to exclude unwanted auto‑configurations—including annotation‑based, name‑based, YAML/property file, @EnableAutoConfiguration, and autoconfigure.exclude file approaches—while comparing their priorities, advantages, and suitable scenarios, and offering troubleshooting tips for common pitfalls.

Auto-ConfigurationConfigurationJava
0 likes · 8 min read
How to Exclude Specific Auto‑Configurations in SpringBoot: 5 Practical Methods
Java Tech Workshop
Java Tech Workshop
Apr 13, 2026 · Backend Development

Understanding SpringBoot Extension Points: ApplicationContextInitializer vs ApplicationListener

This article explains the two core SpringBoot extension points—ApplicationContextInitializer for pre‑startup configuration and ApplicationListener for post‑event handling—detailing their purpose, execution timing, source code, registration methods, ordering control, common use cases, and a side‑by‑side comparison to help developers master SpringBoot's flexible extension mechanism.

ConfigurationJavaapplicationcontextinitializer
0 likes · 31 min read
Understanding SpringBoot Extension Points: ApplicationContextInitializer vs ApplicationListener
Java Tech Workshop
Java Tech Workshop
Apr 12, 2026 · Backend Development

Understanding SpringBoot’s Environment and PropertySource: Core Concepts and Practical Usage

The article explains SpringBoot’s configuration architecture, detailing how the Environment facade and PropertySource abstractions manage all settings, the loading order, key APIs, debugging techniques, custom PropertySource extensions, and dynamic refresh, enabling developers to resolve priority conflicts and implement advanced configuration scenarios.

ConfigurationJavaPropertySource
0 likes · 22 min read
Understanding SpringBoot’s Environment and PropertySource: Core Concepts and Practical Usage
Java Architect Essentials
Java Architect Essentials
Apr 8, 2026 · Backend Development

Switching Spring Boot 3 from Tomcat to Undertow: Step‑by‑Step Configuration and Performance Tuning

This guide explains why Tomcat may become a bottleneck under sudden high concurrency, introduces Undertow as a lightweight non‑blocking alternative, and provides detailed Maven, YAML/Properties, thread‑pool, timeout, request‑size, compression, HTTP/2, and access‑log configurations along with monitoring tips for Spring Boot 3 applications.

Backend DevelopmentConfigurationUndertow
0 likes · 6 min read
Switching Spring Boot 3 from Tomcat to Undertow: Step‑by‑Step Configuration and Performance Tuning
Golang Shines
Golang Shines
Apr 7, 2026 · Backend Development

Master Nginx: 113‑Page Deep Dive from Beginner to Pro

This comprehensive guide walks you through Nginx’s role in large‑scale web and mobile applications, explains its master‑worker architecture, details core and advanced configuration—including virtual hosts, location blocks, rewrite rules, access control, and reverse proxy—while illustrating deployment patterns with clear diagrams.

Access ControlConfigurationNGINX
0 likes · 5 min read
Master Nginx: 113‑Page Deep Dive from Beginner to Pro
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Apr 7, 2026 · Backend Development

Connect Easysearch to Kibana in Two Simple Steps

This guide shows how to make Kibana OSS recognize INFINI Easysearch by enabling Elasticsearch API compatibility mode, masquerading the version as 7.10.2, configuring Kibana to point to Easysearch, handling SSL verification and special characters in passwords, and verifying the connection through Kibana Dev Tools.

ConfigurationEasysearchElasticsearch compatibility
0 likes · 7 min read
Connect Easysearch to Kibana in Two Simple Steps
Coder Trainee
Coder Trainee
Apr 7, 2026 · Operations

How to Resolve Seata “can not register RM” Connection Errors

The article explains why Seata clients fail with “can not register RM, err: can not connect to services‑server” errors, shows that the issue stems from the default.grouplist IP setting, and provides the correct server configuration and startup command to connect using an external IP, plus a method to verify and stop lingering Seata processes.

ConfigurationConnection ErrorOperations
0 likes · 3 min read
How to Resolve Seata “can not register RM” Connection Errors
LuTiao Programming
LuTiao Programming
Apr 4, 2026 · Artificial Intelligence

Avoid Blind Upgrades: Claude Code 2.1.81 May Multiply Token Usage

Upgrading to Claude Code 2.1.81 can cause token consumption to skyrocket, context memory to reset, and overall task cost to multiply because a hidden cache‑failure bug disables context reuse, but the issue can be mitigated by downgrading and adjusting configuration settings.

AI ToolingCache failureClaude Code
0 likes · 5 min read
Avoid Blind Upgrades: Claude Code 2.1.81 May Multiply Token Usage
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2026 · Operations

Mastering Nginx: Deep Dive into Process Model and Performance Tuning

This comprehensive guide explains Nginx’s multi‑process architecture, worker process mechanics, CPU affinity, connection handling, and key directives such as worker_processes, worker_connections, and worker_rlimit_nofile, then details load‑balancing methods, proxy buffering, caching, compression, SSL/TLS optimization, system tuning, validation, and troubleshooting for high‑performance deployments.

CachingConfigurationNGINX
0 likes · 34 min read
Mastering Nginx: Deep Dive into Process Model and Performance Tuning
Java Tech Workshop
Java Tech Workshop
Apr 3, 2026 · Backend Development

Best Practices for Configuring HikariCP in Spring Boot

This article explains why HikariCP is the default Spring Boot connection pool, details the required dependencies, walks through essential configuration parameters, shows how to use HikariTemplate, monitor pool metrics, avoid common pitfalls, and compares HikariCP with other popular pools.

ConfigurationHikariCPJDBC
0 likes · 6 min read
Best Practices for Configuring HikariCP in Spring Boot
SuanNi
SuanNi
Mar 31, 2026 · Artificial Intelligence

Mastering Claude Code: A Complete Guide to the .claude Folder and Advanced Configurations

This in‑depth guide explains how to unlock the full power of Claude Code by understanding the dual .claude directories, crafting effective CLAUDE.md and CLAUDE.local.md files, organizing modular rules, hooks, skills, and agents, and configuring permissions with settings.json for secure, repeatable AI‑assisted development.

AI assistantAgentsClaude
0 likes · 16 min read
Mastering Claude Code: A Complete Guide to the .claude Folder and Advanced Configurations
Coder Trainee
Coder Trainee
Mar 30, 2026 · Backend Development

Mastering @ConditionalOnProperty: Controlling Bean Activation in Spring Boot

This article explains how Spring Boot's @ConditionalOnProperty annotation determines whether a configuration class or bean is loaded based on property values in application.yml, detailing its attributes (name, havingValue, prefix, value, matchIfMissing), practical usage examples.

ConditionalOnPropertyConfigurationJava
0 likes · 4 min read
Mastering @ConditionalOnProperty: Controlling Bean Activation in Spring Boot
AI Architecture Hub
AI Architecture Hub
Mar 30, 2026 · Artificial Intelligence

Reversing the Development Ratio: AI‑First Planning with Compound Engineering

This article introduces an AI‑driven workflow that flips the traditional 80% coding / 20% planning model by using the Compound Engineering plugin and Claude Code to perform deep planning first, then automate mechanical coding through agents, boosting efficiency and code quality across multiple development scenarios.

Claude CodeCompound EngineeringConfiguration
0 likes · 11 min read
Reversing the Development Ratio: AI‑First Planning with Compound Engineering
Coder Trainee
Coder Trainee
Mar 25, 2026 · Frontend Development

Step-by-Step Docsify Tutorial: Build a Dynamic Documentation Site

This guide introduces Docsify, outlines its key advantages, walks through installing the docsify‑cli, setting up a project, configuring index.html, cover page, navbar and sidebar files, and shows how to serve the site locally.

ConfigurationDocsifydocumentation
0 likes · 4 min read
Step-by-Step Docsify Tutorial: Build a Dynamic Documentation Site
SpringMeng
SpringMeng
Mar 25, 2026 · Backend Development

How to Perform OCR in SpringBoot Using Tess4j

This tutorial explains OCR fundamentals, introduces Tesseract and its Java wrapper Tess4j, shows how to download language data, integrate Tess4j into a SpringBoot 3 project with Maven configuration, and provides test code for Chinese, English, and mixed‑language image recognition while highlighting performance considerations.

ConfigurationJavaOCR
0 likes · 9 min read
How to Perform OCR in SpringBoot Using Tess4j
LuTiao Programming
LuTiao Programming
Mar 24, 2026 · Information Security

After 5 Years of Coding, I Realized True Secret Protection Comes From Environment Variables, Not Encryption

Hard‑coding secrets in source code or config files creates maintenance headaches and security risks, whereas using environment variables—following the 12‑Factor App principle—decouples configuration, improves security, and enables dynamic, painless updates without rebuilding the application.

ConfigurationSpring Bootenvironment variables
0 likes · 8 min read
After 5 Years of Coding, I Realized True Secret Protection Comes From Environment Variables, Not Encryption
Top Architect
Top Architect
Mar 24, 2026 · Databases

How MySQL Router 8.2 Enables Seamless Read/Write Splitting with InnoDB ReplicaSet

MySQL Router 8.2 now supports automatic read/write splitting for InnoDB ReplicaSet clusters, allowing reads to be routed to replicas and writes to the primary without any changes to application code, as demonstrated through configuration steps, connection examples, and practical observations.

ConfigurationInnoDB ReplicaSetRead‑Write Splitting
0 likes · 5 min read
How MySQL Router 8.2 Enables Seamless Read/Write Splitting with InnoDB ReplicaSet
Data Party THU
Data Party THU
Mar 21, 2026 · Operations

How to Harden and Operate OpenClaw for Reliable Production Use

This guide walks you through the essential steps to transform a freshly installed OpenClaw instance into a stable, production‑ready AI assistant, covering troubleshooting, configuration files, memory persistence, model selection, security hardening, Telegram integration, browser setup, and automated heartbeat and cron management.

AI OperationsConfigurationOpenClaw
0 likes · 8 min read
How to Harden and Operate OpenClaw for Reliable Production Use
o-ai.tech
o-ai.tech
Mar 20, 2026 · Fundamentals

Essential Guide to Writing CLAUDE.md for Claude Code

This article explains what CLAUDE.md is, why it matters, how to quickly create and trim it, the four mandatory sections, file locations, structuring tricks, and maintenance practices so you can keep project conventions and commands consistently across Claude sessions.

AutomationCLAUDE.mdClaude
0 likes · 4 min read
Essential Guide to Writing CLAUDE.md for Claude Code
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 13, 2026 · Fundamentals

Why Do Developers Prefer NeoVim Over Vim?

Developers favor NeoVim because it offers better project maintenance, built‑in LSP support, Lua‑based plugins, parallel startup, standardized configuration locations, performance optimizations, and more sensible default settings compared to Vim.

ConfigurationLSPLua
0 likes · 7 min read
Why Do Developers Prefer NeoVim Over Vim?
Tech Minimalism
Tech Minimalism
Mar 12, 2026 · Information Security

Is OpenClaw Secure? 5 Essential Configurations Most Users Miss

The article analyses the security risks of the OpenClaw AI agent, explains how its powerful capabilities can be abused through prompt injection and malicious Skills, and provides a step‑by‑step guide with five concrete configuration measures—token limits, sensitive‑info protection, exec approval, tool whitelisting, and network isolation—to keep the agent safe while retaining productivity.

AI AgentConfigurationOpenClaw
0 likes · 23 min read
Is OpenClaw Secure? 5 Essential Configurations Most Users Miss
AI Software Product Manager
AI Software Product Manager
Mar 10, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw AI Bot with Feishu Integration

This guide walks you through checking Node.js version, installing OpenClaw via script or npm, configuring personal mode, selecting a model provider and API key, setting up Feishu app credentials and permissions, managing versions, pairing the bot, and using common OpenClaw command‑line tools for operation and troubleshooting.

AI ChatbotConfigurationFeishu
0 likes · 10 min read
How to Install and Configure OpenClaw AI Bot with Feishu Integration
AI Software Product Manager
AI Software Product Manager
Mar 8, 2026 · Artificial Intelligence

How to Install OpenClaw and Switch to GPT‑5.4 in Minutes

This step‑by‑step guide shows how to install OpenClaw using the official script or npm, verify the installation, configure the OpenAI provider and API key, choose between terminal or web UI, and manually switch the default model to GPT‑5.4 for immediate use.

AI modelCLIConfiguration
0 likes · 11 min read
How to Install OpenClaw and Switch to GPT‑5.4 in Minutes
Frontend AI Walk
Frontend AI Walk
Mar 7, 2026 · Artificial Intelligence

12 Advanced OpenClaw Configurations to Train Your AI Like an Employee

This guide walks you through twelve concrete configuration techniques—defining the AI's soul, identity, user profile, multi‑agent roles, toolset, memory, error logging, permissions, skills, parallel instances, security, and daily training—to transform OpenClaw from a static tool into a continuously evolving, employee‑like assistant.

AI assistantConfigurationOpenClaw
0 likes · 15 min read
12 Advanced OpenClaw Configurations to Train Your AI Like an Employee
Architect
Architect
Mar 5, 2026 · Artificial Intelligence

How to Turn a Single OpenClaw Agent into a Multi‑Agent Team: A Step‑by‑Step Guide

This article walks you through the complete process of converting a single‑agent OpenClaw deployment into a multi‑agent architecture, covering agent isolation resources, when to split, creating agents, routing rules, DM safety, sandbox options, multi‑gateway setups, remote access, hot‑reload configuration, and a pre‑deployment checklist.

Agent RoutingConfigurationOpenClaw
0 likes · 23 min read
How to Turn a Single OpenClaw Agent into a Multi‑Agent Team: A Step‑by‑Step Guide
Shuge Unlimited
Shuge Unlimited
Mar 3, 2026 · Artificial Intelligence

OpenClaw Advanced Guide: 5 Modules to Turn Your AI Assistant from Basic to Expert

This comprehensive guide walks you through OpenClaw's five advanced modules—identity system, persistent memory, Skills, sub‑agents, and cron jobs—showing how to configure each with concrete file examples, JSON settings, and CLI commands so your AI assistant gains personality, long‑term recall, extensible capabilities, parallel processing, and automated workflows.

AI assistantConfigurationCron Jobs
0 likes · 22 min read
OpenClaw Advanced Guide: 5 Modules to Turn Your AI Assistant from Basic to Expert
Su San Talks Tech
Su San Talks Tech
Feb 28, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw: A Self‑Hosted AI Assistant Gateway

This guide walks you through the overview, system requirements, step‑by‑step installation, custom model configuration, verification methods, core file locations, environment variables, hot‑reload options, common commands, and troubleshooting for OpenClaw, a self‑hosted AI assistant gateway.

AI GatewayCLIConfiguration
0 likes · 10 min read
How to Install and Configure OpenClaw: A Self‑Hosted AI Assistant Gateway
Radish, Keep Going!
Radish, Keep Going!
Feb 25, 2026 · Fundamentals

Unlock Git’s Hidden Power: Master the Magic Files That Control Your Repository

This guide explains the purpose, syntax, and practical usage of Git’s special configuration files—including .gitignore, .gitattributes, .lfsconfig, .gitmodules, .mailmap, and others—so developers can correctly configure repository behavior, manage large files, submodules, and author identities across platforms.

ConfigurationGitVersion Control
0 likes · 17 min read
Unlock Git’s Hidden Power: Master the Magic Files That Control Your Repository
Golang Shines
Golang Shines
Feb 23, 2026 · Backend Development

Master Nginx in 113 Pages: A Complete Beginner‑to‑Expert Guide

This article provides a comprehensive, step‑by‑step Nginx tutorial covering its high‑performance architecture, master‑worker process model, core and advanced configuration directives, access control, file existence checks, HTTPS encryption, reverse‑proxy setup, and deployment structures, illustrated with detailed diagrams.

Access ControlConfigurationHTTPS
0 likes · 6 min read
Master Nginx in 113 Pages: A Complete Beginner‑to‑Expert Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 18, 2026 · Operations

Top Nginx Performance Tweaks: Worker Processes and CPU Affinity Explained

This guide shows how to edit nginx.conf to adjust worker_processes based on CPU cores, explains when I/O blocking requires extra workers, and demonstrates Linux‑only worker_cpu_affinity settings with concrete examples for 2, 4, and 8‑core systems, including the exact commands to apply and reload the configuration.

CPU affinityConfigurationNGINX
0 likes · 4 min read
Top Nginx Performance Tweaks: Worker Processes and CPU Affinity Explained
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Feb 13, 2026 · Backend Development

How to Calculate and Tune Nginx’s Maximum Concurrent Connections

This article explains how Nginx’s maximum concurrent connections are determined by worker_processes and worker_connections, provides a sample configuration, discusses OS‑level limits such as file descriptors and kernel parameters, and offers practical tuning steps to scale Nginx to tens of thousands of connections.

ConfigurationNGINXperformance
0 likes · 4 min read
How to Calculate and Tune Nginx’s Maximum Concurrent Connections
Tech Minimalism
Tech Minimalism
Feb 11, 2026 · Artificial Intelligence

Mastering Claude Code Agent Teams: A Complete Guide to Parallel Multi‑Agent Collaboration

Claude Code Agent Teams introduces a collaborative workflow where a Team Lead coordinates multiple independent AI agents that can communicate, share task progress, and challenge each other's conclusions, enabling parallel development, advanced debugging, and complex multi‑module projects while offering configurable modes and detailed best‑practice guidance.

Agent TeamsClaude CodeConfiguration
0 likes · 24 min read
Mastering Claude Code Agent Teams: A Complete Guide to Parallel Multi‑Agent Collaboration
Java Architecture Diary
Java Architecture Diary
Feb 9, 2026 · Backend Development

How to Navigate the Breaking Changes in Spring Cloud Alibaba 2025.1.0.0 for Spring Boot 4

The article outlines the five major technical changes introduced in Spring Cloud Alibaba 2025.1.0.0—including the removal of bootstrap.yml, Sentinel's shift to Jackson 3, Nacos security upgrades, Seata's WebFlux transaction support, and RocketMQ's Spring Boot 4 adaptation—plus a detailed migration checklist to help developers upgrade smoothly.

ConfigurationSpring Boot 4backend
0 likes · 8 min read
How to Navigate the Breaking Changes in Spring Cloud Alibaba 2025.1.0.0 for Spring Boot 4
MaGe Linux Operations
MaGe Linux Operations
Feb 8, 2026 · Operations

Mastering SSH Hardening: From Port Changes to Certificate Authentication

This comprehensive guide walks you through securing SSH on Linux servers by changing the default port, disabling root and password logins, enforcing key‑based authentication, configuring fail2ban, using ProxyJump for multi‑hop access, managing keys at scale, and applying best‑practice hardening techniques.

Configurationfail2banhardening
0 likes · 46 min read
Mastering SSH Hardening: From Port Changes to Certificate Authentication
Raymond Ops
Raymond Ops
Feb 7, 2026 · Operations

Nginx vs HAProxy: Enterprise Load Balancing from Zero to Production

This comprehensive guide compares Nginx and HAProxy in architecture, performance, configuration, high‑availability design, monitoring, tuning, and troubleshooting, providing step‑by‑step examples and a decision matrix to help engineers choose the right load‑balancing solution for enterprise workloads.

ConfigurationHAProxyMonitoring
0 likes · 19 min read
Nginx vs HAProxy: Enterprise Load Balancing from Zero to Production
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 5, 2026 · Fundamentals

Why Developers Choose NeoVim Over Vim

The article compares NeoVim and Vim, explaining that NeoVim’s more maintainable codebase, built‑in LSP support, Lua‑based plugins, parallel startup, XDG‑compliant configuration, and performance optimizations make it a preferred editor for many developers.

ConfigurationLSPNeovim
0 likes · 8 min read
Why Developers Choose NeoVim Over Vim
Java Architect Handbook
Java Architect Handbook
Jan 28, 2026 · Databases

How to Prevent Redis Split‑Brain Disasters with min‑replicas‑to‑write

This article explains the Redis split‑brain problem that can occur in master‑replica clusters, outlines the interview points interviewers look for, and provides a detailed solution using the min‑replicas‑to‑write (or min‑slaves‑to‑write) configuration to sacrifice write availability for data consistency, along with best‑practice recommendations and common pitfalls.

ConfigurationHigh AvailabilityRedis
0 likes · 12 min read
How to Prevent Redis Split‑Brain Disasters with min‑replicas‑to‑write
Architect
Architect
Jan 26, 2026 · Artificial Intelligence

Why Clawdbot Is the Next‑Gen Personal AI Agent and How to Secure It

Clawdbot is an open‑source personal AI assistant that runs on your own machine and can be controlled via chat apps, offering email handling, automation, and code generation while requiring careful security design to prevent dangerous actions and data loss.

AI assistantAgent RuntimeClawdbot
0 likes · 11 min read
Why Clawdbot Is the Next‑Gen Personal AI Agent and How to Secure It
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 24, 2026 · Backend Development

10 Hidden Spring Boot 3 Settings to Supercharge Your Application Performance

This article reveals ten hidden Spring Boot 3 configuration tricks—from disabling the whitelabel error page and shrinking Tomcat threads to enabling HTTP/2, tuning HikariCP, caching static assets, and leveraging Actuator metrics—each illustrated with code snippets and practical steps to boost application performance.

Backend DevelopmentConfigurationJava
0 likes · 7 min read
10 Hidden Spring Boot 3 Settings to Supercharge Your Application Performance
php Courses
php Courses
Jan 21, 2026 · Backend Development

How to Verify PHP cURL Support and Diagnose Common Issues

This guide explains how to reliably verify that the PHP cURL extension is truly enabled by inspecting phpinfo(), comparing CLI and web configurations, checking version compatibility, and performing a real request test, while highlighting common pitfalls such as disabled functions and outdated libcurl versions.

ConfigurationcURLdebugging
0 likes · 6 min read
How to Verify PHP cURL Support and Diagnose Common Issues