Tagged articles
3741 articles
Page 7 of 38
php Courses
php Courses
Nov 20, 2024 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

CI/CDDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Practical DevOps Architecture
Practical DevOps Architecture
Nov 19, 2024 · Operations

Comprehensive Linux Learning Curriculum and Resource Guide

This article presents a detailed multi‑phase Linux learning curriculum, covering environment setup, basic and advanced command usage, system services, security, monitoring, high‑availability clustering, virtualization, containerization, cloud platforms, and provides extensive recommended reading links for further study.

DevOpsDockerKubernetes
0 likes · 5 min read
Comprehensive Linux Learning Curriculum and Resource Guide
Java Architect Essentials
Java Architect Essentials
Nov 18, 2024 · Backend Development

Quickly Deploy Nginx Proxy Manager with Docker and Enable HTTPS

This tutorial walks through installing the open‑source Nginx Proxy Manager using Docker‑Compose, accessing its web UI, logging in with default credentials, and configuring a reverse‑proxy entry that maps a custom domain to the admin interface with automatic Let’s Encrypt HTTPS.

DevOpsDockerNGINX
0 likes · 7 min read
Quickly Deploy Nginx Proxy Manager with Docker and Enable HTTPS
Open Source Linux
Open Source Linux
Nov 18, 2024 · Operations

10 Essential Linux Command-Line Tricks to Boost Your Productivity

This guide presents ten practical Linux terminal tips—from cursor‑movement shortcuts and Vim tricks to quick directory switches, file transfers, and process handling—helping developers and operations engineers work faster and more efficiently in complex online environments.

DevOpsLinuxProductivity
0 likes · 9 min read
10 Essential Linux Command-Line Tricks to Boost Your Productivity
DevOps
DevOps
Nov 17, 2024 · R&D Management

Improving R&D Efficiency: Lessons from a Leading Brokerage’s DevOps Journey

The article distills a senior technology leader’s reflections on boosting R&D efficiency, covering metric design versus KPI, Conway’s law, digital‑transformation prerequisites, platform‑engineering strategies, and practical tools that together reshape collaboration, culture, and value delivery in complex financial software projects.

CollaborationDevOpsMetrics
0 likes · 12 min read
Improving R&D Efficiency: Lessons from a Leading Brokerage’s DevOps Journey
Efficient Ops
Efficient Ops
Nov 13, 2024 · Operations

How China’s Auto Giants Are Driving Global DevOps Standardization

The article outlines China’s 2024‑2027 IT standards action plan, CAICT’s synchronized DevOps assessments, and detailed case studies of FAW‑Volkswagen and Changan achieving international and domestic DevOps certifications, highlighting measurable improvements in automation, delivery speed, and platform capabilities across the automotive sector.

Continuous DeliveryDevOpsOperations
0 likes · 12 min read
How China’s Auto Giants Are Driving Global DevOps Standardization
Efficient Ops
Efficient Ops
Nov 11, 2024 · Operations

How China’s Leading Banks Are Driving Global DevOps Standardization

The article details China’s 2024‑2027 Information Standard Construction Action Plan, the launch of synchronized ITU DevOps and domestic DevOps assessments, and showcases dozens of banking projects—from agile development to continuous delivery, security, and BizDevOps—that have achieved certification, illustrating the nation’s push for international standardization and operational excellence in the financial sector.

BankingContinuous DeliveryDevOps
0 likes · 29 min read
How China’s Leading Banks Are Driving Global DevOps Standardization
Code Mala Tang
Code Mala Tang
Nov 11, 2024 · Cloud Native

10 Essential Docker CLI Tricks to Boost Your Productivity

This guide presents ten powerful Docker CLI commands—from extracting container details with docker inspect to cleaning unused resources, limiting resource usage, viewing logs, exporting images, monitoring stats, dynamic port binding, and using docker‑compose—each accompanied by practical tips that streamline container management and improve developer efficiency.

CLIContainer ManagementDevOps
0 likes · 7 min read
10 Essential Docker CLI Tricks to Boost Your Productivity
Architecture Digest
Architecture Digest
Nov 6, 2024 · Operations

Jianmu: An Open‑Source No‑Code/Low‑Code CI/CD Tool for DevOps – Installation and First Project Guide

