Tag

push

0 views collected around this technical thread.

HomeTech
HomeTech
Aug 2, 2023 · Artificial Intelligence

Push Precision Recommendation System: Overview, Iteration, and Design

This article presents a comprehensive overview of the push precision recommendation system, detailing its data processing pipeline, machine‑learning‑driven algorithms, modular architecture—including offline, near‑real‑time, and push layers—and subsequent system iterations, optimizations, visual monitoring platforms, and future development directions.

Big Dataarchitecturemachine learning
0 likes · 11 min read
Push Precision Recommendation System: Overview, Iteration, and Design
Top Architect
Top Architect
Dec 6, 2021 · Backend Development

Design and Evolution of Baidu Short‑Video Push System

This article details the architecture, data flow, module responsibilities, and successive optimizations of Baidu's short‑video push system, covering personalized timing estimation, user‑group management, frequency‑control redesign, and protobuf‑based compression to handle billion‑scale traffic efficiently.

architecturedistributed systemfrequency control
0 likes · 16 min read
Design and Evolution of Baidu Short‑Video Push System
Beike Product & Technology
Beike Product & Technology
Nov 25, 2021 · Mobile Development

Using Navigator for Local Page Switching in Flutter: Implementation, Issues, and Solutions

This article explains how to implement local page switching in Flutter using the Navigator widget, examines its internal architecture, and addresses common problems such as animation glitches, incorrect pop/push behavior, and back‑button handling, providing practical code‑based solutions and best‑practice recommendations.

FlutterNavigatoranimation
0 likes · 11 min read
Using Navigator for Local Page Switching in Flutter: Implementation, Issues, and Solutions
Wukong Talks Architecture
Wukong Talks Architecture
Aug 10, 2020 · Operations

How to Set Up and Push to Two Remote Git Repositories (GitHub and Gitee)

This guide explains how to create identical repositories on GitHub and Gitee, clone them locally, replace the default remote, add both remotes, and push code to each, while also covering common authentication and push‑rejection issues.

DevOpsGitHubGitee
0 likes · 5 min read
How to Set Up and Push to Two Remote Git Repositories (GitHub and Gitee)
DevOps
DevOps
Jan 21, 2018 · Fundamentals

Git Workflow: Branch Creation, Committing, and Pushing Changes

This article introduces the basic Git workflow for enterprise developers, covering branch creation, committing changes, and pushing branches to a central repository, with step-by-step command examples and explanations of staging, status, and branch management.

Version ControlWorkflowbranching
0 likes · 11 min read
Git Workflow: Branch Creation, Committing, and Pushing Changes