Tagged articles

DevOps

3877 articles · Page 39 of 39
DevOps
DevOps
Dec 14, 2015 · Operations

Migrating from TFVC to Git While Preserving History

This article explains why many teams still use TFVC, compares its centralized features with Git's distributed advantages, and provides a step‑by‑step TFVC‑to‑Git migration procedure that retains full commit history and offers guidance on choosing the right repository strategy.

DevOpsGitTFVC
0 likes · 6 min read
Migrating from TFVC to Git While Preserving History
Qunar Tech Salon
Qunar Tech Salon
Dec 14, 2015 · Cloud Native

Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned

This article details a year‑long journey of designing, deploying, and operating container‑based development environments using Docker, Apache Mesos, and Kubernetes, covering the challenges of version consistency, rapid environment switching, resource isolation, and the practical solutions and lessons gathered from real‑world production use.

Container OrchestrationDevOpsDocker
0 likes · 16 min read
Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned
MaGe Linux Operations
MaGe Linux Operations
Dec 9, 2015 · Cloud Native

What Is Kubernetes? A Beginner’s Guide to Core Concepts and Components

This article introduces Kubernetes, Google's open‑source container orchestration platform, explaining its core concepts such as Pods, ReplicationControllers, Services, and Labels, and detailing the main components like kubectl, kube‑apiserver, controller‑manager, scheduler, proxy, and kubelet, along with their OpenStack equivalents.

Container OrchestrationDevOpscloud-native
0 likes · 9 min read
What Is Kubernetes? A Beginner’s Guide to Core Concepts and Components
MaGe Linux Operations
MaGe Linux Operations
Dec 8, 2015 · Cloud Native

Master Dockerfile: Build Custom Images Step‑by‑Step

This tutorial explains Dockerfile fundamentals, key instructions, how to build images with docker build, and provides a complete example of creating an SSHD server image, covering syntax, best practices, and container execution details.

DevOpsDockerfileImage Build
0 likes · 11 min read
Master Dockerfile: Build Custom Images Step‑by‑Step
dbaplus Community
dbaplus Community
Dec 3, 2015 · Cloud Native

Build a MySQL MHA Cluster with Docker: Complete Step‑by‑Step Guide

This article walks through constructing a MySQL MHA high‑availability cluster using Docker, comparing traditional installation with two Docker‑based versions, detailing container setup, configuration steps, Dockerfile composition, pros and cons, and automation scripts for rapid, repeatable deployments.

ClusterDevOpsMHA
0 likes · 14 min read
Build a MySQL MHA Cluster with Docker: Complete Step‑by‑Step Guide
DevOps
DevOps
Dec 3, 2015 · Operations

The Pitfalls of DevOps Hype and the Full‑Stack Developer Expectation

The article critiques the growing DevOps and full‑stack developer hype, arguing that forcing engineers to juggle development, operations, QA, and DBA tasks devalues specialized work, creates unrealistic expectations, and ultimately harms both productivity and software quality.

DevOpsFull-StackRole Overload
0 likes · 8 min read
The Pitfalls of DevOps Hype and the Full‑Stack Developer Expectation
Efficient Ops
Efficient Ops
Dec 2, 2015 · Operations

How to Build a Scalable Operations Automation System from Standards to Deployment

This article explains the design and implementation of an operations automation platform, covering the necessity of standardization, system architecture, module functions, database modeling, work‑order processes, and real‑world examples to help IT teams achieve efficient, reliable, and low‑risk operations.

DevOpsDjangoIT Operations
0 likes · 15 min read
How to Build a Scalable Operations Automation System from Standards to Deployment
DevOps
DevOps
Dec 2, 2015 · Operations

The Pitfalls of DevOps and Full‑Stack Expectations in Start‑ups

The article argues that the growing DevOps culture and the demand for “full‑stack” developers force engineers, especially in startups, to juggle multiple specialized roles—development, QA, operations, DBA—leading to inefficiency, burnout, and a dilution of true software craftsmanship.

DevOpsFull-StackStartups
0 likes · 8 min read
The Pitfalls of DevOps and Full‑Stack Expectations in Start‑ups
dbaplus Community
dbaplus Community
Dec 1, 2015 · Cloud Native

