All Articles

143483 articles · Page 6634 of 7175
21CTO
21CTO
Oct 28, 2017 · R&D Management

What Really Defines a CTO? Strategic Leadership vs. Technical Mastery

This article clarifies the true role of a CTO, explaining what the position is not, how it differs from a VP of Engineering, and why strategic technology leadership and business‑focused management are the core responsibilities of an effective CTO.

CTOR&DStrategy
0 likes · 7 min read
What Really Defines a CTO? Strategic Leadership vs. Technical Mastery
ITPUB
ITPUB
Oct 28, 2017 · Fundamentals

10 Essential Linux Commands Every Developer Should Master

This article shares ten lesser‑known but highly useful Linux commands—ranging from file inspection to process management—explaining their purpose, common use cases, and example invocations, helping developers work more efficiently on Linux or macOS terminals.

0 likes · 6 min read
10 Essential Linux Commands Every Developer Should Master
Architecture Digest
Architecture Digest
Oct 28, 2017 · R&D Management

Finding Value in Software Development: From Programmer Confusion to Value‑Driven Architecture

The article reflects on programmers' sense of bewilderment, explains how understanding the business‑technology‑software value chain and adopting a value‑driven architectural mindset can help engineers prioritize learning, align with business goals, and reduce wasted effort while enhancing system service capability.

R&D managementbusiness valueprogrammer career
0 likes · 17 min read
Finding Value in Software Development: From Programmer Confusion to Value‑Driven Architecture
MaGe Linux Operations
MaGe Linux Operations
Oct 28, 2017 · Fundamentals

Boost Your Python Projects: 6 Must-Have Libraries Every Developer Needs

Discover six essential Python libraries—including PyPy, CFFI, PyInstaller, PBR, WxPython, and Mypy—that enhance performance, simplify packaging, enable C integration, and improve type checking, with download links and key features explained for developers seeking faster, more reliable Python applications.

CFFILibrariesPBR
0 likes · 10 min read
Boost Your Python Projects: 6 Must-Have Libraries Every Developer Needs
MaGe Linux Operations
MaGe Linux Operations
Oct 28, 2017 · Operations

20 Essential DevOps Tools Every Engineer Should Add to Their Toolbox

This article surveys twenty indispensable DevOps tools—from project tracking with Jira and version control with Git to containerization with Docker and monitoring with New Relic—explaining their core functions, typical use cases, and how they fit into a modern software development lifecycle.

AutomationCI/CDTools
0 likes · 12 min read
20 Essential DevOps Tools Every Engineer Should Add to Their Toolbox
Java Captain
Java Captain
Oct 27, 2017 · Information Security

Practical Tips for Securing and Optimizing Java APIs

This article presents a collection of straightforward, developer‑friendly techniques for enhancing Java API security and performance, covering API key protection, TLS adoption, Spring Boot web service creation, application monitoring, and safeguarding sensitive configuration files.

API SecurityTLSperformance-monitoring
0 likes · 8 min read
Practical Tips for Securing and Optimizing Java APIs
Baidu Intelligent Testing
Baidu Intelligent Testing
Oct 27, 2017 · Mobile Development

From Zero to a Universal Android Script Testing Solution: Mixed‑Script Automation, Image‑Recognition, and Recording Tools

The article details how Baidu MTC designed and implemented a universal Android script testing platform that combines UIAutomator, a custom Clean‑SDK for popup handling, image‑recognition algorithms, and a recording‑playback tool to enable robust, non‑native mobile automated testing across thousands of devices.

AndroidScript RecordingUIAutomator
0 likes · 12 min read
From Zero to a Universal Android Script Testing Solution: Mixed‑Script Automation, Image‑Recognition, and Recording Tools
JD Retail Technology
JD Retail Technology
Oct 27, 2017 · Frontend Development

JSSDK: A Tool for H5 App Development

