All Articles

143595 articles · Page 6609 of 7180
Liulishuo Tech Team
Liulishuo Tech Team
Dec 7, 2017 · Cloud Computing

Highlights of AWS re:Invent 2017: Compute Updates and New Services

The AWS re:Invent 2017 conference in Las Vegas introduced a range of compute innovations—including Amazon EKS, AWS Fargate, new EC2 instance families, Spot Instance hibernation, Time Sync Service, and a Serverless Application Repository—while showcasing sessions from Netflix and other industry leaders.

AWSCloud ComputingContainers
0 likes · 6 min read
Highlights of AWS re:Invent 2017: Compute Updates and New Services
Java Captain
Java Captain
Dec 7, 2017 · Backend Development

Comprehensive Java Learning Roadmap: From Fundamentals to Advanced Web Development

This article presents a detailed Java learning roadmap that starts with front‑end basics, progresses through core Java SE concepts, object‑oriented programming, databases, web technologies, major frameworks, and advanced topics such as JPA, Lucene, and high‑performance architecture, offering a structured path for aspiring developers.

Backend DevelopmentHibernateJDBC
0 likes · 19 min read
Comprehensive Java Learning Roadmap: From Fundamentals to Advanced Web Development
Tencent Database Technology
Tencent Database Technology
Dec 7, 2017 · Databases

Implementation and Optimizations of Percona 5.7 Thread Pool

This article explains how Percona Server 5.7 implements a thread‑pool model for MySQL, detailing the activation parameters, internal architecture, functional threads, timer mechanisms, and several performance optimizations such as priority scheduling and special handling for long‑running commands.

ConcurrencyDatabase PerformanceMySQL
0 likes · 13 min read
Implementation and Optimizations of Percona 5.7 Thread Pool
MaGe Linux Operations
MaGe Linux Operations
Dec 7, 2017 · Fundamentals

25 Essential Python FAQs: From Basics to Advanced Concepts

This article provides a comprehensive overview of Python, covering its interpreted nature, interactive use, object‑oriented features, memory management, built‑in data structures, common tools, and answers to 25 frequently asked questions ranging from basic syntax to advanced concepts.

BasicsFAQFundamentals
0 likes · 10 min read
25 Essential Python FAQs: From Basics to Advanced Concepts
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 7, 2017 · Operations

How 360’s Private Cloud Powers Elasticsearch: Architecture, Security, and Scaling

This article explains how 360’s Hulk private cloud platform deploys Elasticsearch with a dedicated master architecture, load‑balancing, per‑business isolated clusters, SearchGuard security, dynamic tokenization, self‑service user features, and advanced monitoring to achieve high‑performance, scalable search services.

ElasticsearchPrivate CloudScalable Architecture
0 likes · 6 min read
How 360’s Private Cloud Powers Elasticsearch: Architecture, Security, and Scaling
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Dec 7, 2017 · Artificial Intelligence

Will AI Transform Our World? Four Emerging Trends Shaping the Future

The article explores Bill Gates' optimism, Kevin Kelly's predictions, and Gartner's outlook, then outlines four major AI trends: mass commercial adoption, expert-level cognition via deep learning, AI as purchasable smart services, and disruptive impacts on labor‑intensive industries reshaping the global economy.

AI trendsAutomationFuture
0 likes · 11 min read
Will AI Transform Our World? Four Emerging Trends Shaping the Future
Baixing.com Technical Team
Baixing.com Technical Team
Dec 7, 2017 · Operations

How Test Fest Transforms Product Quality with Collaborative Testing

Test Fest is a company‑wide, short‑duration crowdsourced testing event that brings product managers, developers, designers, operations, and support staff together to explore a product, uncover bugs, improve compatibility, and generate actionable insights, dramatically boosting testing efficiency and ROI.

Software TestingTest Festcollaborative testing
0 likes · 15 min read
How Test Fest Transforms Product Quality with Collaborative Testing
ITPUB
ITPUB
Dec 7, 2017 · Databases

Master MySQL Query Optimization: From Architecture to High‑Performance Indexing

This article explains MySQL's logical architecture, the step‑by‑step query execution process, and provides practical performance‑tuning advice—including schema design, data‑type choices, index strategies, and specific query optimizations such as COUNT, JOIN, LIMIT pagination, and UNION—backed by code examples and diagrams.

MySQLQuery Optimizationdatabase
0 likes · 36 min read
Master MySQL Query Optimization: From Architecture to High‑Performance Indexing
Node Underground
Node Underground
Dec 7, 2017 · Backend Development

Build a Node.js Performance Tracing Tool with Async Hooks and Performance API

This article explains how to combine Node.js's experimental Async Hooks and Performance Timing APIs to create a simple tracing and performance monitoring tool, eliminating manual timing and offering a foundation that can be extended into a custom solution, while also noting an open‑source Pandora.js utility.

Node.jsPerformance APITracing
0 likes · 3 min read
Build a Node.js Performance Tracing Tool with Async Hooks and Performance API
Baidu Maps Tech Team
Baidu Maps Tech Team
Dec 7, 2017 · Frontend Development

How WebAssembly Boosts Web Performance: From asm.js to Near‑Native Speed

This article explains the evolution from asm.js to WebAssembly, compares their performance, outlines implementation strategies—including AssemblyScript, hand‑written asm.js, and C/C++ compilation with Emscripten—and provides practical code examples and tips for integrating WebAssembly into web applications.

BinaryenEmscriptenJavaScript
0 likes · 15 min read
How WebAssembly Boosts Web Performance: From asm.js to Near‑Native Speed
Architecture Digest
Architecture Digest
Dec 7, 2017 · Backend Development

Redesigning ERP Systems with Distributed Microservices and Database Sharding

The article examines the performance challenges of traditional monolithic ERP systems and proposes a micro‑service‑based, distributed architecture that splits application and data layers, uses independent databases, service registries, and distributed transaction patterns to achieve scalability and maintain data consistency.

ERP
0 likes · 13 min read
Redesigning ERP Systems with Distributed Microservices and Database Sharding
AI Cyberspace
AI Cyberspace
Dec 7, 2017 · Fundamentals

Why Python’s Chain Assignment Can Trip You Up – Understanding Value vs Object Semantics

Python’s chain assignment offers concise multiple-variable assignment, but its left-to-right evaluation differs from C’s right-to-left value-semantic approach, leading to surprising results in interview questions; understanding the distinction between value-semantic and object-semantic languages helps avoid subtle bugs.

Interview QuestionPythonValue Semantics
0 likes · 5 min read
Why Python’s Chain Assignment Can Trip You Up – Understanding Value vs Object Semantics