Tagged articles
3751 articles
Page 37 of 38
Efficient Ops
Efficient Ops
Jul 12, 2016 · Operations

How AutoAMS 2.0 Automates Server Asset Management with Django and Ansible

This article describes the design, architecture, and key features of AutoAMS 2.0, an automated asset management system built with Django, Bootstrap, MySQL, and Ansible, showing how it replaces manual Excel‑based tracking, collects server and network data without agents, and streamlines permission and location management for large‑scale operations.

DevOpsDjangoansible
0 likes · 8 min read
How AutoAMS 2.0 Automates Server Asset Management with Django and Ansible
DevOps
DevOps
Jul 12, 2016 · Operations

Automating Build Processes: From Manual Steps to a Java‑Based BuildTool and DSL

The article narrates a junior developer’s struggle with a tedious manual build workflow, his creation of a Java‑based BuildTool to automate compilation, packaging, and deployment, and the evolution toward an XML‑driven DSL that eventually inspired the naming of Apache ANT.

AntBuild AutomationDSL
0 likes · 8 min read
Automating Build Processes: From Manual Steps to a Java‑Based BuildTool and DSL
DevOps
DevOps
Jul 10, 2016 · Cloud Native

Getting Started with Docker for .NET Core Development on Windows

This guide walks .NET developers through the history of .NET Core, explains why Docker is essential for modern development, and provides step‑by‑step instructions for installing Docker for Windows, configuring Visual Studio, creating a .NET Core web app, adding Docker support, and debugging the containerized application.

.NET CoreDevOpsDocker
0 likes · 13 min read
Getting Started with Docker for .NET Core Development on Windows
Efficient Ops
Efficient Ops
Jul 7, 2016 · Operations

Designing a Scalable Python Ops Automation Platform with OMServer

This article explores building a scalable Python-based operations automation platform, detailing the OMServer architecture, why Python is chosen, module customization, security auditing, and client‑server implementation, while highlighting key third‑party libraries and future enhancements for DevOps teams.

C/S DesignDevOpsOps Automation
0 likes · 8 min read
Designing a Scalable Python Ops Automation Platform with OMServer
Efficient Ops
Efficient Ops
Jul 6, 2016 · Cloud Native

How Docker Transforms Cloud Delivery: Real‑World Practices from Alibaba

This article summarizes a 2016 Global Operations conference talk that explains how Docker and micro‑services reshape software delivery, covering Alibaba's container usage, cloud‑native principles, continuous integration, immutable infrastructure, and practical tips for deploying containers at scale.

Continuous DeliveryDevOpsDocker
0 likes · 27 min read
How Docker Transforms Cloud Delivery: Real‑World Practices from Alibaba
Qunar Tech Salon
Qunar Tech Salon
Jul 6, 2016 · Information Security

Thirteen Ways Containers Are More Secure Than Virtual Machines

The article explains why containers offer stronger security than virtual machines by detailing thirteen best‑practice features such as disabling SSH, limiting ports, short‑lived containers, immutable designs, automated patching, and comprehensive scanning and logging strategies.

ContainersDevOpsci/cd
0 likes · 5 min read
Thirteen Ways Containers Are More Secure Than Virtual Machines
Efficient Ops
Efficient Ops
Jul 4, 2016 · Operations

What the 5th Annual DevOps Report Reveals About ROI, Culture, and Performance

The fifth‑year DevOps report, based on surveys of over 4,600 global professionals, shows how high‑performing organizations achieve dramatically faster deployments, higher employee loyalty, better quality and security, and substantial cost savings, while highlighting the ROI of DevOps investments and cultural transformation.

DevOpsEmployee loyaltyIT performance
0 likes · 15 min read
What the 5th Annual DevOps Report Reveals About ROI, Culture, and Performance
dbaplus Community
dbaplus Community
Jun 27, 2016 · Backend Development

Why Monoliths Struggle and How Service‑Oriented Architecture Can Help

The article examines the high development and operational costs of traditional monolithic applications, outlines service‑oriented solutions such as splitting, decoupling, and layering, details practical implementation techniques like subscription‑publish mechanisms, fault isolation, and governance, and discusses the limits and future evolution toward microservices.