How Docker-Driven Development Powers Continuous Integration in Modern Enterprises

The talk explains how Docker’s container‑based development model transforms traditional development‑operations workflows, addressing issues such as opaque release pipelines, poor deployability, and monolithic architectures, and shows how Docker combined with CI/CD, microservices, and Kubernetes can streamline testing, accelerate delivery, and reduce operational complexity in enterprise environments.

DevOpsKubernetescloud-native
0 likes · 18 min read
How Docker-Driven Development Powers Continuous Integration in Modern Enterprises
DevOps
DevOps
Dec 1, 2015 · Backend Development

Team Foundation Server 2015 Update 1 – New Features and Improvements

Team Foundation Server 2015 Update 1 introduces a range of enhancements—including dual Git/TFVC support, improved web version‑control UI, new Kanban board fields, integrated SonarQube analysis, multi‑selection in backlogs, customizable dashboards, advanced pull‑request features, and Azure resource‑group deployment—providing a richer ALM experience.

AzureDevOpsTFS
0 likes · 16 min read
Team Foundation Server 2015 Update 1 – New Features and Improvements
ITPUB
ITPUB
Nov 27, 2015 · Operations

How to Quickly Set Up a Data Science Environment with Docker

This guide explains why Docker simplifies data‑science environment setup, walks through installing Docker, pulling ready‑made images, running a container with Jupyter Notebook, managing files, installing additional packages, and cleaning up, providing step‑by‑step commands for Windows, macOS, and Linux users.

DevOpsDockerJupyter
0 likes · 14 min read
How to Quickly Set Up a Data Science Environment with Docker
dbaplus Community
dbaplus Community
Nov 26, 2015 · Cloud Native

Microservices on Kubernetes: Key Patterns and Cloud‑Native Insights

The article summarizes a technical talk on microservices and container cloud platforms, explaining microservice fundamentals, DevOps benefits, practical design patterns like Ambassador, Sidecar, and Adapter, and how Kubernetes’ architecture supports these patterns for scalable, resilient applications.

Design PatternsDevOpsKubernetes
0 likes · 11 min read
Microservices on Kubernetes: Key Patterns and Cloud‑Native Insights
Architect
Architect
Nov 25, 2015 · Cloud Native

Kubernetes Architecture Overview and Practical Insights

This article introduces Kubernetes, explains why it is used, outlines its core goals, describes the main components and their functions, discusses the architectural improvements it enables, and shares practical deployment experiences and common issues encountered during real‑world usage.

Container OrchestrationDevOpsKubernetes
0 likes · 15 min read
Kubernetes Architecture Overview and Practical Insights
DevOps
DevOps
Nov 24, 2015 · Operations

When to Use Microservices: Benefits, Challenges, and Best Practices

Microservices enable faster, automated DevOps cycles and greater visibility, but they also introduce complexity, maintenance overhead, and potential fragility; this article explains their advantages, common pitfalls, and practical strategies—such as hybrid approaches, outsourcing, and appropriate language choices—to help teams decide when and how to adopt them effectively.

DevOpsIntegrationSoftware Architecture
0 likes · 9 min read
When to Use Microservices: Benefits, Challenges, and Best Practices
21CTO
21CTO
Nov 23, 2015 · Cloud Native

Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components

This article provides a comprehensive analysis of Docker 1.2's architecture, detailing each module's function, the internal workflow of key commands, and how Docker's design enables lightweight, secure container virtualization for modern cloud‑native applications.

DevOpsDockerLinux
0 likes · 20 min read
Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components
Efficient Ops
Efficient Ops
Nov 17, 2015 · Information Security

Why Are MySQL Docker Containers Exposing Plaintext Passwords?

This article examines how MySQL containers run with Docker often expose root passwords in clear text through environment variables, detailing where the plaintext is stored, the security risks involved, and practical steps to mitigate the vulnerability.

DevOpsDockerMySQL
0 likes · 9 min read
Why Are MySQL Docker Containers Exposing Plaintext Passwords?
21CTO
21CTO
Nov 11, 2015 · Cloud Computing

What 10 IT Trends Will Shape Enterprises in 2016?