This article introduces Jianmu, a lightweight open‑source no‑code/low‑code CI/CD platform for DevOps, explains how to try it online, details Docker‑Compose and Kubernetes deployment methods with required system specifications, and walks through creating and executing the first hello‑world project.

CI/CDDeploymentDevOps
0 likes · 5 min read
Jianmu: An Open‑Source No‑Code/Low‑Code CI/CD Tool for DevOps – Installation and First Project Guide
Lobster Programming
Lobster Programming
Nov 6, 2024 · Cloud Native

Master Docker: From Basics to Running MySQL in Containers

This guide introduces Docker fundamentals, explains how containers differ from virtual machines, walks through installing Docker on Linux, and demonstrates practical steps to pull and run a MySQL container, while also providing a handy reference of common Docker commands for managing containers and images.

ContainersDevOpsDocker
0 likes · 6 min read
Master Docker: From Basics to Running MySQL in Containers
Linux Ops Smart Journey
Linux Ops Smart Journey
Nov 5, 2024 · Operations

Master 8 Essential Ansible Modules for Efficient Automation

This article introduces eight essential Ansible modules—file, copy, template, fetch, and get_url—explaining their parameters, usage examples, and how they simplify automation tasks in operations, with code snippets and reference links for deeper learning.

AnsibleConfiguration ManagementDevOps
0 likes · 11 min read
Master 8 Essential Ansible Modules for Efficient Automation
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Nov 5, 2024 · Operations

10 Essential Linux Ops Tools Every Engineer Should Master

This article introduces ten indispensable Linux operations tools—Shell scripting, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical use cases, advantages, and practical examples to help engineers automate and monitor infrastructure efficiently.

Configuration ManagementDevOpsOperations
0 likes · 9 min read
10 Essential Linux Ops Tools Every Engineer Should Master
MaGe Linux Operations
MaGe Linux Operations
Nov 4, 2024 · Cloud Native

Essential kubectl Commands for Viewing, Managing, and Debugging Kubernetes

This guide walks you through essential kubectl commands for checking cluster status, inspecting resources, retrieving detailed object information, monitoring logs, managing configurations, labeling, and performing create, update, and delete operations, empowering you to efficiently view, troubleshoot, and control Kubernetes workloads.

Cloud NativeDevOpsKubernetes
0 likes · 13 min read
Essential kubectl Commands for Viewing, Managing, and Debugging Kubernetes
macrozheng
macrozheng
Nov 4, 2024 · Backend Development

Deploy Spring Boot Apps Instantly with IDEA + Docker: One‑Click Remote Deployment

Learn how to replace manual jar uploads and java -jar commands by configuring IntelliJ IDEA and Docker for one‑click remote deployment of Spring Boot applications, covering prerequisite setup, Docker daemon basics, Dockerfile creation, and step‑by‑step configuration to streamline and automate the deployment process.

DevOpsDockerIntelliJ IDEA
0 likes · 9 min read
Deploy Spring Boot Apps Instantly with IDEA + Docker: One‑Click Remote Deployment
DevOps
DevOps
Nov 3, 2024 · Cloud Native

CI/CD Practices for Microservice Development and Continuous Delivery

This article explains the essential concepts of continuous integration, delivery, and deployment, outlines the differences between monolithic and microservice CI/CD pipelines, and presents five practical best‑practice recommendations—including testing strategies, environment design, CI practices, configuration management, and failure handling—to improve DevOps efficiency in cloud‑native development.

CI/CDContinuous DeliveryDevOps
0 likes · 18 min read
CI/CD Practices for Microservice Development and Continuous Delivery
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2024 · Cloud Native

Master Docker and Kubernetes: Core Concepts Explained for Cloud‑Native Beginners

This guide introduces Docker’s architecture, advantages over virtual machines, key components such as Daemon, Images, Containers, CLI, Dockerfile, Compose and Swarm, then explains Kubernetes fundamentals, its architecture, core objects like Pods, Volumes, Deployments, Services, Namespaces, and how they interact through the API.

Cloud NativeContainersDevOps
0 likes · 18 min read
Master Docker and Kubernetes: Core Concepts Explained for Cloud‑Native Beginners
Code Mala Tang
Code Mala Tang
Nov 2, 2024 · Cloud Native