DevOpsDistributed Systemsservice governance
0 likes · 23 min read
Why Monoliths Struggle and How Service‑Oriented Architecture Can Help

Microservices, Containers, and Cloud‑Native Architecture: An Updated Middleware Overview

This article provides a comprehensive update on how microservices, containers, and cloud‑native architectures are reshaping middleware, covering key concepts, frameworks, CI/CD pipelines, service discovery, dynamic configuration, scalability, resilience patterns, and integration platforms for modern enterprise IT.

ContainersDevOpsMicroservices
0 likes · 22 min read
Microservices, Containers, and Cloud‑Native Architecture: An Updated Middleware Overview
DevOps
DevOps
Jun 22, 2016 · R&D Management

Using TFS Kanban Boards: Creation, Configuration, and Customization

This article explains how to create and customize Kanban boards in TFS, covering board creation, column naming, WIP limits, status mapping, swimlane usage, card field configuration, and visual styling to improve team visibility and workflow management.

DevOpsKanbanProject Management
0 likes · 8 min read
Using TFS Kanban Boards: Creation, Configuration, and Customization
Efficient Ops
Efficient Ops
Jun 21, 2016 · Operations

How to Effectively Learn Open Source Code: A DevOps Guide

This article outlines a step-by-step DevOps guide for mastering source code, covering preparation, code exploration, framework understanding, workflow tracing, data flow analysis, debugging techniques, and practical tips such as selecting resources, IDEs, and leveraging tests to accelerate learning.

DebuggingDevOpsIDE
0 likes · 15 min read
How to Effectively Learn Open Source Code: A DevOps Guide
DevOps
DevOps
Jun 20, 2016 · Operations

A Comprehensive Overview of Popular DevOps Tools for IT Operations

This article provides a detailed overview of widely used DevOps tools—including monitoring solutions like Microsoft SCOM, Vistara, SolarWinds, Nimsoft, ServiceNow, automation platforms Chef and Puppet, container platform Docker, orchestration systems Apache Mesos and Kubernetes, as well as performance monitoring tools New Relic and Graphite/Grafana—highlighting their features, typical use cases, and important considerations.

DevOpsIT OperationsMonitoring
0 likes · 10 min read
A Comprehensive Overview of Popular DevOps Tools for IT Operations
Efficient Ops
Efficient Ops
Jun 19, 2016 · Databases

One‑Click Docker Deployment of a Redis Sharding Cluster

This guide explains how to build Docker images, configure Redis, and orchestrate containers to create a fully automated, one‑click Redis sharding cluster, covering preparation, scripting, configuration, and verification steps.

ClusterDatabase DeploymentDevOps
0 likes · 11 min read
One‑Click Docker Deployment of a Redis Sharding Cluster
Efficient Ops
Efficient Ops
May 31, 2016 · Cloud Computing

What the 2016 Cloud Survey Reveals About DevOps and Docker Adoption

The 2016 RightScale cloud computing survey of 1,060 respondents shows rapid growth in DevOps usage, a doubling of Docker adoption, diverse tool combinations, and highlights container challenges such as lack of experience, with Europe leading Docker usage and a strong push for education and practice.

Cloud ComputingContainersDevOps
0 likes · 13 min read
What the 2016 Cloud Survey Reveals About DevOps and Docker Adoption
DevOps
DevOps
May 31, 2016 · Operations

Understanding the DevOps Toolchain: SCM, Automation, and Cloud

This article explains the DevOps toolchain by breaking it into three core components—SCM, automation, and cloud—detailing their roles, typical tools, and how they interoperate to enable continuous delivery and scalable, self‑service infrastructure.

DevOpsOperationsSCM
0 likes · 6 min read
Understanding the DevOps Toolchain: SCM, Automation, and Cloud
MaGe Linux Operations
MaGe Linux Operations
May 27, 2016 · Operations

Why Google Relies on Software Engineers to Run Its Services: Inside SRE

The article explains Google’s Site Reliability Engineering (SRE) philosophy, how it empowers software engineers to automate operations, the balance between development and reliability, the concept of error budgets, and the cultural shift that turned DevOps into a core practice for large‑scale services.