The article outlines ten major IT trends for 2016—including the shift to application‑centric spending, DevOps acceleration, data lakes, analytics platform control, converged services, in‑memory databases, flash storage, and the evolving role of IT in the third platform—highlighting how enterprises must adapt to stay competitive.

Cloud ComputingDevOpsIT trends
0 likes · 7 min read
What 10 IT Trends Will Shape Enterprises in 2016?
DevOps
DevOps
Nov 9, 2015 · Mobile Development

Cross-Platform Mobile Development Whitepaper – MyShuttle.biz Case Study

This whitepaper analyzes how using cross‑platform mobile development tools such as Xamarin and Apache Cordova, combined with cloud‑based DevOps, can dramatically reduce development costs and time‑to‑market for an app like MyShuttle.biz, while outlining team structures, architecture, and cost calculations.

Cloud ComputingDevOpscost analysis
0 likes · 14 min read
Cross-Platform Mobile Development Whitepaper – MyShuttle.biz Case Study
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2015 · Operations

Unlocking DevOps Efficiency: 30‑Minute Ansible Automation Deep Dive

This 30‑minute session introduces Ansible's core concepts, demonstrates cross‑environment automation for PHP and Java services, showcases modular playbooks, discusses practical deployment workflows, and answers common operational questions, offering a concise yet comprehensive guide for ops engineers.

AnsibleDevOps
0 likes · 12 min read
Unlocking DevOps Efficiency: 30‑Minute Ansible Automation Deep Dive
MaGe Linux Operations
MaGe Linux Operations
Oct 20, 2015 · Operations

Key Qualities of High‑Performing DevOps Teams Revealed

Based on the 2015 DevOps State Report, this article translates and analyzes the key qualities of high‑performing DevOps teams, highlighting metrics such as deployment frequency, speed, failure recovery, gender gaps, cross‑functional responsibilities, non‑blame culture, experimental mindset, useful metrics, and full commitment.

DevOpsMetricsSoftware Delivery
0 likes · 7 min read
Key Qualities of High‑Performing DevOps Teams Revealed
Efficient Ops
Efficient Ops
Oct 15, 2015 · Operations

Is DevOps & Full‑Stack Hype Killing Developers? A Critical Analysis

The article critically examines how the DevOps and full‑stack trends, driven by startup culture, force developers to juggle multiple roles, leading to overwork, reduced focus, and higher costs, while also highlighting nine companies that successfully practice DevOps.

DevOpsFull-Stackdeveloper roles
0 likes · 16 min read
Is DevOps & Full‑Stack Hype Killing Developers? A Critical Analysis

Understanding Container Technology: From Virtual Machines to Scalable Container Clusters

This article explains the fundamentals of container technology, compares containers with virtual machines, describes how containers are managed and deployed using tools like Docker and CoreOS, and shows how container clusters improve resource utilization and scalability in modern DevOps environments.

ContainersDevOpsDocker
0 likes · 15 min read
Understanding Container Technology: From Virtual Machines to Scalable Container Clusters
21CTO
21CTO
Sep 29, 2015 · Cloud Native

Why Microservices Replaced SOA: History, Differences, and Modern Challenges

Tracing the evolution from early SOA concepts to today’s microservice architecture, this article examines their historical roots, contrasts their design philosophies, and outlines the operational, scalability, and security challenges developers face when adopting microservices in modern cloud-native environments.

DevOpsSOAcloud-native
0 likes · 11 min read
Why Microservices Replaced SOA: History, Differences, and Modern Challenges
21CTO
21CTO
Sep 19, 2015 · Backend Development

Is the Full‑Stack Engineer a Myth? Why Hiring One Is Unrealistic

The article argues that the full‑stack developer role is largely a myth, explaining employers' unrealistic expectations, the ever‑growing skill stack, and why the term often masks a desire for "amazing people" rather than a clearly defined technical profile.

DevOpsFull-Stackfrontend development
0 likes · 6 min read
Is the Full‑Stack Engineer a Myth? Why Hiring One Is Unrealistic
Efficient Ops
Efficient Ops
Sep 17, 2015 · Operations

How Google’s DevOps Culture Spreads Knowledge Across the Whole Company