Master Docker Networking: Types, Commands, and Best Practices

This guide explains Docker networking fundamentals, compares bridge, host, none, and overlay networks, shows how to create and manage custom networks, connect containers, expose services, and troubleshoot common issues, providing practical commands and optimization tips for reliable container communication.

ContainersDevOpsDocker
0 likes · 11 min read
Master Docker Networking: Types, Commands, and Best Practices
Linux Ops Smart Journey
Linux Ops Smart Journey
Oct 31, 2024 · Operations

Mastering Ansible: 8 Essential Modules to Automate Your Ops

This article explores eight of the most commonly used Ansible modules—including setup, command, shell, and script—detailing how they collect host information, filter data, execute commands, and run scripts, with practical code examples and tips to streamline everyday automation tasks.

AnsibleConfiguration ManagementDevOps
0 likes · 9 min read
Mastering Ansible: 8 Essential Modules to Automate Your Ops
Bilibili Tech
Bilibili Tech
Oct 29, 2024 · Big Data

Bilibili One‑Stop Big Data Cluster Management Platform (BMR): Architecture, Modules, and Future Outlook

Bilibili's One‑Stop Big Data Cluster Management Platform (BMR) unifies cluster, metadata, intelligent operations, and custom managers to oversee 50+ services, 10,000 machines, exabyte storage, and millions of cores, using cloud‑native containers, fault prediction, and resource‑sharing techniques to boost efficiency, stability, and cost savings.

BMRCluster ManagementDevOps
0 likes · 17 min read
Bilibili One‑Stop Big Data Cluster Management Platform (BMR): Architecture, Modules, and Future Outlook
DevOps Engineer
DevOps Engineer
Oct 29, 2024 · Operations

A Day in the Life of a DevOps Engineer

The article walks through a DevOps engineer’s typical workday, from morning Slack checks and task planning, through code repository maintenance, build and release duties, coffee breaks, lunch with teammates, focused afternoon development, and evening family time, highlighting both technical and personal aspects.

CI/CDDevOpsInfrastructure
0 likes · 4 min read
A Day in the Life of a DevOps Engineer
Efficient Ops
Efficient Ops
Oct 27, 2024 · Operations

How China’s Aviation Leaders Earn International DevOps Certification and Boost Efficiency

The article outlines China’s 2024‑2027 Information Standard Action Plan, CAICT’s synchronized DevOps assessments, and how major aviation firms like Southern Airlines and China Aviation Information Network achieved international and domestic DevOps, AIOps, and BizDevOps certifications, delivering measurable improvements in build success rates, deployment speed, and operational automation.

BizDevOpsCloud ComputingContinuous Delivery
0 likes · 11 min read
How China’s Aviation Leaders Earn International DevOps Certification and Boost Efficiency
Efficient Ops
Efficient Ops
Oct 27, 2024 · Operations

How China Aviation’s DevOps Assessment Boosted Delivery Efficiency and Set a New Industry Benchmark

The article details China Aviation Information Network's successful dual certification in ITU DevOps international and domestic standards, highlighting the evaluation process, measurable improvements in pipeline alerts and deployment success, and expert insights on the future of DevOps in the aviation sector.

Aviation ITChinaContinuous Delivery
0 likes · 12 min read
How China Aviation’s DevOps Assessment Boosted Delivery Efficiency and Set a New Industry Benchmark
21CTO
21CTO
Oct 26, 2024 · Operations

How PowerShell Overcame Office Politics to Revolutionize DevOps and Cloud

PowerShell, born from internal battles at Microsoft and championed by Jeffrey Snover, evolved from a modest command‑line tool into a cross‑platform automation engine that reshaped system administration, DevOps practices, and Azure cloud adoption, illustrating how persistence and bold ideas can transform industry standards.

DevOpsPowerShellScripting
0 likes · 9 min read
How PowerShell Overcame Office Politics to Revolutionize DevOps and Cloud
Efficient Ops
Efficient Ops
Oct 23, 2024 · Databases

How NineData Boosts R&D Collaboration 5× with Multi‑Cloud Database Management

The NineData presentation at the 2024 GOPS Global Operations Conference in Shanghai detailed multi‑cloud, multi‑source database architecture trends, showcased their intelligent data management platform, explained data replication principles, DevOps challenges and AI‑enhanced solutions, and highlighted real‑world customer success stories across industries.