DevOpsError BudgetOperations Automation
0 likes · 10 min read
Why Google Relies on Software Engineers to Run Its Services: Inside SRE

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

This article introduces Ansible, a Python‑based configuration management and deployment tool, explains its installation prerequisites, demonstrates basic ad‑hoc commands, and provides a comprehensive guide to managing MySQL master‑slave replication using Ansible modules, playbooks, and role‑based directory structures.

Configuration ManagementDevOpsMySQL replication
0 likes · 19 min read
An Introduction to Ansible: Installation, Configuration, and MySQL Replication with Playbooks
Efficient Ops
Efficient Ops
May 19, 2016 · Operations

How Docker Powers the Three Ways of DevOps: Speed, Feedback, and Learning

This article explains how Docker supports the three DevOps principles—system thinking, rapid feedback loops, and a culture of continuous experimentation—by accelerating development, reducing variation, and improving visibility across the software delivery pipeline.

ContainerizationContinuous DeliveryDevOps
0 likes · 14 min read
How Docker Powers the Three Ways of DevOps: Speed, Feedback, and Learning
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 19, 2016 · Operations

Explore 60+ Essential Open-Source DevOps Tools for Seamless Development & Operations

This article introduces the concept of DevOps and provides a comprehensive, categorized list of over sixty open‑source tools—including version control, build automation, CI/CD, container platforms, configuration management, monitoring and logging solutions—helping beginners and practitioners quickly adopt effective DevOps practices.

DevOpsci/cdopen-source tools
0 likes · 16 min read
Explore 60+ Essential Open-Source DevOps Tools for Seamless Development & Operations
DevOps
DevOps
May 9, 2016 · Operations

Configuring Bi‑directional Sync Between GitHub and VSTS Using CI Pipelines

This guide explains how to set up bi‑directional synchronization between public GitHub repositories and private VSTS (Azure DevOps) repos using VSTS CI pipelines, covering configuration steps, command‑line tasks, token handling, and common synchronization scenarios.

Azure DevOpsCIDevOps
0 likes · 6 min read
Configuring Bi‑directional Sync Between GitHub and VSTS Using CI Pipelines
Efficient Ops
Efficient Ops
May 8, 2016 · Databases

Mastering Oracle DevOps: SQL Auditing Best Practices to Boost Performance

This article, based on a 2016 Global Operations Conference talk, outlines Oracle DevOps best practices through SQL auditing, presenting multiple real‑world cases, derived rules, and automation strategies that help DBA and development teams identify performance bottlenecks, enforce standards, and improve system stability.

DBADevOpsSQL Auditing
0 likes · 29 min read
Mastering Oracle DevOps: SQL Auditing Best Practices to Boost Performance
Efficient Ops
Efficient Ops
May 7, 2016 · Operations

400+ Free DevOps Tools & Resources Every Sysadmin Should Know

This article compiles a curated list of over 400 free DevOps and system administration resources—including CI/CD services, monitoring tools, crash handling platforms, IaaS, PaaS, and DBaaS solutions—to help engineers streamline workflows and improve operational efficiency.

DevOpsIaaSMonitoring
0 likes · 7 min read
400+ Free DevOps Tools & Resources Every Sysadmin Should Know
Efficient Ops
Efficient Ops
May 5, 2016 · Operations

Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE

In this talk, a former Google SRE shares his experiences moving from massive YouTube growth to Google Cloud operations and later to a Chinese startup, exposing the hidden pitfalls of Docker daemon, image management, container runtimes, and practical DevOps strategies for building, packaging, and running services.

DevOpsDockerOCI
0 likes · 17 min read
Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE
DevOps
DevOps
May 4, 2016 · Fundamentals

User Story Driving Agile Development (UDAD): A Comprehensive End‑to‑End Agile Methodology

The article introduces User Story Driving Agile Development (UDAD), a comprehensive methodology that integrates impact mapping, user story mapping, visual guidance, Scrum, Kanban, continuous integration, exploratory testing, and automated deployment to provide a cohesive, end‑to‑end agile process supported by Microsoft Team Foundation Server.

