Tag

Push

1 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.

Machine LearningPusharchitecture
0 likes · 11 min read
Push Precision Recommendation System: Overview, Iteration, and Design
Ops Development Stories
Ops Development Stories
Aug 9, 2022 · Operations

How GitOps Powers Automated Deployments: Push vs Pull Strategies Explained

GitOps, introduced by WeaveWorks in 2017, treats application configurations as code stored in Git, enabling versioned, automated, and standardized deployments, with two main strategies—Push and Pull—each offering distinct advantages, and Zadig’s implementation showcases practical automation for code, environment, and service changes.

Continuous DeliveryDevOpsGitOps
0 likes · 6 min read
How GitOps Powers Automated Deployments: Push vs Pull Strategies Explained
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.

Pusharchitecturedistributed system
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.

FlutterNavigatorPush
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.

DevOpsGitGitHub
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.

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