Tagged articles
52 articles
Page 1 of 1
Smart Workplace Lab
Smart Workplace Lab
May 16, 2026 · Artificial Intelligence

How to Stop AI from Forgetting When Working Across Multiple Platforms – A Workplace AI Guide

The article describes a real‑world case where AI repeatedly loses context across document, drawing, and spreadsheet tools, explains why limited prompt windows cause this fragmentation, and provides a step‑by‑step variable‑pool routing protocol that centralises inputs to achieve consistent, reusable AI memory.

AIContext managementHermes
0 likes · 7 min read
How to Stop AI from Forgetting When Working Across Multiple Platforms – A Workplace AI Guide
Shuge Unlimited
Shuge Unlimited
Apr 23, 2026 · Artificial Intelligence

Deep Dive into Hermes Agent: Self‑Improving AI Agent Architecture with 110K+ Stars

Hermes Agent, an open‑source self‑improving AI agent framework that has amassed over 110 K GitHub stars, introduces a native closed‑learning loop, a unified single‑process agent cycle, self‑registering tools, pluggable context compression, multi‑API model support, and a scalable multi‑platform gateway, all built on Python 3.11+, SQLite + WAL, and extensive modular design.

AI AgentClosed Loop LearningHermes Agent
0 likes · 24 min read
Deep Dive into Hermes Agent: Self‑Improving AI Agent Architecture with 110K+ Stars
AI Architecture Path
AI Architecture Path
Apr 19, 2026 · Artificial Intelligence

How Hermes Agent Becomes the Next‑Gen AI Assistant That Grows With You

Hermes Agent, an open‑source, self‑evolving AI agent framework from Nous Research, tackles the major pain points of current AI tools—memory loss, static skills, limited deployment, and fragmented ecosystems—by offering autonomous learning loops, three‑layer persistent memory, a self‑optimising skill system, and seamless multi‑platform integration.

AI AgentAutomationMemory
0 likes · 12 min read
How Hermes Agent Becomes the Next‑Gen AI Assistant That Grows With You
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 13, 2026 · Artificial Intelligence

Hermes AI Agent Explained in Plain English: Architecture, Installation, and Usage

This article provides a step‑by‑step, non‑technical walkthrough of Hermes, the self‑evolving AI agent from Nous Research, covering its core AIAgent brain, capabilities, one‑line installation, multi‑platform entry points, detailed architecture layers, context handling, SQLite‑based memory, and runtime flow, all illustrated with diagrams and commands.

AI AgentHermesSQLite
0 likes · 7 min read
Hermes AI Agent Explained in Plain English: Architecture, Installation, and Usage
Su San Talks Tech
Su San Talks Tech
Apr 11, 2026 · Artificial Intelligence

Why Hermes Agent Is the Next‑Gen Self‑Evolving AI Assistant

Hermes Agent, an open‑source AI framework from Nous Research, combines a self‑evolving skill loop, a five‑layer memory system, and a universal message‑gateway to deliver a continuously improving personal assistant that works across Linux, macOS, and major IM platforms, with simple CLI installation and extensive customization.

CLI toolHermes Agentlayered memory
0 likes · 12 min read
Why Hermes Agent Is the Next‑Gen Self‑Evolving AI Assistant
Old Meng AI Explorer
Old Meng AI Explorer
Apr 10, 2026 · Artificial Intelligence

Install OpenClaw in 5 Minutes and Turn It Into Your Personal AI Assistant

This step‑by‑step guide shows how to install the open‑source OpenClaw AI gateway on Windows, macOS, or Linux, configure API keys, connect chat platforms, verify the setup, and start using its multi‑platform assistant features such as file management, scheduling, and custom skills.

AI AssistantCLIOpenClaw
0 likes · 14 min read
Install OpenClaw in 5 Minutes and Turn It Into Your Personal AI Assistant
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 15, 2026 · Artificial Intelligence

PicoClaw: Ultra‑Light OpenClaw Fork Runs a Full AI Agent on $10 Hardware in <1 s

PicoClaw is a Go‑rewritten, 99% smaller version of OpenClaw that fits under 10 MB, boots in under a second on a 0.6 GHz CPU, runs on $10‑$100 single‑board computers, offers full‑stack engineer mode, task scheduling, sandbox security, and multi‑platform chat integration, with detailed installation guides and a balanced list of strengths and current limitations.