AICloud NativeDevOps
0 likes · 11 min read
How NineData Boosts R&D Collaboration 5× with Multi‑Cloud Database Management
DevOps
DevOps
Oct 22, 2024 · R&D Management

Why Independent Testing Teams Still Matter and How to Implement Agile Practices for Them

The article explains the historical evolution of software testing, argues for the continued necessity of independent testing teams within DevOps, and details a customized Agile framework—including Scrum, Kanban, and XP—along with roles, artifacts, values, ceremonies, and practical steps for successful adoption.

DevOpsKanbanXP
0 likes · 15 min read
Why Independent Testing Teams Still Matter and How to Implement Agile Practices for Them
Efficient Ops
Efficient Ops
Oct 22, 2024 · Operations

How New BizDevOps Standards Are Shaping China’s Digital Transformation

This article reviews the latest progress of DevOps standards in China, introduces the newly released BizDevOps framework, details the content of the standard system, highlights emerging XOps hotspots, and explains how these initiatives support enterprise digital transformation and operational efficiency.

BizDevOpsDevOpsOperations
0 likes · 18 min read
How New BizDevOps Standards Are Shaping China’s Digital Transformation
DevOps Cloud Academy
DevOps Cloud Academy
Oct 22, 2024 · Operations

Troubleshooting Jenkins Plugin Installation Failure and Solutions

This guide explains the standard Jenkins setup steps, describes the common plugin installation error that can occur during step three, and provides four practical solutions—including network checks, retrying, restarting Jenkins, and running Jenkins with Java-enabled mode using a command line example.

CI/CDDevOpsJenkins
0 likes · 3 min read
Troubleshooting Jenkins Plugin Installation Failure and Solutions
Architect's Guide
Architect's Guide
Oct 22, 2024 · Backend Development

Design and Implementation of a Business Middle Platform Using SpringBoot, Kong API Gateway, and Kubernetes

This article details the end‑to‑end architecture of a high‑traffic business middle platform, covering business and technical design, Kong API Gateway, SpringBoot microservices, Dockerfile creation, MyCat‑MySQL sharding, cold/hot data strategies, DevOps pipelines, Kubernetes deployment, and operational monitoring.

DevOpsDockerKong
0 likes · 18 min read
Design and Implementation of a Business Middle Platform Using SpringBoot, Kong API Gateway, and Kubernetes
DevOps
DevOps
Oct 21, 2024 · R&D Management

Constructing an Effective R&D Efficiency Measurement System: Strategies, Models, and Implementation

This article explores how to build a comprehensive R&D efficiency measurement framework by outlining goals, principles, metric dimensions, the GQM method, the E³CI model, implementation steps, data collection, continuous improvement mechanisms, cultural integration, tool support, and common pitfalls, aiming to enhance software delivery speed and quality.

Continuous ImprovementDevOpsE3CI
0 likes · 13 min read
Constructing an Effective R&D Efficiency Measurement System: Strategies, Models, and Implementation
Efficient Ops
Efficient Ops
Oct 21, 2024 · Operations

What Drives Changan Auto’s Success in Dual ITU DevOps Certification?

Changan Automobile’s Gaia digital platform secured both ITU DevOps international certification and China’s domestic DevOps standards, showcasing how strategic standardization, rigorous assessment, and continuous delivery practices boost efficiency, collaboration, and industry leadership in the automotive sector.

Continuous DeliveryDevOpsDigital Platform
0 likes · 21 min read
What Drives Changan Auto’s Success in Dual ITU DevOps Certification?
转转QA
转转QA
Oct 21, 2024 · Information Security

Implementation of Static Code Scanning in Zhuanzhuan's DevOps Platform

This article details Zhuanzhuan's practical implementation of static code scanning within its self‑built DevOps platform, covering its significance, architecture, incremental analysis methods, permission management, rule selection, promotion process, and challenges encountered, illustrating how it became a low‑cost, repeatable security safeguard in their CI/CD workflow.

CI/CDDevOpsSonarQube
0 likes · 10 min read
Implementation of Static Code Scanning in Zhuanzhuan's DevOps Platform
MaGe Linux Operations
MaGe Linux Operations
Oct 20, 2024 · Operations

