Tagged articles
21 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Apr 15, 2026 · Operations

How to Align Testing Priorities with Business Goals: A 4‑Step Framework

This article presents a practical four‑step method for mapping business objectives to testing priorities, using a risk‑matrix scoring system, dynamic adjustment mechanisms, and role‑specific recommendations to ensure testing effort directly supports revenue, growth, compliance, and user experience goals.

OperationsRisk MatrixSoftware quality
0 likes · 7 min read
How to Align Testing Priorities with Business Goals: A 4‑Step Framework
IT Services Circle
IT Services Circle
Feb 22, 2026 · Fundamentals

Why Simple FIFO Scheduling Fails and How CFS Guarantees Fair CPU Time

The article walks through the evolution of CPU scheduling from a naïve first‑come‑first‑served queue to priority‑based schemes, explains starvation and time‑slice problems, and shows how tracking each task's actual runtime leads to the Completely Fair Scheduler (CFS) with virtual runtime accounting.

CFSCPU schedulingOperating Systems
0 likes · 10 min read
Why Simple FIFO Scheduling Fails and How CFS Guarantees Fair CPU Time
Java Tech Enthusiast
Java Tech Enthusiast
Feb 20, 2026 · Fundamentals

Why Simple FIFO Scheduling Fails and How CFS Achieves Fair CPU Allocation

The article walks through the evolution of CPU scheduling—from naïve first‑come‑first‑served queues to priority‑based, time‑slice, and finally the Completely Fair Scheduler—illustrating each approach with code, highlighting pitfalls like starvation, and showing how tracking virtual runtime yields fair and responsive task execution.

CFSCPU schedulingFairness
0 likes · 10 min read
Why Simple FIFO Scheduling Fails and How CFS Achieves Fair CPU Allocation
Raymond Ops
Raymond Ops
Sep 5, 2025 · Fundamentals

Understanding Linux Process States, Scheduling, and Priority – A Deep Dive

This article explains Linux process states, how the kernel linked list works, commands for inspecting processes, the nature of zombie and orphan processes, priority handling, context switching, and the O(1) scheduler in the 2.6 kernel, providing a comprehensive overview for system developers.

O(1) SchedulerProcess Stateslinux
0 likes · 19 min read
Understanding Linux Process States, Scheduling, and Priority – A Deep Dive
Liangxu Linux
Liangxu Linux
Jan 4, 2025 · Backend Development

Master Nginx Regex and Location Matching Rules: How Priority Works

This guide explains Nginx's regular‑expression syntax, the five location prefix types, their matching priority, and provides concrete configuration examples with code snippets and diagrams to help you correctly route requests in a single‑node Nginx v1.23.2 setup.

Backendlocationpriority
0 likes · 14 min read
Master Nginx Regex and Location Matching Rules: How Priority Works
JavaEdge
JavaEdge
Dec 8, 2024 · Backend Development

Netflix’s Service‑Level Priority Load Shedding: Protecting User‑Initiated Requests

This article explains how Netflix extended its priority load‑shedding strategy from the API gateway to individual services, detailing the classification of user‑initiated versus pre‑fetch requests, the implementation of partitioned concurrency limiters, CPU‑ and I/O‑based shedding, test results, and real‑world impact on availability.

Backend ArchitectureNetflixconcurrency limits
0 likes · 18 min read
Netflix’s Service‑Level Priority Load Shedding: Protecting User‑Initiated Requests
php Courses
php Courses
Oct 29, 2024 · Backend Development

New Methods for Managing Middleware Priority in Laravel's HTTP Kernel

Laravel now offers two new methods, addToMiddlewarePriorityAfter and addToMiddlewarePriorityBefore, allowing developers to programmatically control the execution order of middleware in the HTTP kernel, with practical code examples demonstrating package service provider integration for flexible and maintainable middleware management.

HTTP KernelPHPmiddleware
0 likes · 3 min read
New Methods for Managing Middleware Priority in Laravel's HTTP Kernel
MaGe Linux Operations
MaGe Linux Operations
Oct 23, 2024 · Cloud Native

Master Kubernetes Pod Scheduling: Node Selector, Affinity, Taints & More

This article explains why pod scheduling is critical in Kubernetes and walks through practical techniques such as node selectors, affinity/anti‑affinity rules, taints and tolerations, priority classes, preemption, and custom scheduling strategies, complete with real YAML examples and command‑line demos.