AI AgentGoLLM integration
0 likes · 11 min read
PicoClaw: Ultra‑Light OpenClaw Fork Runs a Full AI Agent on $10 Hardware in <1 s
phodal
phodal
Nov 12, 2025 · Industry Insights

How AutoDev’s New MPP CLI Turns AI Agents into Self‑Testing, Multi‑Platform Tools

The article explains how the new AutoDev MPP architecture and its CLI, built on MPP Core, solve testing difficulties of previous IntelliJ‑based agents by tightly binding UI events, leveraging AI‑generated prompts, iteratively constructing a TUI/CLI, automating test framework generation, and integrating CI/CD for robust, portable AI‑driven development.

AIAutoDevCLI
0 likes · 10 min read
How AutoDev’s New MPP CLI Turns AI Agents into Self‑Testing, Multi‑Platform Tools
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 13, 2025 · Artificial Intelligence

Can AI Cut Taobao Recommendation Development from a Week to Two Days?

This article explains how Alibaba's WaterFlow, an AI‑driven end‑to‑end development platform, tackles the high demand volume, diverse tech stacks, and slow collaboration of Taobao's recommendation feed, enabling many features to be delivered in just two days instead of a week.

AIcontinuous integrationlarge language models
0 likes · 16 min read
Can AI Cut Taobao Recommendation Development from a Week to Two Days?
JD Tech Talk
JD Tech Talk
Apr 2, 2025 · Mobile Development

Dynamic Cross‑Platform Solution Overview and Implementation

The article presents a self‑developed dynamic cross‑platform framework that enables a single codebase to run on iOS, Android, H5 and HarmonyOS, reducing development costs while delivering high performance, real‑time updates, and a seamless user experience across multiple devices.

JS enginecross‑platformdynamic rendering
0 likes · 10 min read
Dynamic Cross‑Platform Solution Overview and Implementation
Sohu Tech Products
Sohu Tech Products
Dec 25, 2024 · Mobile Development

Mastering XCFramework: Build, Integrate, and Optimize Multi‑Platform iOS Libraries

This article provides a comprehensive guide to Apple's XCFramework format, covering its core features, step‑by‑step integration methods, internal hierarchy, creation processes from source or Fat frameworks, dependency handling, and best‑practice recommendations for robust multi‑platform iOS development.

Build AutomationSwiftXCFramework
0 likes · 17 min read
Mastering XCFramework: Build, Integrate, and Optimize Multi‑Platform iOS Libraries
Go Programming World
Go Programming World
Aug 13, 2024 · Operations

Building Multi‑Platform Docker Images with Docker Buildx

This tutorial explains how to install Docker Buildx, create and manage builders, and use QEMU emulation or Go cross‑compilation to produce multi‑platform Docker images, covering command syntax, driver options, global BuildKit variables, and how to push or load the resulting images.

BuildKitContainerDocker
0 likes · 20 min read
Building Multi‑Platform Docker Images with Docker Buildx
HelloTech
HelloTech
Dec 26, 2023 · Frontend Development

Understanding Taro Mini-Runner: Compilation Process and Webpack Configuration

Taro’s mini‑runner builds a webpack configuration from base, custom, and platform‑specific settings, then runs webpack to compile a single codebase into bundles for mini‑programs, H5, and other targets, while allowing extensive plugin, loader, and constant customization for multi‑platform development.

Build configurationTarofront-end development
0 likes · 14 min read
Understanding Taro Mini-Runner: Compilation Process and Webpack Configuration
ByteFE
ByteFE
Nov 8, 2023 · Frontend Development

VChart: A Multi‑Platform, High‑Performance Chart Library for Data Storytelling

VChart is an open‑source, multi‑terminal chart library built on VGrammar and VRender that provides a rich set of 2D and 3D visualizations, high‑performance rendering, extensive animation and interaction capabilities, and flexible layout and theming options for developers across web, mobile and mini‑program environments.

Chart LibraryData visualizationVChart
0 likes · 14 min read
VChart: A Multi‑Platform, High‑Performance Chart Library for Data Storytelling
Architect
Architect
Oct 30, 2023 · Information Security

How DuoLiXiong Built a Scalable Multi‑Platform RBAC Permission System

This article walks through DuoLiXiong’s three‑layer business architecture, identifies the challenges of managing permissions across dozens of platforms, explains the RBAC fundamentals and four model variants, details the concrete database schema and tree‑structured permission design, and explores row‑ and column‑level data permissions with practical examples.