DevOpsKanbanMethodology
0 likes · 7 min read
User Story Driving Agile Development (UDAD): A Comprehensive End‑to‑End Agile Methodology
Efficient Ops
Efficient Ops
May 2, 2016 · Cloud Native

How Ping An Built a Scalable Mesos + Marathon PaaS for Financial Services

This article details how Ping An Technology designed and operated the Padis platform—an internal Docker‑based PaaS that evolved to Mesos + Marathon, providing independent container IPs, automated networking, load balancing, CMDB integration, monitoring, and log aggregation to support thousands of containers in production financial applications.

DevOpsMarathonPaaS
0 likes · 16 min read
How Ping An Built a Scalable Mesos + Marathon PaaS for Financial Services
Efficient Ops
Efficient Ops
Apr 28, 2016 · Databases

How Oracle DB Embraces DevOps in the Cloud Era

This article summarizes Gai Guoqiang's presentation on Oracle Database DevOps practices, covering Oracle's cloud strategy, the shifting competitive landscape, the impact of cloud on DBA roles, and how DevOps principles are reshaping traditional database operations and performance management.

DBADatabaseDevOps
0 likes · 13 min read
How Oracle DB Embraces DevOps in the Cloud Era
Architecture Digest
Architecture Digest
Apr 24, 2016 · Cloud Computing

Bridging the DevOps Gap: From IaaS Limitations to PaaS Solutions and Operational Automation

This article examines the DevOps dilemma caused by fragmented development and operations workflows, explains why IaaS alone cannot solve it, and outlines how PaaS combined with modern cloud-native tools such as Docker, Mesos, and YARN can automate resource allocation, deployment, service discovery, and monitoring to create a cohesive, scalable operations platform.

Cloud ComputingDevOpsIaaS
0 likes · 14 min read
Bridging the DevOps Gap: From IaaS Limitations to PaaS Solutions and Operational Automation
21CTO
21CTO
Apr 20, 2016 · Operations

How Spotify Scaled Machine Management: From Ops Chaos to Cloud Automation

This article chronicles Spotify's evolution in server operations—from a manual Ops team and ad‑hoc tools in the early years, through automated DNS, provisioning, and self‑service platforms, to a hybrid cloud strategy that reduced resource‑request turnaround from weeks to minutes.

DevOpsInfrastructureOperations
0 likes · 14 min read
How Spotify Scaled Machine Management: From Ops Chaos to Cloud Automation
Efficient Ops
Efficient Ops
Apr 19, 2016 · Operations

How Tencent’s Blue Whale Powers Unattended Ops, SaaS Automation, and DevOps Value

The talk outlines Tencent’s Blue Whale platform, describing how automated publishing tools, unattended change processes, fault‑handling strategies, alert‑driven self‑healing, low‑cost tool culture, and a thriving DevOps ecosystem together transform operations from routine maintenance to high‑value, scalable services.

DevOpsSaaSTool Culture
0 likes · 12 min read
How Tencent’s Blue Whale Powers Unattended Ops, SaaS Automation, and DevOps Value
ITPUB
ITPUB
Apr 19, 2016 · Operations

What the Worst WTF Moments Reveal About Software Operations

A collection of real‑world programming mishaps—from mixing test and production data to dangerous rm commands—illustrates why strict environment separation, cautious command execution, and disciplined code management are essential for reliable software operations.

DevOpsOperationsSystem Administration
0 likes · 10 min read
What the Worst WTF Moments Reveal About Software Operations
Baidu Intelligent Testing
Baidu Intelligent Testing
Apr 19, 2016 · Operations

Building a Low‑Cost, End‑to‑End Automated CI/CD System: From Identifying Common Pain Points to Zero‑Cost Benchmark Replication

This article describes how a product line can quickly establish a comprehensive, low‑cost automated CI/CD pipeline by first pinpointing shared development pain points, then creating a benchmark solution that can be replicated without additional expense, covering local builds, coverage metrics, performance testing, and automated online regression.

DevOpsci/cdtesting
0 likes · 6 min read
Building a Low‑Cost, End‑to‑End Automated CI/CD System: From Identifying Common Pain Points to Zero‑Cost Benchmark Replication
Efficient Ops
Efficient Ops
Apr 12, 2016 · Operations