AffinityKubernetesNode Selector
0 likes · 23 min read
Master Kubernetes Pod Scheduling: Node Selector, Affinity, Taints & More
Architect
Architect
Dec 2, 2023 · Backend Development

7 Common Message‑Queue Scenarios and How to Choose the Right Type

This article examines seven typical messaging scenarios—ordinary, ordered, delayed, transactional, trace, dead‑letter, and priority messages—explaining the problem each solves, the trade‑offs, and concrete implementations in RocketMQ, Pulsar, RabbitMQ and Kafka with code samples.

BackendMessage Queuedead-letter
0 likes · 14 min read
7 Common Message‑Queue Scenarios and How to Choose the Right Type
政采云技术
政采云技术
Apr 20, 2021 · Frontend Development

Deep Dive into CSS Selectors: Types, Usage, and Priority

This article provides a comprehensive analysis of CSS selectors, covering their classification, detailed usage of various selector types, and the calculation of selector priority with practical examples.

CSSPseudo-elementsSelectors
0 likes · 14 min read
Deep Dive into CSS Selectors: Types, Usage, and Priority
Qu Tech
Qu Tech
Mar 1, 2021 · Cloud Native

Boost Kubernetes Efficiency: 5 Practical Pod Scheduling Techniques

This article explains how to improve Kubernetes resource utilization by addressing node fragmentation, pod misconfiguration, and HPA settings, and then details five concrete scheduling methods—including nodeName, nodeSelector, nodeAffinity, taints, and pod priority—to optimize pod placement and reduce waste.

KubernetesNode AffinityPod Scheduling
0 likes · 12 min read
Boost Kubernetes Efficiency: 5 Practical Pod Scheduling Techniques
Sohu Tech Products
Sohu Tech Products
Sep 2, 2020 · Fundamentals

Understanding the Four‑Quadrant Time Management Method (Eisenhower Matrix)

This article explains Stephen Covey’s Four‑Quadrant (Eisenhower) time‑management framework, clarifies the concepts of urgency and importance, describes how to classify tasks into the four quadrants, and discusses the long‑term effects of focusing on each quadrant for personal productivity.

Eisenhower matrixStephen Coveyimportance
0 likes · 7 min read
Understanding the Four‑Quadrant Time Management Method (Eisenhower Matrix)
Alibaba Cloud Native
Alibaba Cloud Native
Dec 23, 2019 · Cloud Native

How Kubernetes Schedules Pods: Deep Dive into Scheduling, QoS, and Resources

This article walks through the complete Kubernetes pod scheduling workflow, explains how resource requests, limits, and QoS classes influence placement, covers advanced features such as affinity, taints, resource quotas, and priority‑based preemption, and shows how to configure each mechanism for optimal cluster utilization.

AffinityKubernetesQoS
0 likes · 25 min read
How Kubernetes Schedules Pods: Deep Dive into Scheduling, QoS, and Resources
DevOps Engineer
DevOps Engineer
Aug 11, 2017 · Fundamentals

Fundamentals of Software Bug Tracking and Management

This article introduces the basic concepts of software testing, covering defect management tools, bug reproduction prerequisites, JIRA issue types, classification methods, severity and priority levels, status lifecycle, and the complete bug handling workflow.

JiraSoftware Testingbug tracking
0 likes · 8 min read
Fundamentals of Software Bug Tracking and Management
Suning Design
Suning Design
Apr 29, 2014 · Product Management

Mastering UI/UX: How Priority, Consistency, and Feel Shape User Experience

The article explores three core design semi‑principles—priority, consistency, and feel—explaining how they guide designers and product managers to allocate interface resources, maintain predictability, and create positive user emotions that can determine product success.

ConsistencyUI/UXdesign-principles
0 likes · 10 min read
Mastering UI/UX: How Priority, Consistency, and Feel Shape User Experience
Suning Design
Suning Design
Apr 4, 2014 · Product Management

Mastering UI Design: Why Priority, Consistency, and Feeling Matter

This article explores three essential UI design principles—priority, consistency, and feeling—explaining how they guide user decisions, reduce cognitive load, and create a satisfying experience, while offering practical tips for product designers and managers.

ConsistencyUI designUser experience
0 likes · 11 min read
Mastering UI Design: Why Priority, Consistency, and Feeling Matter