BaiduData PermissionsPermission System
0 likes · 18 min read
How DuoLiXiong Built a Scalable Multi‑Platform RBAC Permission System
Ctrip Technology
Ctrip Technology
Aug 17, 2023 · Frontend Development

Multi-Platform Front-End Development with Taro: Technical Selection, Integration, and Performance Evaluation

This article examines the business background and challenges of multi‑platform front‑end development, evaluates mainstream cross‑platform technologies, selects Taro as the optimal solution, and details its integration with existing React Native and Web stacks, component and API adaptation, CSS handling, performance testing, cost analysis, and future outlook.

IntegrationTarofrontend
0 likes · 14 min read
Multi-Platform Front-End Development with Taro: Technical Selection, Integration, and Performance Evaluation
DevOps Engineer
DevOps Engineer
Aug 1, 2023 · Cloud Native

Using Docker Buildx Bake for Efficient Multi‑Platform Image Builds

Docker Buildx Bake is a powerful Docker CLI extension that enables declarative, multi‑platform image builds with parallel execution, cache optimization, and flexible output formats, and this guide explains its concepts, advantages, usage steps, and advanced features for efficient container image management.

BakeContainerDocker
0 likes · 9 min read
Using Docker Buildx Bake for Efficient Multi‑Platform Image Builds
Alibaba Terminal Technology
Alibaba Terminal Technology
Apr 13, 2023 · Frontend Development

What Is MorJS and How It Enables One-Code Multi-Platform Mini‑Program Development

MorJS is an open‑source, extensible framework that lets developers write a single mini‑program using a native DSL and compile it into deployable artifacts for multiple platforms—including WeChat, Alipay, Baidu, ByteDance, DingTalk, Kuaishou, QQ, Taobao, and H5—while offering plugins, form conversion, and H5 integration.

Mini ProgramMorJScross-platform compilation
0 likes · 13 min read
What Is MorJS and How It Enables One-Code Multi-Platform Mini‑Program Development
MaGe Linux Operations
MaGe Linux Operations
Mar 29, 2023 · Cloud Native

Master Earthly: A Modern Docker Image Builder for Faster CI/CD

Earthly is an advanced Docker image build tool that replaces Dockerfiles with Earthfiles, combining Makefile and Dockerfile concepts, offering multi‑stage, multi‑platform builds, syntax highlighting, extended commands like SAVE, GIT CLONE, and UDCs, and seamless CI integration for faster, more reusable container workflows.

BuildKitContainer BuildDocker
0 likes · 13 min read
Master Earthly: A Modern Docker Image Builder for Faster CI/CD
DaTaobao Tech
DaTaobao Tech
Dec 19, 2022 · Frontend Development

ice.js 3 Framework Overview and New Features

Ice.js 3, Alibaba’s Taobao‑originated multi‑terminal framework, extends earlier versions to unify PC, web, and mini‑program development with a React 18‑based runtime, smaller bundles, built‑in plugins, SWC/esbuild toolchains, SSR/SSG data loading, Midway FaaS deployment, and a roadmap toward React Streaming and Server Components.

ReactSSRbuild tools
0 likes · 10 min read
ice.js 3 Framework Overview and New Features
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Aug 8, 2022 · Frontend Development

OSSA: An Open‑Source Multi‑Platform UI Component Library Based on Taro

After three years of development, NetEase Yanxuan has open‑sourced OSSA, a TypeScript‑based, Taro‑powered UI component library that delivers over 30 cross‑platform components for WeChat, Alipay, ByteDance mini‑programs and H5, featuring monorepo management, on‑demand imports, automated testing, and a community‑driven roadmap.

MonorepoTaroTypeScript
0 likes · 8 min read
OSSA: An Open‑Source Multi‑Platform UI Component Library Based on Taro
JD Retail Technology
JD Retail Technology
Jun 29, 2022 · Frontend Development

Unifying JD Tech UI with NutUI-JDT: A Multi‑Platform Component Library Journey

This article details how NutUI and JD Tech collaborated over multiple quarters to create NutUI‑JDT, a theme‑customizable component library that unifies H5 and mini‑program development, expands and adapts components, introduces a Sketch plugin, and outlines future roadmap and open‑source contributions.

Component LibrarySketch PluginTheme Customization
0 likes · 9 min read
Unifying JD Tech UI with NutUI-JDT: A Multi‑Platform Component Library Journey
21CTO
21CTO
Jun 8, 2022 · Fundamentals

What’s New in Linux Kernel 5.19? A Deep Dive into Multi‑Platform Milestones