From PHP Coder to DevOps Leader: Tencent CDN & Game Data Ops Insights

This article chronicles Liu Tiansi’s 13‑year journey from a PHP/Java developer to a senior operations engineer at Tencent, detailing his open‑source contributions, large‑scale CDN management, massive game data pipelines, DevOps practices, and practical lessons for building reliable, automated infrastructure.

CDNCloud ComputingDevOps
0 likes · 17 min read
From PHP Coder to DevOps Leader: Tencent CDN & Game Data Ops Insights
dbaplus Community
dbaplus Community
Apr 11, 2016 · Operations

Can External Quality Acceptance Drive DevOps Monitoring and Eliminate Technical Debt?

This article explains how focusing on non‑functional quality during external acceptance testing can drive DevOps teams to improve system monitorability, reduce technical debt, and establish concrete change‑control, acceptance, and performance verification processes for both operational and business‑level observability.

DevOpsObservabilityTechnical debt
0 likes · 15 min read
Can External Quality Acceptance Drive DevOps Monitoring and Eliminate Technical Debt?
Architects' Tech Alliance
Architects' Tech Alliance
Apr 10, 2016 · Cloud Native

Why Docker Became the Core of Modern Cloud‑Native Computing

Docker, built on Linux container technologies, offers a portable, cross‑platform runtime environment and a rich ecosystem—including image registries, orchestration tools, and cloud integrations—that simplifies development, deployment, and management of distributed applications, while providing resource isolation, high utilization, and DevOps automation.

Cloud NativeContainersDevOps
0 likes · 8 min read
Why Docker Became the Core of Modern Cloud‑Native Computing
MaGe Linux Operations
MaGe Linux Operations
Apr 4, 2016 · Operations

Master Jenkins CI: Step-by-Step Setup, Plugins, and Automated Deployment

This guide walks through setting up a Jenkins CI server—including environment preparation, installation, essential plugins, system and project configuration, security hardening, and a custom shell script for automated deployment—providing a practical roadmap for reliable continuous integration and delivery in Java projects.

DevOpsGitJenkins
0 likes · 7 min read
Master Jenkins CI: Step-by-Step Setup, Plugins, and Automated Deployment
Big Data and Microservices
Big Data and Microservices
Mar 23, 2016 · Industry Insights

Inside the Securities Tech Revolution: Cloud, Microservices, and Big Data

The article examines the paradox of the Chinese securities industry—high demand for cutting‑edge trading, quantitative and high‑frequency systems versus outdated IT—while detailing the team’s FinTech startup approach, their Node.js/Docker/MongoDB stack, a cloud‑native trading platform, microservice architecture, big‑data pipelines, performance tuning, and DevOps practices.

Big DataCloud ComputingDevOps
0 likes · 21 min read
Inside the Securities Tech Revolution: Cloud, Microservices, and Big Data
DevOps
DevOps
Mar 20, 2016 · Product Management

Using User Stories to Build a Product Backlog and Manage Agile Development with TFS

This article explains how to transform user stories into a product backlog, demonstrates using electronic tools such as TFS and Excel for tracking, and provides a sample e‑commerce application to illustrate agile planning, backlog management, and DevOps integration.

DevOpsRequirements ManagementTFS
0 likes · 16 min read
Using User Stories to Build a Product Backlog and Manage Agile Development with TFS
DevOps
DevOps
Mar 19, 2016 · R&D Management

A Historical Overview of Team Foundation Server (TFS) from 2005 to 2015

This article chronicles the ten‑year evolution of Microsoft’s Team Foundation Server, detailing its origins, major releases from TFS 2005 through TFS 2015, feature improvements, installation challenges, and its impact on DevOps and software development practices.

ALMDevOpsMicrosoft
0 likes · 13 min read
A Historical Overview of Team Foundation Server (TFS) from 2005 to 2015
21CTO
21CTO
Mar 17, 2016 · Operations

How We Scaled a Small Team with GitHub, ZenHub, TravisCI, and Slack