The article explores Randy Shoup’s insights on Google’s DevOps model, focusing on Dr. Spear’s four capabilities—especially the ways high‑efficiency companies rapidly detect issues, swarm to resolve them, disseminate new knowledge company‑wide, and adopt a development‑led leadership approach.

DevOpsGoogleknowledge sharing
0 likes · 9 min read
How Google’s DevOps Culture Spreads Knowledge Across the Whole Company
Architect
Architect
Sep 17, 2015 · Operations

Mesos‑Based Log Platform Architecture and Practices at Qunar DevOps

This article describes how Qunar's DevOps team built a Mesos‑powered log analysis platform using ELK, Marathon, Chronos, and custom monitoring frameworks, detailing deployment architecture, resource management, container logging, image handling, and operational lessons learned.

ChronosDevOpsELK
0 likes · 15 min read
Mesos‑Based Log Platform Architecture and Practices at Qunar DevOps
MaGe Linux Operations
MaGe Linux Operations
Sep 16, 2015 · Operations

60+ Must-Have Open-Source DevOps Tools to Supercharge Your Workflow

This article compiles over 60 of the best open-source DevOps tools—including version-control systems, build automation, CI/CD platforms, container runtimes, configuration-management solutions, monitoring and logging utilities—to help developers implement efficient, automated, and scalable workflows without cost.

CI/CDDevOpscontainer
0 likes · 13 min read
60+ Must-Have Open-Source DevOps Tools to Supercharge Your Workflow
Efficient Ops
Efficient Ops
Sep 14, 2015 · Operations

What Defines a True DevOps Engineer? Capability Models and Practical Insights

This article summarizes a DevOps capability model, defining engineering and architectural abilities, outlining OS and application system capability models, and offering practical advice on how Dev and Ops should evolve together to achieve reliable, reusable, and automated operations.

DevOpsEngineeringcapability model
0 likes · 21 min read
What Defines a True DevOps Engineer? Capability Models and Practical Insights
21CTO
21CTO
Aug 21, 2015 · Fundamentals

Mastering Scalable Architecture: Modular Design, High Cohesion, and Evolution

This article shares practical guidelines for building a robust, modular software architecture—emphasizing strong module support, high cohesion with low coupling, embracing change through evolution, and designing scalable, extensible systems—while illustrating how tools like Git, Maven, and micro‑service frameworks can improve developer productivity and system resilience.

DevOpsModular DesignSoftware Architecture
0 likes · 12 min read
Mastering Scalable Architecture: Modular Design, High Cohesion, and Evolution
Efficient Ops
Efficient Ops
Aug 19, 2015 · Cloud Computing

Mastering Cloud Automated Deployment: 9 Practical Rules for Faster, Safer Releases

This article shares a developer’s hands‑on experience with cloud‑based automated deployment, outlining nine concrete rules—from version control of all release assets to treating deployment as a service—that dramatically improve deployment speed, reliability, and scalability across development, testing, staging, and production environments.

Continuous DeliveryDevOpsIaaS
0 likes · 20 min read
Mastering Cloud Automated Deployment: 9 Practical Rules for Faster, Safer Releases
Efficient Ops
Efficient Ops
Aug 13, 2015 · Operations

Top DevOps Insights: Agile, ChatOps, Vagrant, Context Switching & More

Compiled from the SEI blog series, this article presents concise summaries of the six most popular DevOps topics of the past six months—including Agile integration, ChatOps communication, Vagrant environment consistency, mitigating context‑switching overhead, and a foundational overview of DevOps—offering practical insights and links to the original sources.

AgileChatOpsDevOps
0 likes · 13 min read
Top DevOps Insights: Agile, ChatOps, Vagrant, Context Switching & More
MaGe Linux Operations
MaGe Linux Operations
Aug 10, 2015 · Cloud Native

Why Docker Dominates OS-Level Virtualization: History, Stats, and Future Threats

The article reviews Docker’s role in OS‑level virtualization, tracing its history, current market dominance, community statistics, common use cases, future directions, acquisition strategy, and potential threats from competitors and acquisitions, while summarizing insights from recent interviews with Docker users and experts.