Linux kernel 5.19, announced by Linus Torvalds on June 6, marks a multi‑platform milestone with extensive driver updates, AMD GPU support, new LoongArch64, Apple NVMe, Intel GPU groundwork, and HPE GXP architecture, while preserving stability and signed pull‑request integrity.

5.19AMD GPUArchitecture support
0 likes · 3 min read
What’s New in Linux Kernel 5.19? A Deep Dive into Multi‑Platform Milestones
JavaEdge
JavaEdge
Apr 3, 2022 · Backend Development

Build a Multi‑Platform Instant Messaging System with Netty & Mina

This article introduces an open‑source instant messaging solution for e‑commerce platforms, detailing its server‑client architecture, supported platforms (WebSocket, Android, iOS, desktop), core modules, directory layout, and how to obtain the source code for integration.

Instant Messagingmulti-platformopen-source
0 likes · 4 min read
Build a Multi‑Platform Instant Messaging System with Netty & Mina
Aotu Lab
Aotu Lab
Mar 10, 2022 · Frontend Development

How Taro Tackles Multi‑Platform Development: Architecture, Plugins, and Future Directions

This article explains how the Taro framework enables unified multi‑platform front‑end development by describing its open architecture, plugin system, cross‑framework adaptation, browser‑like runtime, support for various mini‑program ecosystems, and upcoming Harmony integration, while sharing practical code examples and implementation details.

OpenHarmonyTarocross‑framework
0 likes · 19 min read
How Taro Tackles Multi‑Platform Development: Architecture, Plugins, and Future Directions
Taobao Frontend Technology
Taobao Frontend Technology
Sep 10, 2021 · Frontend Development

Mastering Multi‑Platform Front‑End with the Strategy Pattern

This article walks through a real‑world multi‑app scenario, breaks down the core challenges, compares several implementation approaches—including naive if‑else, SDK abstraction, and the Strategy design pattern—and reflects on engineering trade‑offs to help front‑end engineers write cleaner, more maintainable code.

Design PatternsFrontend ArchitectureStrategy Pattern
0 likes · 11 min read
Mastering Multi‑Platform Front‑End with the Strategy Pattern
Youzan Coder
Youzan Coder
Aug 16, 2021 · Industry Insights

How Youzan’s CPS System Powers Multi‑Platform E‑Commerce: Architecture, Attribution, and Billing Explained

This article provides a comprehensive technical overview of Youzan's Cost‑Per‑Sale (CPS) system, detailing its basic concepts, business models, implementation architecture, attribution mechanisms, billing rules, profit‑sharing process, testing challenges, and future expansion across multiple e‑commerce platforms.

CPSCost Per SaleYouzan
0 likes · 21 min read
How Youzan’s CPS System Powers Multi‑Platform E‑Commerce: Architecture, Attribution, and Billing Explained
JD Retail Technology
JD Retail Technology
Jul 21, 2021 · Frontend Development

Frontend Architecture, Component Reuse, and Automation Strategies in JD Family Account Project

This article details the evolution of JD's Family Account frontend project, covering multi‑platform technical selection, React Native‑based architecture, three‑level component reuse, automation scripts for Redux, interface fault‑tolerance mechanisms, and future plans for broader data services and SDK support.

AutomationReact Nativearchitecture
0 likes · 15 min read
Frontend Architecture, Component Reuse, and Automation Strategies in JD Family Account Project
Beike Product & Technology
Beike Product & Technology
Jun 11, 2021 · Game Development

Building a Multi‑Platform Mini‑Game with Cocos Creator: From Project Setup to Publishing

This tutorial walks you through creating a multi‑platform “Merge Big Watermelon” mini‑game using Cocos Creator, covering game rules, engine architecture, project structure, component‑based scripting, physics and collision handling, asset management, build configuration, and publishing to various platforms.

Cocos CreatorGame DevelopmentJavaScript
0 likes · 22 min read
Building a Multi‑Platform Mini‑Game with Cocos Creator: From Project Setup to Publishing
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Nov 24, 2020 · Frontend Development

Thanos Multi‑Platform Development Framework: Architecture, Components, and Implementation

The article introduces the Thanos framework, a Vue‑based compile‑time solution that enables cross‑platform development for nine mini‑program and web targets by unifying components, APIs, and runtime behaviors, and details its architecture, scaffold tools, compiler mechanics, and runtime optimizations.