From a tiny squad using SVN to a full‑stack agile team, we detail how migrating to GitHub, adopting ZenHub for project management, integrating TravisCI for continuous testing and deployment, using Reviewable for pull‑request reviews, Coveralls for coverage metrics, and Slack for real‑time communication transformed our development workflow and boosted code quality.

Code ReviewDevOpsGitHub
0 likes · 6 min read
How We Scaled a Small Team with GitHub, ZenHub, TravisCI, and Slack
Efficient Ops
Efficient Ops
Mar 16, 2016 · Operations

How to Build Efficient CI/CD Pipelines for Startup Ops

This article outlines practical CI/CD and DevOps guidelines for startups, covering application management standards, branch strategies, code review tools, directory layout, permission controls, configuration change processes, release policies, logging practices, and automated deployment using tools like Git, Jenkins, and Ansible.

DevOpsGitJenkins
0 likes · 14 min read
How to Build Efficient CI/CD Pipelines for Startup Ops
DevOps
DevOps
Mar 14, 2016 · Operations

Installing and Configuring TFS Build vNext Agent on Windows

This guide explains how to install Node.js, download the TFS Build vNext agent, configure it on Windows using PowerShell, set execution policies, and register the agent with TFS, covering required tools, configuration options, and optional service setup.

Build AgentCIDevOps
0 likes · 7 min read
Installing and Configuring TFS Build vNext Agent on Windows
21CTO
21CTO
Mar 11, 2016 · Operations

Scaling DevOps at Mogujie: How a Young Ops Team Tackled Massive Traffic and Double‑11

Facing explosive traffic and high‑concurrency demands, Mogujie's newly formed operations team adopted DevOps practices, built CMDB, CI/CD pipelines, and monitoring platforms, and successfully supported the massive Double‑11 and Double‑12 sales events, sharing key technologies and lessons learned in their rapid‑pace environment.

CMDBDevOpsInfrastructure
0 likes · 3 min read
Scaling DevOps at Mogujie: How a Young Ops Team Tackled Massive Traffic and Double‑11
Architecture Digest
Architecture Digest
Mar 5, 2016 · Operations

Dianping Operations Architecture Overview and Best Practices

This article presents a comprehensive overview of Dianping's operations architecture, detailing team organization, multi‑data‑center infrastructure, monitoring layers, automation tools, configuration management systems, incident analysis, lessons learned, and future directions such as Docker and PaaS adoption.

DevOpsDockerInfrastructure
0 likes · 16 min read
Dianping Operations Architecture Overview and Best Practices
Qunar Tech Salon
Qunar Tech Salon
Mar 5, 2016 · Operations

Common Linux Commands for Java Developers

This article provides Java developers with a concise reference of essential Linux shell commands, covering process inspection, file manipulation, permission changes, compression, networking checks, remote access, and other common operations needed for interacting with Linux servers during development and deployment.

CommandLineDevOpsLinux
0 likes · 7 min read
Common Linux Commands for Java Developers
DevOps
DevOps
Mar 2, 2016 · Operations

Understanding DevOps: Principles, Practices, and Implementation

This article provides a comprehensive overview of DevOps, explaining its purpose, cultural challenges, core principles such as automation, standardization, and configuration, its relationship with cloud, lean and agile, practical steps, metrics, and how it transforms IT delivery into an end‑to‑end business value pipeline.

Continuous DeliveryDevOpsLean
0 likes · 17 min read
Understanding DevOps: Principles, Practices, and Implementation

Microservices, Containers, and the Shift to Cloud‑Native Architectures

The article examines how microservices and container technologies are reshaping software development, operations, and organizational structures, emphasizing faster delivery, monitoring, contractual APIs, and the emergence of cloud‑native platforms such as Docker, IBM Bluemix Garage, Joyent Triton, and VMware solutions.

ContainersDevOpsMicroservices
0 likes · 18 min read
Microservices, Containers, and the Shift to Cloud‑Native Architectures
DevOps
DevOps
Feb 23, 2016 · Operations

Lean Production and Kanban: Insights from NUMMI and Their Application to Modern Software Development

