Programming

Understanding OneKey Hardware Wallets

I recently needed to research hardware wallets for work. After looking at Ledger, I also wanted to understand OneKey, …

· 1 min
OneKeyHardware WalletCrypto Assets
Understanding Ledger Hardware Wallets

Understanding Ledger Hardware Wallets

Ledger /'ledʒər/ is a hardware wallet brand. I recently needed to verify the signing flow for a new blockchain, so I …

· 4 min
LedgerHardware WalletCrypto Assets

Hardware Requirements for Deploying Openclaw

A friend recently asked me: what kind of machine do you actually need to deploy OpenClaw (formerly ClawdBot)? Bottom …

· 2 min
Openclaw

OpenClaw MCP Setup Guide: How to Connect Third-Party Tools to Your AI Assistant

A complete OpenClaw MCP setup guide using MCPorter to connect tools like TAPD, Figma, and Exa, extending your AI …

· 1 min
AIOpenclawMCP

Using Tapd MCP

TAPD is used quite frequently at work, and I’ve recently been integrating MCP. Here, using Claude Code as an example, …

· 1 min
AITapdMCP
Complete Guide to Migrating Tencent Cloud Static Resources to Cloudflare R2

Complete Guide to Migrating Tencent Cloud Static Resources to Cloudflare R2

This article details how to migrate static resources from Tencent Cloud to Cloudflare R2, including using rclone for …

· 5 min
CloudflareR2CDNCloud Services

How to Use AI to Build a Full-Stack Project (Step-by-Step Guide)

How to leverage AI to build a complete front- and back-end project, with the exact tech stack I use.

· 1 min
AIFull stackTech stack

Automating WeChat Mini Program Deployment with miniprogram-ci

Every time I release a new version of my mini program to the preview environment, I need to: build the package => open …

· 3 min
WeChat Mini Programminiprogram-ci

Claude Code with Exa MCP

Current AI tools already have web search capabilities. For example, Claude Code under CC integrates web search …

· 3 min
ClaudeAIMCPDevelopment Tools

How to Use Web Scraper to Crawl Website Data (Step-by-Step Guide)

Web Scraper offers a paid cloud service, but the free browser extension is sufficient for most needs. While it's limited …

· 2 min
WebScraperWeb ScrapingData CollectionAI

Antigravity with Figma MCP Server

No need for lengthy explanations, just download and install from the official site. Google login is required. The free …

· 1 min
FigmaAntigravityMCP Server

Creating Claude Skills with Claude Code

Claude Skills allow AI to extend its capabilities. Recently, while developing WeChat Mini Programs, I noticed that …

· 2 min
ClaudeAI

Custom Slash Commands in Codex

1. Create a `prompts` folder in your user's home directory, not in the project directory.

· 1 min
CodexAI
Claude Pro Nigeria Low-Price Region Subscription Guide: Cheapest Way to Subscribe & Payment Tips

Claude Pro Nigeria Low-Price Region Subscription Guide: Cheapest Way to Subscribe & Payment Tips

A guide to subscribing to Claude Pro via Nigeria's low-price region - comparing Turkey vs Nigeria pricing, registration …

· 3 min
AIClaude ProClaudeClaude Code

Claude Pro Nigeria Low-Price Region Subscription Guide: Cheapest Way to Subscribe & Payment Tips

A guide to subscribing to Claude Pro via Nigeria's low-price region - comparing Turkey vs Nigeria pricing, registration …

· 3 min
AIClaude ProClaudeClaude Code

How to Use the Gemini CLI (Step-by-Step Guide)

A guide on how to install and configure the Gemini CLI, including the Figma MCP extension.

· 1 min
GeminiFigmaMCP

CodeTracker: A WakaTime Client for WeChat Mini Programs

CodeTracker is a mobile client for WakaTime. It fetches data from the official WakaTime API, so you'll need an active …

· 2 min
WakatimeCodeTrackerWeChat Mini Program

Implementing Email Notifications for Waline Comments

I decided to set up notifications for my Waline comment system to ensure timely responses. While options like WeChat and …

· 2 min
BlogWaline

Custom Slash Commands in Claude Code

You can define custom shortcuts in Claude Code by adding Markdown files to the `.claude/commands/` directory. This guide …

· 2 min
Claude CodeSlash CommandsAI

Guide to Using Claude Code with Codex

Claude Code is my primary tool, but its restrictive quotas often force me to seek alternatives. While DeepSeek is …

· 2 min
Claude CodeCodexAI

Integrating Codex with Figma MCP Server

While Claude Code (cc) is great with Figma MCP, its weekly quota can be restrictive. As a GPT Plus subscriber, I …

· 2 min
CodexFigmaMCP

How to Use Claude Code with the Figma MCP Server (Step-by-Step Guide)

Figma has released an official MCP server, enabling AI to understand design files. This guide explains how to integrate …

· 2 min
Claude CodeFigmaMCP

Generating gRPC Web and gRPC SDK from Protocol Buffers

First, the code generated for gRPC and gRPC-web from Protocol Buffers is different. Therefore, different plugins must be …

· 1 min
grpcgrpc-webprotobuf

How to Use Chrome DevTools MCP in the Claude Desktop App (Step-by-Step Guide)

Google has released an official Chrome DevTools MCP tool, enabling AI to interact with browser features. This guide …

· 2 min
ClaudeMCPAIChrome

Investigation into Web Clipboard Copying Failures

In an IP-based URL environment, the Copy component fails when an element is in full-screen mode.

· 2 min
JavaScriptFrontend