Tagged articles
10 articles
Page 1 of 1
Yunqi AI+
Yunqi AI+
Mar 23, 2026 · Information Security

Beyond the Hype: How to Safely and Effectively Use OpenClaw AI Agent

The article examines OpenClaw’s rapid rise, outlines concrete security risks such as prompt injection and skill‑market poisoning, and provides a step‑by‑step framework for defining use cases, isolating environments, limiting permissions, and maintaining cost‑effective, long‑term operation.

AI AgentOpenClawSecurity
0 likes · 13 min read
Beyond the Hype: How to Safely and Effectively Use OpenClaw AI Agent
Ops Development & AI Practice
Ops Development & AI Practice
Feb 24, 2025 · Fundamentals

Why Pipx Is the Secret Weapon for Clean Python Tool Management

pipx is a Python‑based CLI utility that installs and runs other Python command‑line tools in isolated virtual environments, keeping the global Python setup clean; the article explains its core features, why Ansible recommends it, its popularity, pros and cons, and provides step‑by‑step installation instructions.

AnsibleCLI toolsPython
0 likes · 7 min read
Why Pipx Is the Secret Weapon for Clean Python Tool Management
Code Mala Tang
Code Mala Tang
Jul 24, 2024 · Operations

Master GitLab CI/CD: Build, Test, Deploy Efficiently with Real-World Examples

GitLab CI/CD provides a powerful, automated workflow for building, testing, and deploying code, and this guide explains its core concepts—jobs, pipelines, stages, artifacts, dependencies, conditional execution—while offering detailed .gitlab-ci.yml examples, local debugging techniques, caching strategies, environment isolation, and security best practices.

AutomationCI/CD pipelinesDocker
0 likes · 14 min read
Master GitLab CI/CD: Build, Test, Deploy Efficiently with Real-World Examples
Code Ape Tech Column
Code Ape Tech Column
Mar 8, 2024 · Backend Development

Implementing Environment Isolation in MyBatis with a Custom Interceptor and Annotation

This article describes how to achieve data environment isolation in a Java application by creating a custom MyBatis interceptor and annotation, allowing automatic SQL modification to handle env fields, reducing code changes, improving safety, and supporting flexible deployment across pre‑release, gray, and production environments.

InterceptorJavaMyBatis
0 likes · 11 min read
Implementing Environment Isolation in MyBatis with a Custom Interceptor and Annotation
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Apr 29, 2022 · Operations

How to Achieve Seamless Test Environment Isolation with Environment Coloring in Microservices

This article explains a lightweight environment‑coloring solution for microservice architectures that binds color tags to instances, propagates them through HTTP headers, and uses dynamic routing to isolate test environments, reduce configuration overhead, and improve troubleshooting while supporting both HTTP and WZP protocols.

Cloud NativeDevOpsMicroservices
0 likes · 16 min read
How to Achieve Seamless Test Environment Isolation with Environment Coloring in Microservices
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 22, 2020 · Fundamentals

Why Use Python Virtual Environments? A Step‑by‑Step Guide

This article explains the purpose of Python virtual environments, highlights common issues caused by unmanaged third‑party packages, and provides a detailed, illustrated walkthrough for creating, activating, using, and deactivating a virtualenv to keep projects isolated and reproducible.

Tutorialdependency managementenvironment isolation
0 likes · 6 min read
Why Use Python Virtual Environments? A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 6, 2019 · Operations

Mastering Test Stability: The Three Pillars of Frequency, Isolation, and Disposable Environments

This article explains why most test failures stem from environmental or procedural issues rather than real defects and introduces a methodological framework—Frequency, Isolation, and Disposable environments—to systematically improve test stability, reduce noise, and accelerate defect detection.

Software qualitydisposable environmentsenvironment isolation
0 likes · 12 min read
Mastering Test Stability: The Three Pillars of Frequency, Isolation, and Disposable Environments