Youku Technology
Author

Youku Technology

Discover top-tier entertainment technology here.

170
Articles
0
Likes
298
Views
0
Comments
Recent Articles

Latest from Youku Technology

100 recent articles max
Youku Technology
Youku Technology
Aug 17, 2020 · Backend Development

Improving Development Efficiency with a Metadata Center: Architecture, Implementation, and Performance

The Metadata Center, built by Alibaba Entertainment, streamlines development by offering a searchable Data Source Plaza and a configurable Custom Interface engine that abstracts service calls, adds unified monitoring and circuit‑breaker safeguards, and leverages optimized scripting, cutting upfront coding effort and accelerating feature delivery across Youku applications.

GroovyService Integrationcircuit breaker
0 likes · 12 min read
Improving Development Efficiency with a Metadata Center: Architecture, Implementation, and Performance
Youku Technology
Youku Technology
Aug 10, 2020 · Mobile Development

Youku Player Architecture Redesign Based on Pipeline Pattern

Youku’s player was rebuilt with a pipeline‑pattern architecture that unifies playback stages into a modular framework, enabling plug‑in customization, multi‑source support, reduced memory and startup overhead, clearer structure, and improved stability and extensibility for future business innovations.

AndroidCache PipelinePipeline Pattern
0 likes · 11 min read
Youku Player Architecture Redesign Based on Pipeline Pattern
Youku Technology
Youku Technology
Aug 7, 2020 · Cloud Computing

Alibaba's FaaS Platform for Content Distribution: Design and Implementation

Alibaba’s FaaS platform for Youku content distribution replaces traditional Java services with a gateway‑driven, containerized function runtime and one‑stop development/ops portal, delivering low‑cost development, isolated JVM execution, transparent monitoring, and rapid API and data‑source integration, dramatically speeding iteration while addressing classloader and lifecycle challenges.

AlibabaBackend DevelopmentContent Distribution
0 likes · 15 min read
Alibaba's FaaS Platform for Content Distribution: Design and Implementation
Youku Technology
Youku Technology
Aug 6, 2020 · Big Data

Alibaba Entertainment Data Platform: The Journey Ahead

The presentation outlines how Alibaba's entertainment data platform has evolved to meet the real‑time, low‑cost, and scalable analytics demands of campaigns such as Double 11 and 618, detailing its architecture, real‑time processing, pre‑computed data cubes, practical design choices, and lessons learned from implementation challenges.

Big DataReal-time analytics
0 likes · 1 min read
Alibaba Entertainment Data Platform: The Journey Ahead
Youku Technology
Youku Technology
Aug 6, 2020 · Artificial Intelligence

Recent ACM MM Papers Accepted by Alibaba Entertainment Group

Alibaba Entertainment Group secured four ACM MM paper acceptances, presenting a probabilistic graphical model for crowdsourced visual quality assessment, an attention‑driven Siamese network with reinforcement learning for robust object tracking, a scene‑aware context‑graph method for unsupervised video anomaly detection, and a cross‑modal graph‑matching approach for visual grounding.

Object TrackingVisual Groundingcrowdsourcing
0 likes · 6 min read
Recent ACM MM Papers Accepted by Alibaba Entertainment Group
Youku Technology
Youku Technology
Aug 5, 2020 · Industry Insights

How Youku Secures Premium Membership Viewing: Technical Challenges Unveiled

In this technical live‑stream session, the speakers explore the rapid growth of paid video‑platform memberships, the demand for flawless viewing experiences, the specific engineering challenges involved, and the solutions Youku employs to guarantee premium member privileges.

Youkuindustry insightspremium membership
0 likes · 3 min read
How Youku Secures Premium Membership Viewing: Technical Challenges Unveiled
Youku Technology
Youku Technology
Aug 4, 2020 · Operations

How Youku Scales User Reach: Inside the Architecture of a Billion‑User Messaging Platform

This talk reveals how Youku built a flexible, universal user‑reach platform that leverages graph‑based task modeling, dynamic expressions, and a unified execution engine to deliver recall and activation campaigns to over a billion users with fast, precise targeting and experiment‑driven optimization.

Execution EngineGraph ModelingLarge-Scale Operations
0 likes · 3 min read
How Youku Scales User Reach: Inside the Architecture of a Billion‑User Messaging Platform
Youku Technology
Youku Technology
Aug 4, 2020 · Backend Development

Technical Support for Youku Member Viewing Privileges - Behind the Scenes

During this session we examine Youku’s behind‑the‑scenes technical infrastructure that powers member‑only viewing privileges, detailing the challenges of delivering seamless premium video streams to paid subscribers and the integrated systems and solutions that ensure high‑quality, uninterrupted playback in today’s fast‑evolving internet landscape.

Video platformYoukumember privileges
0 likes · 1 min read
Technical Support for Youku Member Viewing Privileges - Behind the Scenes
Youku Technology
Youku Technology
Aug 3, 2020 · Fundamentals

Mastering Defensive Programming: Guard Clauses, Exceptions, and DRY in Java

This article explains how to write robust Java code by applying defensive programming techniques such as guard clauses, proper exception handling, validator usage, assertions, and the DRY principle, while illustrating each concept with clear code examples and practical guidelines.

DRY principleException HandlingJava
0 likes · 20 min read
Mastering Defensive Programming: Guard Clauses, Exceptions, and DRY in Java