Tag

environment-isolation

1 views collected around this technical thread.

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.

InterceptorMyBatisannotation
0 likes · 11 min read
Implementing Environment Isolation in MyBatis with a Custom Interceptor and Annotation
Ops Development Stories
Ops Development Stories
Aug 3, 2022 · Fundamentals

Master Python Project Management with PDM: Installation, Commands, and Tips

This guide introduces PDM (Python Development Master), covering its installation via pipx, project initialization, common commands, environment handling, version switching, script aliases, migration from other tools, and PyCharm integration for streamlined Python development.

Package ManagementPyCharmcli-tools
0 likes · 11 min read
Master Python Project Management with PDM: Installation, Commands, and Tips