Master Ansible: From Installation to Advanced Playbooks on Ubuntu

This guide introduces Ansible, explains its core features and architecture, walks through installing it on Ubuntu 16.04, configuring SSH keys, setting password‑less sudo, managing inventories, using modules, writing playbooks, and handling common automation pitfalls.

Configuration ManagementDevOpsPlaybooks
0 likes · 12 min read
Master Ansible: From Installation to Advanced Playbooks on Ubuntu
Efficient Ops
Efficient Ops
Oct 19, 2024 · Operations

China Southern Airlines Wins Dual DevOps Certifications: BizDevOps & Continuous Delivery Excellence

China Southern Airlines achieved leading BizDevOps and continuous delivery capabilities by passing both international ITU DevOps and domestic standards across three key projects, highlighting the strategic impact of DevOps standardization on business value, technology integration, and digital transformation within the airline industry.

BizDevOpsDevOpsDigital Transformation
0 likes · 17 min read
China Southern Airlines Wins Dual DevOps Certifications: BizDevOps & Continuous Delivery Excellence
DevOps Engineer
DevOps Engineer
Oct 19, 2024 · Operations

DevOps Interview Questions and Sample Answers

This article provides concise answers to common DevOps interview questions, covering Linux boot processes, Kubernetes container execution, Git operations, Jenkins pipelines, DNS, networking, monitoring with Prometheus and Grafana, databases, SQL indexing, and collaboration and leadership scenarios.

DevOpsDockerJenkins
0 likes · 9 min read
DevOps Interview Questions and Sample Answers
Efficient Ops
Efficient Ops
Oct 18, 2024 · Operations

How Changan Auto Achieved Dual ITU DevOps Certification and Boosted Efficiency

This article details China’s 2024‑2027 ITU‑DevOps standard action plan, CAICT’s dual international and domestic DevOps assessments, Changan Auto’s successful Gaia platform certification, and insights from senior executives on implementation challenges, benefits, and future DevOps trends.

DevOpsDigital TransformationOperations
0 likes · 21 min read
How Changan Auto Achieved Dual ITU DevOps Certification and Boosted Efficiency
DevOps Engineer
DevOps Engineer
Oct 18, 2024 · Operations

Comprehensive DevOps Interview Questions from a Swedish Company

This article presents a comprehensive list of 17 in‑depth DevOps interview questions asked by a Swedish company, covering Linux boot processes, Kubernetes internals, Git workflows, Jenkins pipelines, networking, monitoring, databases, Docker, and soft‑skill topics to help candidates prepare effectively.

CI/CDDevOpsKubernetes
0 likes · 3 min read
Comprehensive DevOps Interview Questions from a Swedish Company
DevOps Cloud Academy
DevOps Cloud Academy
Oct 18, 2024 · Operations

Creating and Configuring Jenkins Multibranch Pipelines

This article explains how to create a Jenkins Multibranch Pipeline, configure its branch sources, manage environment variables, support pull requests with plugins, and use organization folders to automatically discover and run pipelines across multiple branches.

CI/CDDevOpsGit
0 likes · 7 min read
Creating and Configuring Jenkins Multibranch Pipelines
Wukong Talks Architecture
Wukong Talks Architecture
Oct 17, 2024 · Operations

A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)

From 2008 onward, the author chronicles the development of multiple DevOps systems, examining their origins, design choices, challenges, and evolution—including CI tools like CruiseControl, Hudson, Jenkins, custom plugins, metrics, platform engineering, and the impact of AI—offering insights for modern continuous integration and delivery practices.

AICI/CDDevOps
0 likes · 34 min read
A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)
DevOps
DevOps
Oct 16, 2024 · Cloud Native

How Container Technology Boosts R&D Efficiency in DevOps

This article explains the concept of R&D efficiency, introduces container technology and its isolation mechanisms, and details how containers—through micro‑service decomposition, automated CI/CD pipelines, and dynamic orchestration—can dramatically improve development speed, quality, and operational cost in modern software engineering.

CI/CDContainerizationDevOps
0 likes · 12 min read
How Container Technology Boosts R&D Efficiency in DevOps
Test Development Learning Exchange
Test Development Learning Exchange
Oct 16, 2024 · Fundamentals

Key Practices for Test Team Management and Quality Assurance

