Tag

code management

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Jan 26, 2025 · Backend Development

10 Essential Git Tips for Efficient Version Control

This article presents ten practical Git techniques—from undoing the last commit and resolving merge conflicts to using tags, stashing changes, and cleaning up branches—helping developers of all levels manage code history more effectively and streamline their workflow.

BackendVersion Controlcode management
0 likes · 10 min read
10 Essential Git Tips for Efficient Version Control
Beijing SF i-TECH City Technology Team
Beijing SF i-TECH City Technology Team
Jul 10, 2023 · Mobile Development

Mobile Application Quality System – Standard Operating Procedure (SOP)

This document outlines a comprehensive Standard Operating Procedure for building and maintaining a mobile application quality system, covering background, pre‑emptive planning, coding standards, branch management, code review, AI‑assisted tools, monitoring, issue handling, and continuous improvement to ensure stable, high‑quality mobile products.

AI toolsSOPTesting
0 likes · 27 min read
Mobile Application Quality System – Standard Operating Procedure (SOP)
DevOps
DevOps
Jan 24, 2022 · Fundamentals

Feature Toggles: Story, Types, Management, and Implementation Techniques

This article explains feature toggles (feature flags), illustrating their use through a game‑engine story, categorizing toggle types, describing management and configuration strategies, presenting implementation patterns to decouple decision logic, and offering testing and operational best practices for reliable continuous delivery.

Continuous DeliveryDevOpsTesting
0 likes · 33 min read
Feature Toggles: Story, Types, Management, and Implementation Techniques
ByteFE
ByteFE
Nov 2, 2021 · Frontend Development

Modern Web Development Challenges and Future Directions

This article explores the inefficiencies in modern web development, focusing on collaboration challenges between UI/UX and frontend teams, data interaction issues, and code management difficulties, proposing solutions like component-centric development and improved data binding tools.

Data BindingGraphQLUI/UX Collaboration
0 likes · 32 min read
Modern Web Development Challenges and Future Directions
DevOps Cloud Academy
DevOps Cloud Academy
Jul 21, 2020 · Operations

Designing the Code Module in a DevOps Platform: Integration, Quality, and Reporting

This article explains how to design a DevOps code management module that supports multiple version‑control systems, provides developer‑focused features and manager‑oriented reports, and integrates webhooks, REST APIs, and code‑quality analysis to improve efficiency and visibility across the development lifecycle.

CI/CDDevOpscode management
0 likes · 6 min read
Designing the Code Module in a DevOps Platform: Integration, Quality, and Reporting
Architecture Digest
Architecture Digest
Feb 3, 2020 · Fundamentals

Practical Strategies for Reverting and Resetting Code with Git

This article walks through four practical Git techniques—revert, reset, rebase + revert, and a file‑copy method—to safely roll back code when faced with performance‑critical bugs and complex version histories, while preserving commit history for future debugging.

Version ControlWorkflowcode management
0 likes · 9 min read
Practical Strategies for Reverting and Resetting Code with Git
vivo Internet Technology
vivo Internet Technology
Jun 28, 2017 · Operations

Software Configuration Management Practices at vivo

Zhuang Yan, a software configuration management engineer at vivo, oversees SCM tools, creates automated scripts for building, deploying, releasing, and code management, trains teams on workflow and branching strategies, documents processes, and manages software releases, ensuring efficient configuration management across the organization.

Vivoautomationbranch strategies
0 likes · 1 min read
Software Configuration Management Practices at vivo
Architecture Digest
Architecture Digest
Mar 20, 2017 · Cloud Native

Baidu Code Development Collaboration Platform: Architecture, Evolution, and Enterprise SaaS Practices

The article describes Baidu's comprehensive code development collaboration platform, detailing its multi‑stage architecture evolution, five‑level code management model, challenges of massive scale, and the enterprise‑grade SaaS solutions that enable high availability, scalability, security, and multi‑tenant isolation.

DevOpscloud nativecode management
0 likes · 15 min read
Baidu Code Development Collaboration Platform: Architecture, Evolution, and Enterprise SaaS Practices
Baidu Tech Salon
Baidu Tech Salon
Apr 2, 2014 · Frontend Development

Insights into Google’s Development Practices: Code Management, Front‑end/Back‑end Collaboration, and Workflow

Google’s development culture blends full‑stack engineering with universally visible code stored on a single trunk, relies on strict style and unit‑test enforcement, feature‑flag toggles instead of branches, minimal third‑party libraries, server‑side templating and GWT/Dart for front‑end, and data‑driven, heavily reviewed workflows that other firms might emulate.

BackendContinuous IntegrationFeature Flags
0 likes · 19 min read
Insights into Google’s Development Practices: Code Management, Front‑end/Back‑end Collaboration, and Workflow