All Articles

143663 articles · Page 6558 of 7184
MaGe Linux Operations
MaGe Linux Operations
Feb 23, 2018 · Operations

Essential Linux Ops Interview Guide: From RAID Basics to Load‑Balancing Strategies

This comprehensive guide covers Linux operations interview topics, including the definition of ops, game‑ops roles, server management techniques, RAID levels, load‑balancing tools (LVS, Nginx, HAProxy), middleware, MySQL troubleshooting, backup solutions, health‑check configuration, common networking commands, virus removal, TCP/IP model, Nginx modules, log retention, system optimization, and useful command‑line shortcuts, all presented with clear explanations and practical examples.

LinuxMySQLOperations
0 likes · 38 min read
Essential Linux Ops Interview Guide: From RAID Basics to Load‑Balancing Strategies
MaGe Linux Operations
MaGe Linux Operations
Feb 23, 2018 · Backend Development

Can Python Handle Millions of Requests per Second? Inside Japronto’s High‑Performance Microframework

This article explores recent Python performance improvements, benchmarks a new microframework called Japronto that can process over a million HTTP requests per second using techniques like HTTP pipelining, C extensions, and careful memory management, and outlines its features and future directions.

HTTP pipeliningJaprontoMicroframework
0 likes · 9 min read
Can Python Handle Millions of Requests per Second? Inside Japronto’s High‑Performance Microframework
网易UEDC
网易UEDC
Feb 23, 2018 · Product Management

How to Craft a B2B Product Website That Converts: Storytelling, Content, and Design

This article outlines a systematic approach for designing B2B product websites, covering content strategy, user and product analysis, narrative structuring, visual and emotional design, and conversion tactics to ensure the site tells a compelling story that drives user engagement and sales.

B2BContent StrategyConversion
0 likes · 14 min read
How to Craft a B2B Product Website That Converts: Storytelling, Content, and Design
Efficient Ops
Efficient Ops
Feb 23, 2018 · Cloud Native

Why Kubernetes Is Becoming the Invisible Backbone of Modern Cloud Applications

The article explains how Kubernetes has won the container‑orchestration battle, is evolving into a universal low‑level layer for multi‑cloud deployments, and is reshaping software standards, package management, serverless workloads, and the economics of distributed systems.

Cloud NativeContainer OrchestrationHelm
0 likes · 25 min read
Why Kubernetes Is Becoming the Invisible Backbone of Modern Cloud Applications
Java Backend Technology
Java Backend Technology
Feb 23, 2018 · Frontend Development

How Chrome Teams and Web Developers Can Co‑Create a Faster, Safer Web

The article explores the collaborative relationship between Chrome teams and the web development community, outlining high‑level goals for accessibility, performance, security, privacy, overall platform openness, and calls for transparent cooperation, best‑practice guides, and shared tools to build a faster, more reliable web for everyone.

ChromeSecurityWeb Development
0 likes · 11 min read
How Chrome Teams and Web Developers Can Co‑Create a Faster, Safer Web
dbaplus Community
dbaplus Community
Feb 22, 2018 · Databases

How to Build Effective MySQL Performance Management and Analysis

This article outlines the real‑world demand for MySQL performance management, critiques traditional monitoring approaches, and presents a product‑focused design that emphasizes lightweight data collection, incremental recording, metric‑driven drill‑down, and comprehensive analysis techniques such as AS/PS and QRTi.

AS/PSDatabase MonitoringMySQL
0 likes · 16 min read
How to Build Effective MySQL Performance Management and Analysis
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Feb 22, 2018 · Backend Development

Master Maven: Essential Concepts, Lifecycle, and Project Setup Guide

This comprehensive guide explains Maven's core concepts, project structure, repository types, installation steps, common commands, lifecycle phases, creating new Maven projects, POM file details, dependency management, and various Maven project types, providing developers with a complete reference for effective build automation.

POMbuild automationdependency-management
0 likes · 17 min read
Master Maven: Essential Concepts, Lifecycle, and Project Setup Guide
21CTO
21CTO
Feb 22, 2018 · Backend Development

How Server‑Side Architecture Evolved: From N‑Tier to Serverless

Over the past decade, server‑side web architecture has shifted from traditional N‑tier designs to single‑page application backends, microservices, and serverless models, each bringing new benefits and challenges for scalability, maintenance, and client integration, as illustrated by the accompanying diagrams.

SPAbackend
0 likes · 9 min read
How Server‑Side Architecture Evolved: From N‑Tier to Serverless
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2018 · Operations

Essential Post-Holiday Ops Checklist: Keep Your Infrastructure Healthy

After the holiday break, this guide walks operations engineers through a comprehensive checklist—including hardware inspection, server preparation, network device checks, monitoring platform readiness, remote access security, and post‑holiday work review—to ensure systems run smoothly and securely.

ChecklistHardwaremaintenance
0 likes · 9 min read
Essential Post-Holiday Ops Checklist: Keep Your Infrastructure Healthy
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2018 · Fundamentals

Master Python Basics: Variables, Control Flow, Data Structures & OOP Explained

This tutorial introduces Python by explaining what it is, why to learn it, and then walks through core fundamentals such as variables, conditional statements, loops, lists, dictionaries, iteration techniques, and object‑oriented concepts like classes, encapsulation, and inheritance, all illustrated with clear code examples.

Data StructuresObject-Oriented ProgrammingPython
0 likes · 20 min read
Master Python Basics: Variables, Control Flow, Data Structures & OOP Explained
ITPUB
ITPUB
Feb 22, 2018 · Cloud Native

Master Docker: From Basics to Building Your Own Container Images

This comprehensive guide explains Docker's purpose, compares it with virtual machines, introduces Linux containers, walks through installation, image and container management, and provides step‑by‑step examples—including a hello‑world demo and a full Dockerfile tutorial for building custom images.

Cloud NativeContainersDocker
0 likes · 21 min read
Master Docker: From Basics to Building Your Own Container Images
ITPUB
ITPUB
Feb 22, 2018 · Databases

How to Diagnose and Resolve Oracle TX Row Lock Contention

This guide explains Oracle's TX row lock mechanism, shows how to identify blocking sessions, locate the exact locked rows using system views and ROWID functions, and provides practical steps to prevent and mitigate TX lock waiting issues.

Database ConcurrencyOracleRow Lock
0 likes · 8 min read
How to Diagnose and Resolve Oracle TX Row Lock Contention
Architecture Digest
Architecture Digest
Feb 22, 2018 · Artificial Intelligence

Deep Learning Applications in Recommendation Systems

This article explains why deep learning has become essential for modern recommendation systems, describing its advantages such as automatic feature extraction, noise robustness, sequential modeling with RNNs, and improved user‑item representation, and reviews major deep‑learning‑based recommendation models and techniques.

Deep LearningWord2Vecautoencoders
0 likes · 17 min read
Deep Learning Applications in Recommendation Systems
Java Backend Technology
Java Backend Technology
Feb 22, 2018 · Backend Development

From Single Server to Global Scale: Evolution of Large Website Architecture

This article explores the defining traits of large‑scale websites and walks through the step‑by‑step evolution of their architecture—from single‑server setups to distributed systems with caching, load balancing, database sharding, and micro‑services—while highlighting common design pitfalls and best‑practice recommendations.

Scalabilitybackend architecturecaching
0 likes · 8 min read
From Single Server to Global Scale: Evolution of Large Website Architecture