This article outlines comprehensive strategies for test managers, covering daily responsibilities, building and motivating efficient test teams, handling conflicts, time‑critical testing, cross‑department coordination, performance evaluation, risk management, communication with non‑technical stakeholders, QA throughout the software lifecycle, tool selection, process optimization, and emerging testing trends.

DevOpsPerformance TestingQuality assurance
0 likes · 12 min read
Key Practices for Test Team Management and Quality Assurance
Efficient Ops
Efficient Ops
Oct 15, 2024 · Operations

Master 9 Essential kubectl Commands for Efficient Kubernetes Management

This guide introduces nine commonly used kubectl commands—get, create, edit, delete, apply, describe, logs, exec, and cp—explaining their purposes, providing practical examples, and offering tips to help system administrators streamline Kubernetes resource management and troubleshooting.

DevOpsKubernetescluster-management
0 likes · 10 min read
Master 9 Essential kubectl Commands for Efficient Kubernetes Management
phodal
phodal
Oct 15, 2024 · Artificial Intelligence

How Shire Reimagines AI‑Powered Programming with a New DSL

This article introduces Shire, a domain‑specific language and framework that orchestrates AI agents across IDEs and DevOps toolchains, explaining its motivations, core features, practical code examples, and architectural components to boost software development efficiency.

AI agentsAI programmingDSL
0 likes · 9 min read
How Shire Reimagines AI‑Powered Programming with a New DSL
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 15, 2024 · Fundamentals

Git Workflow, Branch Naming, and Commit Standards: Best Practices and Tooling

This article explains comprehensive Git workflow, branch naming conventions, commit message standards, and supporting tools such as validate-branch-name, Husky, Commitizen, and Commitlint, providing practical examples and configuration snippets to help development teams maintain a clean and efficient version‑control process.

DevOpsGitbranch naming
0 likes · 12 min read
Git Workflow, Branch Naming, and Commit Standards: Best Practices and Tooling
Architecture & Thinking
Architecture & Thinking
Oct 12, 2024 · Cloud Native

Step-by-Step Guide to Deploying Istio and Configuring the BookInfo Demo

This tutorial walks you through connecting a test machine, downloading and installing Istio 1.8.6, configuring environment variables, deploying the BookInfo sample application, verifying pods and services, setting up inbound traffic, exposing dashboards, and introduces Istio’s core traffic‑management capabilities.

BookInfoCloud NativeDevOps
0 likes · 17 min read
Step-by-Step Guide to Deploying Istio and Configuring the BookInfo Demo
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Oct 9, 2024 · Operations

AIOps Implementation at Xiaohongshu: Fault Localization and Intelligent Operations

Xiaohongshu’s AIOps initiative builds a four‑layer framework that leverages machine‑learning‑driven anomaly detection, causal analysis, and trace‑based fault localization to automatically identify root‑cause services in micro‑service environments, achieving over 80 % accuracy across 1000 daily diagnoses while guiding future enhancements in change correlation and automated remediation.

DevOpsFault LocalizationIntelligent Operations
0 likes · 28 min read
AIOps Implementation at Xiaohongshu: Fault Localization and Intelligent Operations
Efficient Ops
Efficient Ops
Oct 7, 2024 · Cloud Native

Stop Manually Writing Dockerfiles: How Docker init Automates Container Setup

This article explains how Docker's new CLI tool docker init can automatically generate Dockerfiles, docker‑compose files, and .dockerignore for various languages, saving time, reducing errors, and enforcing security and performance best practices for containerizing applications.

ContainerizationDevOpsDocker
0 likes · 7 min read
Stop Manually Writing Dockerfiles: How Docker init Automates Container Setup
Liangxu Linux
Liangxu Linux
Oct 2, 2024 · Operations

10 Essential Ops Engineer Tools Every Sysadmin Should Master

A comprehensive guide lists ten indispensable tools for operations engineers, detailing each tool's functionality, ideal use cases, advantages, and real‑world examples, plus practical code snippets for automation, monitoring, container orchestration, and log analysis.

DevOpsOperationsautomation
0 likes · 7 min read
10 Essential Ops Engineer Tools Every Sysadmin Should Master
Python Programming Learning Circle
Python Programming Learning Circle
Sep 28, 2024 · Operations

