Tag

Subscription

0 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Nov 18, 2024 · Frontend Development

Technical Design of General Capabilities for Taobao Playground New‑User Activity

The design outlines reusable Taobao Playground capabilities—event messaging via mx, unified popup/announcement delivery, subscription management, a modular task system, and reusable animation components—enabling rapid development of short‑term new‑user activities while maintaining a scalable, maintainable codebase.

EventSystemReactSubscription
0 likes · 13 min read
Technical Design of General Capabilities for Taobao Playground New‑User Activity
Architecture Digest
Architecture Digest
Mar 24, 2024 · Cloud Native

Docker Reverses Paid Team Policy and Restores Free Team Subscription After Community Backlash

After notifying Docker Hub organization users that their images would be deleted unless they upgraded to a $420 annual paid team plan, Docker issued multiple apologies, withdrew the policy, reinstated the Free Team tier, offered refunds, and encouraged eligible open‑source projects to apply for sponsorship.

DockerOpen-sourceSubscription
0 likes · 4 min read
Docker Reverses Paid Team Policy and Restores Free Team Subscription After Community Backlash
Selected Java Interview Questions
Selected Java Interview Questions
Jul 18, 2023 · Backend Development

Understanding Reactive Streams: Data Flow, Backpressure, and Core Interfaces

This article explains the concept of data streams, compares pull and push processing models, discusses flow‑control and backpressure mechanisms, evaluates queue choices, and details the core Reactive Streams interfaces (Publisher, Subscriber, Subscription) with example code and references to popular libraries.

Data FlowPublisherReactive Streams
0 likes · 7 min read
Understanding Reactive Streams: Data Flow, Backpressure, and Core Interfaces
Architecture Digest
Architecture Digest
Jul 11, 2023 · Operations

Oracle's Controversial Java SE Subscription Policy and Its Impact on Enterprises

Oracle's recent shift to a subscription-based Java SE licensing model, featuring employee‑count pricing tiers and aggressive email outreach, has sparked widespread concern among enterprises, prompting costly compliance challenges, discussions of alternative OpenJDK adoption, and calls for careful negotiation with Oracle.

JavaOpenJDKOracle
0 likes · 8 min read
Oracle's Controversial Java SE Subscription Policy and Its Impact on Enterprises
php中文网 Courses
php中文网 Courses
Nov 8, 2022 · Backend Development

Implementing iOS In‑App Purchase Subscription Verification and Renewal Handling in PHP

This article walks through the server‑side implementation of iOS In‑App Purchase (IAP) subscription verification, order creation, and automatic renewal handling using PHP, including detailed code for receipt validation, sandbox/production switching, and processing Apple server notifications.

AppleIn-App PurchasePHP
0 likes · 7 min read
Implementing iOS In‑App Purchase Subscription Verification and Renewal Handling in PHP
360 Smart Cloud
360 Smart Cloud
Apr 30, 2021 · Backend Development

Routing and Distribution Layers in EMQX 3.0: Architecture and Implementation Details

This article explains how EMQX 3.0 maintains routing and distribution layers, detailing the subscriber tables, shared‑subscription handling, topic‑trie structures, route look‑ups, and the Erlang code that drives message matching and dispatch across a clustered broker.

EMQXErlangMessage Broker
0 likes · 10 min read
Routing and Distribution Layers in EMQX 3.0: Architecture and Implementation Details
37 Interactive Technology Team
37 Interactive Technology Team
Dec 13, 2019 · Game Development

Guide to Apple In-App Purchase Integration for Game SDK Development

This guide walks game SDK developers through Apple’s In‑App Purchase integration, detailing product types, the three‑step purchase flow, receipt acquisition and server‑side verification, order binding and retry mechanisms, duplicate handling, subscription restoration, and comprehensive error handling to ensure reliable revenue management.

Apple IAPGame developmentIn-App Purchase
0 likes · 10 min read
Guide to Apple In-App Purchase Integration for Game SDK Development
Architecture Digest
Architecture Digest
Jul 14, 2016 · Backend Development

Design and Implementation of a Message/Notification System

This article outlines the concepts, classifications, and detailed backend design of a message/notification system, including architecture, database schemas, subscription mechanisms, push/pull strategies, and service-layer APIs for creating, pulling, and managing announcements, reminders, and messages.

Message QueueSubscriptionbackend
0 likes · 13 min read
Design and Implementation of a Message/Notification System