Tag

VCS

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Nov 11, 2020 · Mobile Development

Integrating VCS Workflows with CI/CD: GitFlow, GitHub Flow, and GitLab Flow for Android Projects

This article explains how version control system workflows such as GitFlow, GitHub Flow, and GitLab Flow interconnect with CI/CD pipelines, outlines their branch models, offers Android‑specific optimization tips, and provides guidance for designing custom, efficient development workflows.

AndroidCI/CDGitHub Flow
0 likes · 9 min read
Integrating VCS Workflows with CI/CD: GitFlow, GitHub Flow, and GitLab Flow for Android Projects
vivo Internet Technology
vivo Internet Technology
Sep 16, 2020 · Fundamentals

Shared Memory Principles and a Practical VCS Data Collection Implementation

The article explains Linux shared‑memory fundamentals, why it outperforms file‑based IPC, demonstrates the mmap() system call, and walks through a complete Go implementation that creates, synchronizes, reads, and protobuf‑serializes advertising‑tracking metrics in the VCS monitoring platform.

GoIPCMMAP
0 likes · 19 min read
Shared Memory Principles and a Practical VCS Data Collection Implementation
DevOps
DevOps
Jul 8, 2016 · Fundamentals

Understanding Version Control Systems: From Manual Practices to Distributed VCS

This article explains the principles of version control systems, illustrating the evolution from manual file‑locking methods to modern distributed workflows with checkout, check‑in, merging, branching, and collaborative features exemplified by the custom Hit and HitHub platforms.

CollaborationVCSVersion Control
0 likes · 11 min read
Understanding Version Control Systems: From Manual Practices to Distributed VCS