Essential Skills for Becoming a Successful DevOps Engineer

The article outlines the key competencies a DevOps engineer must master—including programming, Linux system knowledge, configuration management, infrastructure-as-code, CI/CD tools, networking and security, monitoring, and cloud services—to guide readers on building a comprehensive skill set for effective DevOps practice.

DevOpsInfrastructure as CodeLinux
0 likes · 5 min read
Essential Skills for Becoming a Successful DevOps Engineer
DevOps Engineer
DevOps Engineer
Sep 25, 2024 · Operations

Understanding What DevOps Truly Is: Principles Over Tools

The article clarifies that DevOps is not defined by specific tools like Kubernetes or Jenkins, but by the ability to design robust systems that ensure smooth deployments, effortless scaling, reliable operation, early issue detection, and effective team collaboration, emphasizing enduring principles over changing technologies.

CollaborationContinuousDeliveryDevOps
0 likes · 3 min read
Understanding What DevOps Truly Is: Principles Over Tools
DevOps
DevOps
Sep 23, 2024 · Operations

Ten Essential DevOps Practices and Effective Implementation Methods

This article explains why DevOps often feels idealistic, outlines ten practical DevOps practices such as Infrastructure as Code, Immutable Infrastructure, and Built‑in Quality, and then presents three concrete work methods to help teams successfully adopt DevOps in real‑world environments.

Continuous DeliveryDevOpsInfrastructure as Code
0 likes · 21 min read
Ten Essential DevOps Practices and Effective Implementation Methods
Architecture and Beyond
Architecture and Beyond
Sep 21, 2024 · Cloud Native

Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges

Cloud native architecture, a modern design paradigm leveraging containers, microservices, CI/CD, and infrastructure-as-code, enables flexible, scalable, and automated applications; this article explores its definition, evolution, core technologies, maturity models, benefits, challenges, and best practices for enterprises transitioning from traditional systems.

CI/CDCloud NativeContainers
0 likes · 37 min read
Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges
Didi Tech
Didi Tech
Sep 19, 2024 · Cloud Native

Configuration‑as‑Code Platform for Multi‑Region Deployment: Design, Implementation and Practices

To overcome Didi’s costly, months‑long, manual multi‑region rollouts, the team built a Configuration‑as‑Code platform that isolates environment settings in a dedicated repository, enforces a versioned template with validation rules, and integrates automated placeholder substitution into CI/CD, cutting manual effort by roughly 80 % and removing coordination bottlenecks.

Configuration ManagementDevOpsMicroservices
0 likes · 26 min read
Configuration‑as‑Code Platform for Multi‑Region Deployment: Design, Implementation and Practices
vivo Internet Technology
vivo Internet Technology
Sep 18, 2024 · Cloud Native

Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices

Vivo’s full‑link multi‑version deployment framework lets a complete microservice system be launched once while concurrently running multiple service versions in isolated baseline and on‑demand feature environments, using custom traffic‑coloring headers, tag propagation across HTTP/Dubbo/MQ, dynamic routing, and distributed tracing to reduce resource waste, accelerate hot‑fix testing, and pave the way for future data‑level isolation and production‑grade A/B experiments.

CI/CDCloud NativeDevOps
0 likes · 15 min read
Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices
MaGe Linux Operations
MaGe Linux Operations
Sep 17, 2024 · Operations

Master Ansible: Essential Commands and Common Modules Explained

This guide provides a comprehensive overview of Ansible's ad‑hoc command options and the most frequently used modules—including shell, copy, template, file, fetch, synchronize, yum, service, user, and cron—detailing their parameters, usage examples, and best‑practice tips for efficient automation.

AnsibleConfiguration ManagementDevOps
0 likes · 41 min read
Master Ansible: Essential Commands and Common Modules Explained
Liangxu Linux
Liangxu Linux
Sep 17, 2024 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article presents ten indispensable tools for operations engineers—detailing each tool’s functionality, ideal use cases, advantages, and real‑world examples, from shell scripting and Git to Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, the ELK stack, and Zabbix, helping professionals streamline automation, monitoring, and deployment tasks.