FrameworkMini ProgramRuntime
0 likes · 15 min read
Thanos Multi‑Platform Development Framework: Architecture, Components, and Implementation
Qunar Tech Salon
Qunar Tech Salon
Oct 30, 2020 · Frontend Development

Multi‑Platform Development Strategy: Converting React Native to H5 and Mini‑Programs with react‑native‑web and Remax

This article outlines a practical multi‑platform solution that transforms a React‑Native codebase into both H5 web pages and various mini‑programs by leveraging react‑native‑web for web compilation and Remax for mini‑program rendering, while employing webpack tricks for dynamic, per‑platform builds.

React NativeRemaxWeb
0 likes · 10 min read
Multi‑Platform Development Strategy: Converting React Native to H5 and Mini‑Programs with react‑native‑web and Remax
58 Tech
58 Tech
Jul 15, 2020 · Frontend Development

Platformization of 58 Anjuke Mini Programs: Multi‑Program Architecture, Development Practices, and Performance Optimization

This article details how the 58 Anjuke front‑end team transformed their multiple mini‑programs into a unified, platform‑based architecture using Taro, describing the challenges, design decisions, code‑level configurations, performance optimizations, and the resulting improvements in development efficiency and user experience.

Mini ProgramTarofrontend
0 likes · 18 min read
Platformization of 58 Anjuke Mini Programs: Multi‑Program Architecture, Development Practices, and Performance Optimization
Aotu Lab
Aotu Lab
Jul 1, 2020 · Frontend Development

What’s New in Taro 3? Cross‑Framework and Cross‑Platform Features Unveiled

Taro 3 introduces full cross‑framework support for React, Nerv, Vue 2/3 and jQuery‑like APIs, expands to major mini‑program platforms and H5, adds an open plugin system, prerendering, faster builds, CSS‑in‑JS via linaria, virtual list components and a seamless WeChat‑to‑React/Vue conversion tool.

CSS-in-JSPlugin SystemTaro
0 likes · 11 min read
What’s New in Taro 3? Cross‑Framework and Cross‑Platform Features Unveiled
58 Tech
58 Tech
Jun 24, 2020 · Frontend Development

Unified Multi‑Platform Data Tracking Integration Solution for Frontend Development

This article presents a comprehensive front‑end solution that unifies multi‑type, multi‑platform data‑tracking (埋点) integration by standardizing configuration, decoupling tracking logic, providing a dynamic plugin architecture, and offering automated testing tools to reduce development and maintenance costs.

Data TrackingTesting Automationfrontend
0 likes · 11 min read
Unified Multi‑Platform Data Tracking Integration Solution for Frontend Development
vivo Internet Technology
vivo Internet Technology
Jun 17, 2020 · Frontend Development

Multi-Platform Micro-Component Development for Mini‑Programs and Quick Apps Using uni‑app

The team created a plug‑in, visual, self‑adapting framework based on Vue and uni‑app that transforms a domain‑specific language into an AST, then compiles unified micro‑components into native code for WeChat, Alipay, ByteDance, iOS/Android and quick‑apps, dramatically lowering development effort and enabling reusable, cross‑platform activity configurations.

frontendmicro-componentsmini-programs
0 likes · 20 min read
Multi-Platform Micro-Component Development for Mini‑Programs and Quick Apps Using uni‑app
Ctrip Technology
Ctrip Technology
Apr 30, 2020 · Frontend Development

Multi-Platform Frontend Architecture and Code Reuse Practices at Ctrip Play Team

This article describes how Ctrip's Play team tackled fragmented front‑end stacks, unified product requirements across PC, H5, Hybrid and React Native, and implemented a component‑driven, multi‑repo architecture that enables single‑source code to be built, tested, and released for multiple platforms simultaneously.

Component ArchitectureReactReact Native
0 likes · 11 min read
Multi-Platform Frontend Architecture and Code Reuse Practices at Ctrip Play Team
Aotu Lab
Aotu Lab
Jan 2, 2020 · Frontend Development

How to Build a Multi‑Platform E‑Commerce App with Taro and Cloud Development

The article explains how startups can quickly create low‑cost, lightweight multi‑platform e‑commerce applications by combining Tencent Cloud's cloud development services with the Taro framework, covering challenges, concepts of low‑cost and light‑mode, setup steps, and a real‑world example.

Tarocloud developmente‑commerce
0 likes · 8 min read
How to Build a Multi‑Platform E‑Commerce App with Taro and Cloud Development
WecTeam
WecTeam
Dec 4, 2019 · Frontend Development

Unifying JD’s JinxI Home Page Across H5, Mini‑Programs, and React‑Native with Taro