The article examines how the Toyota Production System, introduced at the NUMMI plant, fostered a culture of respect, continuous improvement, and worker empowerment, and explains how these lean principles have been adapted to software development through Kanban, value‑stream mapping, and DevOps practices.

Continuous ImprovementDevOpsToyota Production System
0 likes · 6 min read
Lean Production and Kanban: Insights from NUMMI and Their Application to Modern Software Development
Efficient Ops
Efficient Ops
Feb 22, 2016 · Operations

Why Dev and Ops Clash and How to Bridge the Gap

The article analyzes the root causes of Dev‑Ops conflicts, illustrates typical complaints at each release stage, and proposes concrete measures—shared goals, platform‑driven automation, and cultural alignment—to transform friction into collaborative efficiency.

DevOpsIT ManagementTeam Collaboration
0 likes · 11 min read
Why Dev and Ops Clash and How to Bridge the Gap
MaGe Linux Operations
MaGe Linux Operations
Feb 19, 2016 · Operations

How to Quickly Set Up a Python Development Environment on CentOS

This step‑by‑step guide shows how to create a user, enable passwordless sudo, add EPEL and IUS repositories, install Python 2.7, Python 3, pip, virtualenv, generate SSH keys, and set up common services like Git, MySQL, Redis, and RabbitMQ on a clean CentOS system, with troubleshooting tips for common errors.

CentOSDevOpsEnvironment setup
0 likes · 5 min read
How to Quickly Set Up a Python Development Environment on CentOS
MaGe Linux Operations
MaGe Linux Operations
Feb 18, 2016 · Operations

Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?

After hands‑on experience with both Salt and Ansible, the author compares their terminology, architecture, community support, speed, code structure, security, auditing, deployment, learning curve, and documentation, concluding that Ansible excels in ease of use while Salt offers superior scalability and performance for cloud environments.

Configuration ManagementDevOpsansible
0 likes · 14 min read
Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?
Java High-Performance Architecture
Java High-Performance Architecture
Feb 12, 2016 · Backend Development

Mastering Distributed Configuration Management with Zookeeper

Learn how distributed configuration management works—why large systems need a central store, the role of publish/subscribe, and how Zookeeper provides a robust solution for real‑time feature toggling without service restarts, ensuring high availability and seamless operations across micro‑services.

Configuration ManagementDevOpsDistributed Systems
0 likes · 4 min read
Mastering Distributed Configuration Management with Zookeeper
MaGe Linux Operations
MaGe Linux Operations
Feb 2, 2016 · Operations

Essential DevOps Toolbox: 50+ Open‑Source Operations Tools You Should Know

This article presents a curated toolbox of over fifty open‑source DevOps utilities, covering bootstrapping, configuration management, automated build and testing, monitoring, micro‑service platforms, performance analysis, logging, security, PaaS, CI/CD, database management, and more, providing a comprehensive reference for operations engineers.

DevOpsOpen-sourceToolbox
0 likes · 4 min read
Essential DevOps Toolbox: 50+ Open‑Source Operations Tools You Should Know
dbaplus Community
dbaplus Community
Feb 1, 2016 · Information Security

Boosting Application Security with Docker: Best Practices and Linux Capabilities

This article explains how Docker containers improve security through isolation, Linux namespaces, cgroups, capabilities, and image management, while also covering integration with virtual machines, bare‑metal deployment, lifecycle management, and open‑source security practices for modern microservice architectures.

Container SecurityDevOpsLinux capabilities
0 likes · 19 min read
Boosting Application Security with Docker: Best Practices and Linux Capabilities
21CTO
21CTO
Jan 25, 2016 · Cloud Native

Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects

InfoWorld’s 2016 Technology of the Year Awards spotlight Docker’s dominance, listing top container‑related projects such as Docker, Kubernetes, CoreOS, Mesos and others, while also covering a broad range of languages, tools, cloud services and big‑data platforms that shaped the tech landscape.

Cloud NativeContainersDevOps
0 likes · 6 min read
Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects
Node Underground
Node Underground
Jan 19, 2016 · Operations

Why Front‑End Developers Should Care About Docker: A Beginner’s Guide