ContainersDevOpsOS virtualization
0 likes · 9 min read
Why Docker Dominates OS-Level Virtualization: History, Stats, and Future Threats
Efficient Ops
Efficient Ops
Aug 4, 2015 · Operations

Mastering Operations Automation: 8 Proven Practices for DevOps Success

This article shares eight practical insights on operations automation—from overall planning and standardization to continuous delivery, DevOps philosophy, leveraging testing, CMDB considerations, aiming for NoOps, and the real impact of Docker—offering a comprehensive guide for modern IT teams.

CMDBDevOpsNoOps
0 likes · 14 min read
Mastering Operations Automation: 8 Proven Practices for DevOps Success
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2015 · Cloud Native

Essential Docker Tips for Developers: Boost Efficiency and Security

This article shares practical Docker tips covering CLI enhancements, Dockerfile best practices, networking, volume management, and security measures, helping developers who already know the basics to improve container workflows, reduce image size, and secure their Docker deployments.

CLIDevOpsDockerfile
0 likes · 11 min read
Essential Docker Tips for Developers: Boost Efficiency and Security
Efficient Ops
Efficient Ops
Jul 21, 2015 · Operations

Automate Java Deployments with Docker and Jenkins in Four Simple Steps

This article walks through a practical, four‑step workflow that lets developers push Java code to Git, automatically trigger Jenkins to build, create a new Docker image, and redeploy the container without any manual intervention, illustrating the process with screenshots and a FAQ.

CI/CDContinuous DeploymentDevOps
0 likes · 12 min read
Automate Java Deployments with Docker and Jenkins in Four Simple Steps
Architect
Architect
Jul 11, 2015 · Backend Development

From Zero to One: Architecture and Development Practices of the Meiya Beauty Video Community

The article shares Meiya's journey from a small startup to a full‑featured beauty video platform, detailing common early‑stage challenges, communication and protocol strategies, RESTful API design, development workflow, toolchain choices like Laravel, DB migrations, iOS libraries, ELK logging, and DevOps automation with SaltStack.

API designDevOpsELK
0 likes · 12 min read
From Zero to One: Architecture and Development Practices of the Meiya Beauty Video Community
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2015 · Cloud Native

How Docker Supercharges Continuous Delivery in Real‑World Projects

This article details a practical case study of using Docker to build a continuous delivery pipeline for a logistics‑industry portal, covering project background, challenges, Docker‑based CI integration, automated deployment strategies, image layering, role‑based scripts, and a private registry setup.

CI/CDContinuous DeliveryDevOps
0 likes · 19 min read
How Docker Supercharges Continuous Delivery in Real‑World Projects
Efficient Ops
Efficient Ops
Jul 7, 2015 · Operations

Master Docker Basics: From Architecture to Hands‑On Dockerfile Build

This article introduces Docker's container technology, explains its architecture and components, demonstrates how to prepare a Docker environment, write and build Dockerfiles, and run containers with common commands, providing practical guidance for developers and operations engineers.

DevOpsDockerfileoperations
0 likes · 11 min read
Master Docker Basics: From Architecture to Hands‑On Dockerfile Build

An Introduction to Ansible: Installation, Basic Usage, and MySQL Replication with Playbooks

This article provides a comprehensive guide to Ansible, covering its purpose, installation via pip, ad‑hoc command usage, MySQL replication with the mysql_replication module, role‑based playbook structure, sample YAML files, execution output, and a comparison with other configuration‑management tools.

AnsibleDevOpsPlaybooks
0 likes · 18 min read
An Introduction to Ansible: Installation, Basic Usage, and MySQL Replication with Playbooks

Key Insights on Microservices Adoption and DevOps Practices from QCon London

At QCon London, GDS architect Michael Brunton‑Spall explained how DevOps principles underpin successful microservice operations, covering service identification, initial creation, ownership, essential tooling, monitoring depth, failure handling, and practical deployment practices for scaling from a single service to a full ecosystem.

DevOpsMonitoringcloud‑native
0 likes · 7 min read
Key Insights on Microservices Adoption and DevOps Practices from QCon London
Efficient Ops
Efficient Ops
Jun 23, 2015 · Cloud Native

