BaiPing Technology
Author

BaiPing Technology

Official account of the BaiPing app technology team. Dedicated to enhancing human productivity through technology. | DRINK FOR FUN!

38
Articles
0
Likes
38
Views
0
Comments
Recent Articles

Latest from BaiPing Technology

38 recent articles
BaiPing Technology
BaiPing Technology
Aug 1, 2022 · Cloud Native

Master Docker Swarm: From Init to Portainer UI Management

This guide walks you through Docker Swarm fundamentals, core concepts like init, nodes, managers, workers, services, configs, and secrets, shows how to define multi‑service applications with Docker Compose, deploy them via Docker stack, and manage the cluster visually using Portainer.

Cloud NativeDocker ComposeDocker Stack
0 likes · 11 min read
Master Docker Swarm: From Init to Portainer UI Management
BaiPing Technology
BaiPing Technology
Jul 11, 2022 · Frontend Development

When Vue 3 Provide/Inject Fails: Key Insights and Fixes

This article explains how Vue 3's provide/inject mechanism works, demonstrates proper usage with strings, refs, and Symbols, analyzes why injected data may be unavailable across applications, and offers practical solutions such as using Symbol.for and application‑level provides.

InjectSymbolVue.js
0 likes · 11 min read
When Vue 3 Provide/Inject Fails: Key Insights and Fixes
BaiPing Technology
BaiPing Technology
May 24, 2022 · Frontend Development

Why Vue 3 Lifecycle Hooks Fail in Async Setup and How to Fix Them

This article explains the restrictions of using Vue 3 Composition API lifecycle hooks inside asynchronous setup code, demonstrates the warning Vue emits, and shows how the framework links hooks to component instances through its source code, offering a safe way to inject hooks asynchronously.

Async SetupComposition APIlifecycle hooks
0 likes · 13 min read
Why Vue 3 Lifecycle Hooks Fail in Async Setup and How to Fix Them
BaiPing Technology
BaiPing Technology
May 16, 2022 · Backend Development

Master API Resource Naming: Best Practices for Consistent Backend Design

This article explains Google’s API design guidelines for resource naming, covering uniqueness, URI path formatting, collection identifiers, ID constraints, full and relative names, and how to annotate fields in protobuf messages for clear, consistent backend APIs.

Backend DevelopmentGoogle AIPapi-design
0 likes · 14 min read
Master API Resource Naming: Best Practices for Consistent Backend Design
BaiPing Technology
BaiPing Technology
May 9, 2022 · Frontend Development

How We Built a Low‑Code Page Builder for the 百瓶 App: Lessons & Architecture

This article details the motivation, design decisions, architecture, and practical outcomes of creating a low‑code page‑building platform for the 百瓶 app, highlighting challenges in traditional development, the benefits of free layout, data and behavior centers, and future roadmap considerations.

Data centerVisual Editorbehavior engine
0 likes · 18 min read
How We Built a Low‑Code Page Builder for the 百瓶 App: Lessons & Architecture