All Articles

141092 articles · Page 7044 of 7055
MaGe Linux Operations
MaGe Linux Operations
Aug 2, 2014 · Databases

Are You Ready for MongoDB’s Hidden Limits?

This article highlights several often‑overlooked MongoDB limitations—including excessive disk‑space preallocation, a 12‑node replica‑set cap, lack of high‑availability in master‑slave mode, 32‑bit version constraints, high consulting fees, and weak management tools—helping developers avoid costly surprises.

Consulting CostsDatabase LimitsMongoDB
0 likes · 5 min read
Are You Ready for MongoDB’s Hidden Limits?
Baidu Tech Salon
Baidu Tech Salon
Aug 1, 2014 · Industry Insights

Inside Google’s Code Culture: Unified Trunk, Feature Flags, and Strict Reviews

The article provides a detailed, data‑driven look at Google’s internal software development practices, covering unified trunk code management, pervasive code visibility, rigorous reviews, feature‑flag experimentation, strict testing, and the blend of Java, C++, and JavaScript in front‑end and back‑end work.

FrontendGoogleSoftware Development
0 likes · 17 min read
Inside Google’s Code Culture: Unified Trunk, Feature Flags, and Strict Reviews
MaGe Linux Operations
MaGe Linux Operations
Aug 1, 2014 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most useful Linux command‑line tools for inspecting system information, managing resources, networking, processes, users, services, packages, security settings, and FTP operations, providing a quick reference for administrators and power users alike.

FTPSysadminsystem commands
0 likes · 5 min read
Essential Linux Commands Every Sysadmin Should Know
Baidu Tech Salon
Baidu Tech Salon
Jul 31, 2014 · Backend Development

15 Best PHP Frameworks for Modern Web Development

This guide reviews fifteen top modern PHP frameworks—including Yaf, Nette, Guzzle, Phalcon, and others—highlighting their performance, security, ease of use, and specialized features such as C‑based extensions, lightweight databases, and behavior‑driven development to help developers quickly build efficient, dynamic web applications.

Backend DevelopmentPHP MVCPHP development tools
0 likes · 7 min read
15 Best PHP Frameworks for Modern Web Development
MaGe Linux Operations
MaGe Linux Operations
Jul 31, 2014 · Operations

Master Linux Performance Monitoring with sar: A Complete Guide

This article explains how to use the sar (System Activity Reporter) tool on Linux to collect and analyze performance data, covering past and real‑time statistics, CPU, memory, I/O and swap metrics, installation steps, and a full list of command‑line options.

CPU usageLinux performanceSysstat
0 likes · 9 min read
Master Linux Performance Monitoring with sar: A Complete Guide
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2014 · Databases

SQL vs NoSQL: Which Database Wins the Big Data Battle?

This article examines the ongoing debate between SQL and NoSQL databases for big‑data projects, presenting expert arguments on performance, scalability, standardization, and flexibility to help enterprises decide the optimal solution.

Big DataComparisonNoSQL
0 likes · 14 min read
SQL vs NoSQL: Which Database Wins the Big Data Battle?
Baidu Tech Salon
Baidu Tech Salon
Jul 29, 2014 · Artificial Intelligence

Baidu Speech Synthesis: Balancing Trade‑offs and Opening the Platform to Developers

Baidu’s speech synthesis system, developed since 2013 to give machines natural Chinese voices, tackles millions of tonal variations through phonetic compression and optimized acoustic models, balances trade‑offs in data and scalability, and offers a free open platform that lets developers integrate high‑quality text‑to‑speech into apps, advancing equal access to information.

BaiduDeveloper PlatformHMM
0 likes · 6 min read
Baidu Speech Synthesis: Balancing Trade‑offs and Opening the Platform to Developers
MaGe Linux Operations
MaGe Linux Operations
Jul 29, 2014 · Operations

Boost Linux Server Performance: Essential Kernel and File Limit Tweaks

This guide shows how to increase file descriptor limits, adjust TCP settings, and tune kernel parameters such as net.ipv4.tcp_max_syn_backlog on Linux systems, providing step‑by‑step commands for both individual users and all users to improve network performance and handle more concurrent connections.

File LimitsLinuxTCP Settings
0 likes · 3 min read
Boost Linux Server Performance: Essential Kernel and File Limit Tweaks
MaGe Linux Operations
MaGe Linux Operations
Jul 27, 2014 · Operations

Essential Tools Every Linux Sysadmin Must Master

This guide outlines the ten crucial Linux operations tools—from system basics and networking services to shell scripting, text processing, databases, firewalls, monitoring, clustering, and backup—providing a comprehensive roadmap for aspiring sysadmins to become proficient in just a few months.

Linuxmonitoringshell scripting
0 likes · 7 min read
Essential Tools Every Linux Sysadmin Must Master
Suning Design
Suning Design
Jul 25, 2014 · Product Management

Why Asking Users What They Want Fails: 3 Proven Interview Questions

This article explains why directly asking users what they want leads to misleading insights and introduces three effective interview questions that uncover real problems, current solutions, and improvement opportunities, helping product teams design truly valuable features.

UXUser Researchcustomer insights
0 likes · 8 min read
Why Asking Users What They Want Fails: 3 Proven Interview Questions
Baidu Tech Salon
Baidu Tech Salon
Jul 23, 2014 · Fundamentals

Guidelines for Refactoring and Cleaning Up Legacy Code

When inheriting tangled legacy code, first decide if you’re responsible and willing to invest, then establish comprehensive tests, use version control, make incremental changes, separate cleaning from bug fixing, remove dead code and comments, avoid mutable shared state, and eliminate unnecessary complexity to improve maintainability.

Code RefactoringLegacy CodeTesting
0 likes · 14 min read
Guidelines for Refactoring and Cleaning Up Legacy Code