How Docker Is Redefining Operations: Trends, Ecosystem, and Market Insights

This article summarizes a guest speaker’s deep dive into Docker’s core technologies, ecosystem, emerging trends, and market impact, highlighting how container isolation reshapes traditional operations, the challenges of adoption, and practical guidance for integrating Docker into production environments.

ContainersDevOpsoperations
0 likes · 14 min read
How Docker Is Redefining Operations: Trends, Ecosystem, and Market Insights
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2015 · Operations

Essential Docker Commands Every Developer Should Master

This guide introduces essential Docker commands—from pulling images and managing containers to inspecting and removing them—providing clear examples and best practices for safely operating Docker on any system, including host file configuration, interactive sessions, background execution, and cleanup procedures.

DevOpsDockercommand-line
0 likes · 5 min read
Essential Docker Commands Every Developer Should Master
MaGe Linux Operations
MaGe Linux Operations
Jun 16, 2015 · Operations

Inside Dianping’s Ops: Building Scalable Monitoring, Automation, and Self‑Service Platforms

This article details how Dianping’s sub‑40‑person operations team structures its groups, designs a dual‑datacenter architecture, and creates comprehensive monitoring, automation, configuration, and analysis systems—including Zabbix, Cat, workflow, Button, and a custom radar platform—to achieve high‑availability, self‑service, and continuous improvement.

DevOpsMonitoringautomation
0 likes · 18 min read
Inside Dianping’s Ops: Building Scalable Monitoring, Automation, and Self‑Service Platforms
Efficient Ops
Efficient Ops
Jun 14, 2015 · Operations

Why Docker Is the Key to Overcoming Multi‑Stack Operations Bottlenecks

This article examines how the rise of diverse technology stacks creates operational bottlenecks and explains why Docker’s container approach offers a flexible, distribution‑agnostic solution that lets teams adopt the right tools without sacrificing productivity, ultimately turning the “one‑hammer” dilemma into a modular, cloud‑native workflow.

DevOpscontainerizationoperations
0 likes · 14 min read
Why Docker Is the Key to Overcoming Multi‑Stack Operations Bottlenecks
Efficient Ops
Efficient Ops
Jun 11, 2015 · Cloud Native

How Docker Unites Development, Testing, and Operations

This article explores how Docker, as a container virtualization technology, addresses core challenges across software development, testing, and operations by standardizing environments, accelerating deployment, and enabling flexible, non‑intrusive workflows, ultimately bridging traditional silos and promoting efficient, collaborative DevOps practices.

DevOpscontainerizationcontinuous integration
0 likes · 8 min read
How Docker Unites Development, Testing, and Operations
Efficient Ops
Efficient Ops
May 29, 2015 · Operations

Why Ctrip’s Outage Took Hours to Recover – Lessons for Ops Teams

The article examines Ctrip’s prolonged service restoration after a May 28 incident, analyzing the complexities of SOA‑based architectures, the pitfalls of black‑box operations, and how transitioning to white‑box, DevOps‑aligned practices can prevent similar outages.

DevOpsIT OperationsSOA
0 likes · 11 min read
Why Ctrip’s Outage Took Hours to Recover – Lessons for Ops Teams

DevOps Practices and Process Optimization: A Case Study of Baidu’s Product Line

This article explains the concept of DevOps, analyzes Baidu’s product‑line data to identify inefficiencies in the software delivery process, and proposes automation‑driven, lean‑focused measures such as continuous integration, script‑based testing and deployment, and single‑branch development to eliminate waste and improve collaboration between development and operations.

DevOpsLeanautomation
0 likes · 14 min read
DevOps Practices and Process Optimization: A Case Study of Baidu’s Product Line

Visualization in Operations: Service Delivery and Service Metrics

The article explains how visualizing both service delivery and service metrics is essential for modern operations, describing the evolution from ITIL processes to DevOps automation, continuous delivery of infrastructure and applications, and data‑driven measurement techniques that enable consistent, agile, and measurable operational performance.

DevOpsService Deliveryautomation
0 likes · 10 min read
Visualization in Operations: Service Delivery and Service Metrics

How Puppet Transforms Infrastructure Management and Boosts DevOps Collaboration

