Byte Quality Assurance Team
Author

Byte Quality Assurance Team

World-leading audio and video quality assurance team, safeguarding the AV experience of hundreds of millions of users.

32
Articles
0
Likes
68
Views
0
Comments
Recent Articles

Latest from Byte Quality Assurance Team

32 recent articles
Byte Quality Assurance Team
Byte Quality Assurance Team
May 19, 2021 · Big Data

Streaming 102: The World Beyond Batch

This article extends the concepts introduced in Streaming 101 by deeply exploring data processing patterns for unbounded data, covering windowing, watermarks, triggers, accumulation modes, and their practical implications for building robust low‑latency streaming pipelines.

Big DataStreamingTriggers
0 likes · 14 min read
Streaming 102: The World Beyond Batch
Byte Quality Assurance Team
Byte Quality Assurance Team
May 12, 2021 · Fundamentals

Audio/Video Quality Testing: Using ffmpeg Filters and VQI for Black Screen, Freeze, Blur, and Silence Detection

This article explains how to assess audio and video quality by leveraging ffmpeg filter graphs and the VQI tool to detect issues such as black screens, black frames, blur, freezing, black borders, silence, and volume anomalies, providing command‑line examples and parameter details.

VQIaudio testingblack screen detection
0 likes · 8 min read
Audio/Video Quality Testing: Using ffmpeg Filters and VQI for Black Screen, Freeze, Blur, and Silence Detection
Byte Quality Assurance Team
Byte Quality Assurance Team
Apr 28, 2021 · Cloud Computing

Ensuring Release Quality and Security for Cloud Server-Side SDKs: Practices and Pipeline Construction

This article details the engineering practices and pipeline construction strategies employed by Volcengine to ensure the release quality, security compliance, and version control of its multi-language server-side SDKs, addressing common challenges in code review, automated testing, and continuous delivery workflows.

CI/CD PipelineDevOps PracticesSDK Development
0 likes · 7 min read
Ensuring Release Quality and Security for Cloud Server-Side SDKs: Practices and Pipeline Construction
Byte Quality Assurance Team
Byte Quality Assurance Team
Mar 31, 2021 · Backend Development

Root Cause Analysis and Optimization of RocketMQ Message Dispatch in the Tesla Interface Testing Platform

The article investigates a performance bottleneck in Tesla's interface testing platform where large test tasks experience up to nine‑minute report delays, identifies the hidden latency in RocketMQ message dispatch to handlers, and proposes a redesign of channel scheduling that reduces execution time to under four minutes.

Channel SchedulingConcurrencyMessage Queue
0 likes · 6 min read
Root Cause Analysis and Optimization of RocketMQ Message Dispatch in the Tesla Interface Testing Platform
Byte Quality Assurance Team
Byte Quality Assurance Team
Mar 24, 2021 · R&D Management

Google's Software Engineering in Test (SET) Role: Methodology, Certification, and Hiring Practices

This article analyzes Google's Software Engineering in Test (SET) role, detailing core testing principles, small-medium-large test classifications, continuous integration optimizations, team-level quality certification frameworks, and strategic interview methodologies for evaluating engineering candidates.

Engineering ManagementGoogle Engineering PracticesSET Role
0 likes · 13 min read
Google's Software Engineering in Test (SET) Role: Methodology, Certification, and Hiring Practices
Byte Quality Assurance Team
Byte Quality Assurance Team
Mar 10, 2021 · Fundamentals

Understanding Python Garbage Collection and Reference Counting

This article explains Python's garbage collection mechanism, covering object management, reference counting, cyclic reference handling, the mark‑and‑sweep algorithm, and generational collection thresholds, with illustrative code examples and detailed explanations of each step.

Garbage CollectionGenerational GCReference Counting
0 likes · 9 min read
Understanding Python Garbage Collection and Reference Counting