JSSDK is a development tool that enables H5 developers to quickly build apps by facilitating app invocation, cross-platform compatibility, and parameter handling, reducing development time and complexity through modular design and automated version management.

H5 developmentJSSDKMobile Development
0 likes · 6 min read
JSSDK: A Tool for H5 App Development
Dada Group Technology
Dada Group Technology
Oct 27, 2017 · Operations

Pinpoint Overview and Plugin Development Guide

Pinpoint is a full‑stack, non‑intrusive tracing platform that visualizes service topology, active threads, request latency, and application health, and this article explains its architecture, data model, and step‑by‑step process for creating custom plugins—including ServiceLoader configuration, TraceMetadataProvider, and ProfilerPlugin implementations with code examples.

APMJavaObservability
0 likes · 22 min read
Pinpoint Overview and Plugin Development Guide
UCloud Tech
UCloud Tech
Oct 27, 2017 · Cloud Computing

How to Debug Windows I/O Performance Issues in Virtualized Cloud Environments

This article walks through diagnosing and fixing severe Windows I/O performance degradation in a virtualized cloud host by using perf, systemtap, QEMU tracing, and kernel tweaks, revealing that excessive ACPI timer and APIC accesses cause costly VM exits and how enabling the Hyper‑V timer restores expected IOPS.

Cloud ComputingIO performanceKVM
0 likes · 10 min read
How to Debug Windows I/O Performance Issues in Virtualized Cloud Environments
iQIYI Technical Product Team
iQIYI Technical Product Team
Oct 27, 2017 · R&D Management

Project Management Practices in iQIYI Literature Vertical: Agile Process, Planning, and CI/CD

The iQIYI Literature vertical uses a streamlined four‑stage agile workflow—review, scheduling, development, release—combined with dynamic process tweaks, tight baseline coupling, branch‑isolated CI/CD, and layered quarterly, monthly, and weekly planning, enabling rapid product iterations and sustained growth into a recognized brand.

CI/CDagileiQIYI
0 likes · 10 min read
Project Management Practices in iQIYI Literature Vertical: Agile Process, Planning, and CI/CD
iQIYI Technical Product Team
iQIYI Technical Product Team
Oct 27, 2017 · Mobile Development

Componentization Architecture and Engine Design for iOS Applications at iQIYI

iQIYI’s iOS team replaced a mediator‑based component system with a registration‑driven engine, allowing independent development, hot‑plug module addition, server‑controlled launches, and full Open‑Closed compliance, while integrating CocoaPods, GitLab, and Jenkins for automated binary delivery and scalable modular architecture.

CI/CDComponentizationEngine Architecture
0 likes · 13 min read
Componentization Architecture and Engine Design for iOS Applications at iQIYI
Architecture Digest
Architecture Digest
Oct 27, 2017 · Operations

Key Practices and Principles of DevOps from the “Cloud Development and Operations Best Practices” Talk

The article summarizes a DevOps talk, outlining eight guiding principles—configuration over hard‑coding, redundancy over single points, restartability, whole‑stack delivery, statelessness, standardization, automation, and unattended operation—while sharing concrete tools, architectures, and real‑world experiences from a cloud provider.

AutomationMonitoringOperations
0 likes · 16 min read
Key Practices and Principles of DevOps from the “Cloud Development and Operations Best Practices” Talk
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 27, 2017 · Operations

How Alibaba Scales DevOps with StarOps: Inside Their Operations Platform

This article explains how Alibaba has evolved its DevOps practice over a decade, detailing the layered architecture of its StarOps suite—including the foundational StarAgent, the Fortress (jump server), the Qingting file‑distribution system, and intelligent AIOps features—showing how automation, scalability, and AI‑driven monitoring enable stable, low‑cost operations for massive workloads such as Double 11.

AIOpsAutomationCloud Computing
0 likes · 17 min read
How Alibaba Scales DevOps with StarOps: Inside Their Operations Platform