This article explains why many IT teams struggle with code that works in development but fails in production, introduces Puppet as a configuration‑management platform, describes its declarative language, resources, types, providers, classes, manifests and modules, and shows how it enables reliable, collaborative DevOps workflows.

DevOpsInfrastructure as CodePuppet
0 likes · 17 min read
How Puppet Transforms Infrastructure Management and Boosts DevOps Collaboration

Unlock Seamless Continuous Delivery: Building Unified Artifact Repositories and Automated Deployments

The article examines how modern cloud services, version‑control platforms, and automation tools can be combined to create a unified artifact repository and consistent deployment pipelines across environments, offering practical steps and cultural tips for achieving true continuous delivery.

Cloud InfrastructureContinuous DeliveryDevOps
0 likes · 10 min read
Unlock Seamless Continuous Delivery: Building Unified Artifact Repositories and Automated Deployments
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2015 · Operations

Essential Open‑Source Tools for Backup, Cloud, DevOps, and IT Operations

This article compiles a comprehensive list of open‑source tools covering backup, cloning, cloud platforms, cloud workflows, distributed file systems, cloud storage, code review, collaboration suites, CMDB, configuration management, continuous integration/deployment, DNS, hosting control panels, IT asset management, and LDAP, providing a valuable resource for IT professionals.

DevOpsbackupcloud
0 likes · 11 min read
Essential Open‑Source Tools for Backup, Cloud, DevOps, and IT Operations
Meituan Technology Team
Meituan Technology Team
Mar 10, 2015 · Cloud Native

Introduction to Docker and Its Ecosystem

Docker is an open‑source platform that packages applications into lightweight Linux containers, offering faster startup, isolated environments, and simple image management via Docker Hub, while providing core components like daemon, client, and networking modes, and spawning an ecosystem of tools such as CoreOS, Kubernetes, Deis, and Flynn for scalable deployment.

DevOpsDockerKubernetes
0 likes · 15 min read
Introduction to Docker and Its Ecosystem
Qunar Tech Salon
Qunar Tech Salon
Dec 16, 2014 · Cloud Native

Shopify’s Docker Container Strategy and Best Practices

The article explains how Shopify, a large Ruby on Rails‑based e‑commerce platform, adopts thin Docker containers with custom init processes, naming conventions, health checks, and a private registry to improve deployment efficiency, debugging, and resource utilization across its massive infrastructure.

DevOpsShopifycloud-native
0 likes · 5 min read
Shopify’s Docker Container Strategy and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Nov 13, 2014 · Operations

Boost Productivity with tmux & tmuxinator: Seamless Multi-Terminal Workflows

Learn how tmux and its companion tmuxinator let you run multiple terminal sessions in a single window, streamline tasks like running Rails servers, managing databases, and deploying code, with step‑by‑step setup instructions, sample configuration, and essential key bindings for efficient workflow management.

DevOpsterminal multiplexingtmux
0 likes · 4 min read
Boost Productivity with tmux & tmuxinator: Seamless Multi-Terminal Workflows
MaGe Linux Operations
MaGe Linux Operations
Sep 13, 2014 · Operations

How to Build a Scalable Small Website: From Thousands to Millions of Daily Visits

This article systematically outlines the essential steps and considerations—ranging from language choice, version control, hardware and data center selection, to architecture, software, database, storage, and code optimization—to help a small website scale from a few thousand daily visits to millions while avoiding costly pitfalls.

DevOpsbackendinfrastructure
0 likes · 13 min read
How to Build a Scalable Small Website: From Thousands to Millions of Daily Visits
Baidu Tech Salon
Baidu Tech Salon
Mar 17, 2014 · Operations

Required Capabilities for T4, T5, and T6 Operations Engineers

The article outlines the progressive skill set for operations engineers—T4 must master core operations, service metrics, and environment administration; T5 adds independent problem analysis, trade‑off judgment, and solution selection; T6 demands deep cross‑disciplinary knowledge, design elegance, data‑driven reasoning, and the ability to influence others, while also debunking common misconceptions about products, scripts, and platforms.

DevOpsSystem Designcareer-development
0 likes · 10 min read
Required Capabilities for T4, T5, and T6 Operations Engineers