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
Nov 29, 2021 · Backend Development

How to Build a Chat Screenshot Generator with Node.js and Canvas

This guide walks you through creating a Node.js tool that automatically generates chat screenshots with customizable themes, avatars, and text, complete with code snippets, size calculations, drawing functions, and integration into workflow tools like Alfred and macOS Shortcuts for instant clipboard copying.

AlfredAppleScriptAutomation
0 likes · 17 min read
How to Build a Chat Screenshot Generator with Node.js and Canvas
BaiPing Technology
BaiPing Technology
Nov 16, 2021 · Mobile Development

Mastering Deep Linking: Seamlessly Open Apps from H5 Pages

This article explains how to use deep linking techniques—including URL schemes, Universal Links, and App Links—to directly launch mobile apps from H5 pages, covering their workflows, configuration files, advantages, drawbacks, and practical integration tips for iOS, Android, and WeChat environments.

App LinksMobile DevelopmentURL Scheme
0 likes · 14 min read
Mastering Deep Linking: Seamlessly Open Apps from H5 Pages
BaiPing Technology
BaiPing Technology
Nov 8, 2021 · Frontend Development

How to Extend Markdown with Custom Syntax Using Marked.js

This article explains how to create personalized Markdown syntax using the Marked library, covering basic usage, the internal six‑step rendering process, lexical analysis with regex, and step‑by‑step implementation of custom block elements like an alcohol card and video embed.

Custom SyntaxMarkedParser
0 likes · 14 min read
How to Extend Markdown with Custom Syntax Using Marked.js
BaiPing Technology
BaiPing Technology
Sep 28, 2021 · Mobile Development

Master NFC Integration Across Android, iOS, and WeChat Mini Programs

This comprehensive guide explains what NFC is, compares it with other short‑range wireless technologies, and provides step‑by‑step tutorials for implementing NFC on Android, iOS, and WeChat mini‑programs, covering chip data writing, NDEF formatting, App Clip integration, and universal link handling.

AndroidNDEFNFC
0 likes · 16 min read
Master NFC Integration Across Android, iOS, and WeChat Mini Programs
BaiPing Technology
BaiPing Technology
Sep 22, 2021 · Mobile Development

Master CocoaPods: Complete Guide to iOS Dependency Management

This comprehensive tutorial explains how to use CocoaPods for iOS and macOS development, covering installation, project initialization, dependency management, podspec creation, private repository setup, version control, caching, and troubleshooting, enabling developers to efficiently manage third‑party libraries and create reusable modules.

CocoaPodsObjective‑CPrivate Pods
0 likes · 30 min read
Master CocoaPods: Complete Guide to iOS Dependency Management