After the 2022 Double‑11 event, JD’s JinxI platform faced fragmented H5, mini‑program, and RN codebases, prompting a comprehensive redesign that standardized the tech stack with Taro, streamlined multi‑platform development, integrated custom build pipelines, and applied performance optimizations such as image handling, API aggregation, and caching.

Tarofrontendmulti-platform
0 likes · 23 min read
Unifying JD’s JinxI Home Page Across H5, Mini‑Programs, and React‑Native with Taro
Bitu Technology
Bitu Technology
Nov 23, 2018 · Operations

Managing Multi‑Platform Releases at Tubi with Hubble: Challenges and Solutions

At Tubi, the Hubble release‑management platform was created to tackle the complexities of synchronizing and deploying code across more than a hundred devices, automating changelog generation, Slack notifications, test‑environment tracking, and CI performance reporting, thereby reducing manual overhead and accelerating multi‑platform iteration.

continuous integrationmulti-platformrelease-management
0 likes · 9 min read
Managing Multi‑Platform Releases at Tubi with Hubble: Challenges and Solutions
Aotu Lab
Aotu Lab
Nov 7, 2018 · Frontend Development

What’s New in Taro 1.1? Expanded Mini‑Program Support and UI Library Features

Taro 1.1 introduces Baidu and Alipay mini‑program support, new platform identifiers, UI‑library packaging capabilities, numerous bug fixes and API enhancements across WeChat, H5 and React Native, and opens a beta for mini‑program‑to‑Taro code conversion, with detailed commands and future plans.

TaroUI librarymini-program
0 likes · 9 min read
What’s New in Taro 1.1? Expanded Mini‑Program Support and UI Library Features
JD Tech
JD Tech
Aug 30, 2018 · Frontend Development

Introducing Taro UI: A Multi‑Platform UI Component Library for Taro

Taro UI is a multi‑end UI component library built by the Aotu Lab, offering easy installation, rich components, and seamless adaptation across WeChat mini‑programs, H5, and ReactNative, with detailed quick‑start instructions and code examples for developers.

DocumentationTaroUI components
0 likes · 5 min read
Introducing Taro UI: A Multi‑Platform UI Component Library for Taro
网易UEDC
网易UEDC
Dec 25, 2017 · Product Management

Designing an Effective E‑Commerce Marketing Flow: From Concept to Multi‑Platform Implementation

This article examines the end‑to‑end design of NetEase Yanxuan's marketing flow, covering its conceptual definition, background challenges, step‑by‑step UI/UX enhancements across web and mobile, promotion tool integration, price‑tag strategies, and multi‑device adaptation to boost conversion and user experience.

UXe‑commercemarketing design
0 likes · 10 min read
Designing an Effective E‑Commerce Marketing Flow: From Concept to Multi‑Platform Implementation
Taobao Frontend Technology
Taobao Frontend Technology
Feb 13, 2017 · Frontend Development

How Rax Is Revolutionizing Multi‑Platform Frontend Development

Rax, an open‑source React‑compatible framework launched by Alibaba, unifies web, Weex, and Node.js rendering through a driver architecture, offering a tiny bundle size, multi‑node support, and standardized APIs to enable developers to write once and run everywhere across mobile, web, and emerging platforms.

RaxReactmulti-platform
0 likes · 11 min read
How Rax Is Revolutionizing Multi‑Platform Frontend Development
Hulu Beijing
Hulu Beijing
Dec 4, 2015 · Backend Development

How Hulu Cut CDN Costs and Boosted Playback with MPEG‑DASH

Hulu adopted the MPEG‑DASH standard to unify video delivery across devices, dramatically lowering CDN expenses while enabling dynamic adaptation to user bandwidth and improving overall streaming quality, as detailed in a case study presented at the Top 100 Summit.

CDN optimizationCase StudyHulu
0 likes · 4 min read
How Hulu Cut CDN Costs and Boosted Playback with MPEG‑DASH
Suning Design
Suning Design
Apr 23, 2014 · Product Management

How to Conduct Efficient Multi‑Platform Usability Testing

When a product spans phones, tablets, PCs and web, traditional single‑platform usability testing falls short, so this guide explains the conditions, benefits, and step‑by‑step strategies for planning, executing, and reporting usability tests across multiple platforms simultaneously.

Testing StrategyUX Researchmulti-platform
0 likes · 9 min read
How to Conduct Efficient Multi‑Platform Usability Testing