This article explains how Docker’s build‑ship‑run model bridges front‑end development and containerization, covering Docker’s history, core concepts, a sample Dockerfile for a Node.js app, and practical scenarios where Docker improves environment consistency, resource efficiency, and scalability.

ContainerizationDevOpsDocker
0 likes · 11 min read
Why Front‑End Developers Should Care About Docker: A Beginner’s Guide
Efficient Ops
Efficient Ops
Jan 17, 2016 · Operations

From Telecom to Startup: A Veteran Ops Engineer Shares Career Lessons

Veteran operations engineer Wang Jinyin recounts his journey from telecom system development to leading ops teams at Tencent, YY, and UC, then founding Youwei, offering practical insights on standardization, automation, DevOps integration, and team building for modern IT operations.

DevOpsMonitoringcareer
0 likes · 17 min read
From Telecom to Startup: A Veteran Ops Engineer Shares Career Lessons
Efficient Ops
Efficient Ops
Jan 8, 2016 · Operations

How Monitoring and Template Deployment Supercharge Automated Operations

This article explains why modern IT operations rely on monitoring-driven automation, template-based deployments, and containerized tools to dramatically improve efficiency, reduce manual effort, and pave the way toward intelligent, DevOps-enabled operational platforms.

DevOpsautomationtemplate deployment
0 likes · 8 min read
How Monitoring and Template Deployment Supercharge Automated Operations
Efficient Ops
Efficient Ops
Dec 24, 2015 · Operations

Key Takeaways from the 2016 DevOps Enterprise Summit

A comprehensive English summary of the DevOps Enterprise Summit highlights the rise of DevOps adoption, real‑world case studies from Target, Ticketmaster, USAA, Capital One, Disney, and IBM, and practical insights on feedback loops, continuous delivery, and scaling DevOps across large enterprises.

Continuous DeliveryDevOpsFeedback
0 likes · 16 min read
Key Takeaways from the 2016 DevOps Enterprise Summit
Efficient Ops
Efficient Ops
Dec 23, 2015 · Cloud Native

Can Docker Become the IT World’s Game-Changing “Container”?

The article draws a parallel between the historical impact of shipping containers and Docker, arguing that Docker’s container ecosystem could reshape IT production, operations, and cloud services by enabling standardized, portable workloads and fostering a new era of collaborative software delivery.

ContainersDevOpsDocker
0 likes · 18 min read
Can Docker Become the IT World’s Game-Changing “Container”?
Efficient Ops
Efficient Ops
Dec 21, 2015 · Operations

How to Eliminate Plaintext MySQL Passwords in Docker Containers

This article examines the security risk of exposing MySQL root passwords as plaintext environment variables in Docker containers and presents a practical volume‑replacement method, comparing it with password‑modification approaches while discussing Docker‑layer versus application‑layer considerations.

Container SecurityDevOpsDocker
0 likes · 10 min read
How to Eliminate Plaintext MySQL Passwords in Docker Containers
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.

DevOpsGitMigration
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.

DevOpsDockerInfrastructure
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.

Cloud NativeDevOpscontainer orchestration
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.

ContainerizationDevOpsDockerfile
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.

Cloud NativeClusterDevOps
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.

DevOpsOperationsRole 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.

DevOpsOperationsRoles
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.

Cloud NativeDevOpsKubernetes
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.

ContainerDevOpsDocker
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.

DevOpsInfrastructureKubernetes
0 likes · 15 min read
Kubernetes Architecture Overview and Practical Insights
MaGe Linux Operations
MaGe Linux Operations
Nov 25, 2015 · Cloud Native

Step-by-Step Docker Installation and First Container on CentOS and Ubuntu

This tutorial walks through installing Docker on RedHat/CentOS (both 6.6 and 7) and Ubuntu 14.04, configuring it to start automatically, and then demonstrates running a simple hello‑world container, an interactive bash session, and a long‑running daemon container with detailed command explanations.

CentOSContainerizationDevOps
0 likes · 8 min read
Step-by-Step Docker Installation and First Container on CentOS and Ubuntu
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.

DevOpsSoftware Architectureintegration
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.

Cloud NativeContainerDevOps
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.

DevOpsansible
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.

DevOpsMetricscross-functional
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.

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