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 StackDocker Swarm
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.

FrontendInjectSymbol
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