Configuration ManagementContainerizationDevOps
0 likes · 8 min read
Top 10 Essential Ops Tools Every Engineer Should Master
Python Programming Learning Circle
Python Programming Learning Circle
Sep 15, 2024 · Operations

Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate tasks like remote command execution, log analysis, system monitoring with alerts, batch software deployment, and file backup and recovery, enhancing efficiency and reducing manual errors.

DevOpsOperations Automationremote execution
0 likes · 9 min read
Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Efficient Ops
Efficient Ops
Sep 11, 2024 · Artificial Intelligence

How AI Large Models Can Automate DevOps Pipeline Failure Analysis

This article explores how AI large‑model technology can be integrated into DevOps pipelines to automatically detect, classify, and resolve interruption events, dramatically reducing manual troubleshooting time and improving overall software development and operations efficiency.

AIDevOpsPipeline
0 likes · 11 min read
How AI Large Models Can Automate DevOps Pipeline Failure Analysis
DevOps Engineer
DevOps Engineer
Sep 11, 2024 · Operations

Will DevOps Disappear? How AI Impacts the Role of DevOps Engineers

While AI can automate many routine DevOps tasks such as scripting, CI/CD pipeline creation, and infrastructure design, it cannot replace the contextual understanding, critical thinking, experience, and judgment of senior DevOps engineers, who will evolve into architects and innovators rather than being rendered obsolete.

Artificial IntelligenceCareer DevelopmentDevOps
0 likes · 4 min read
Will DevOps Disappear? How AI Impacts the Role of DevOps Engineers
Open Source Linux
Open Source Linux
Sep 10, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use

This article explains how Python scripts can automate key operations tasks—connecting to remote servers, parsing logs, monitoring system health, batch deploying software, and handling backups—enhancing efficiency and reducing manual errors for engineers.

DevOpsOperations AutomationPython
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use
Efficient Ops
Efficient Ops
Sep 8, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Sysadmin Should Use

This article explains how Python can automate common operations tasks—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/restore—providing code examples and highlighting the benefits for sysadmins.

DevOpsOperations Automationautomation
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Sysadmin Should Use
phodal
phodal
Sep 7, 2024 · Industry Insights

Bridging Cloud and IDE AI Agents for Seamless DevOps Collaboration

This article analyzes the current state and challenges of AI‑assisted development tools, proposes strategies to integrate cloud‑based and IDE‑embedded intelligent agents, and presents practical examples—including Shire language scripts and tool orchestration—to improve end‑to‑end software engineering efficiency.

AIDevOpsIDE
0 likes · 10 min read
Bridging Cloud and IDE AI Agents for Seamless DevOps Collaboration
21CTO
21CTO
Sep 7, 2024 · Cloud Native

What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker

Dokku is an open‑source Platform‑as‑a‑Service built on Docker that uses Dockerfiles or Buildpacks to auto‑detect languages, runs apps in isolated containers, extends functionality via plugins, and has grown to over 28 000 GitHub stars since its 2013 launch.

Cloud NativeDevOpsDocker
0 likes · 2 min read
What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2024 · Cloud Native

Speed Up Docker Pulls: Configure Registry Mirrors & Manage Containers

Learn how to accelerate Docker image pulls by configuring registry mirrors, then follow step‑by‑step instructions to pull, run, inspect, and manage Nginx containers, including commands for starting, stopping, logging, networking, and modifying container files, ensuring efficient container operations.

Container ManagementDevOpsDocker
0 likes · 10 min read
Speed Up Docker Pulls: Configure Registry Mirrors & Manage Containers
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2024 · Operations

Master Building ARM and x86 System Images: A Step‑by‑Step Guide

This comprehensive guide walks IT and DevOps professionals through understanding ARM and x86 architectures, setting up the build environment, creating and customizing base images, optimizing size and performance, and packaging for distribution, with practical commands and best‑practice recommendations.

ARMDevOpsDocker
0 likes · 9 min read
Master Building ARM and x86 System Images: A Step‑by‑Step Guide
Selected Java Interview Questions
Selected Java Interview Questions
Sep 4, 2024 · Backend Development

Essential Linux Commands for Backend Engineers

This article provides backend engineers with a comprehensive guide to essential Linux commands—from navigation and file management to permission handling and package installation—detailing syntax, common options, and practical examples to improve productivity in terminal environments.

DevOpscommand-line
0 likes · 11 min read
Essential Linux Commands for Backend Engineers