Leon's Insights
HomeArticlesAI HubArchiveTagsLinksAbout
Leon's Insights

Technical posts focused on deployment, troubleshooting, and development practice.

Quick Links

  • Articles
  • Categories
  • Tags
  • About

Focus Areas

  • AI
  • Engineering / Web
  • Digital Life

© 2024 - 2026 Leon's Insights. All rights reserved.

Notes are kept to move further.

Powered by Cloudflare
Back to Articles

Articles

8 articles

Articles

Cloudflare Worker Cron Watchdog: SPOF Fix and Automatic DNS Failover for the Vercel Proxy Architecture

The third-party CNAME node pool in the optimized proxy setup is a hidden single point of failure (SPOF). This guide implements a zero-cost watchdog using Cloudflare Worker Cron Triggers: Google DoH serves as an external probe to monitor upstream health, with automatic DNS failover and recovery between the optimized CNAME and CF official IPs.

March 7, 2026
6 min read
CloudflareWorker
+5
Read article
Articles

Cloudflare for SaaS + Worker: Optimal IP Routing and Edge Cache Proxy for Vercel

A practical guide on using Cloudflare for SaaS combined with Workers to solve Vercel's high latency and connection reset issues in mainland China. Build a centralized Worker routing hub to achieve multi-project domain dispatch, optimized IP ingress, and edge-node static asset caching.

March 6, 2026
7 min read
2 views
VercelCloudflare+5
Read article
Articles

Building a Cloudflare R2 Image Hosting: Complete Guide for Next.js Blogs

A practical guide documenting the complete process of implementing Cloudflare R2 as an image hosting solution for blogs, including automated upload scripts and best practices.

February 2, 2026
7 min read
CloudflareR2+3
Read article
Articles

Chrome Translate Caused React Hydration Errors — Diagnosis and Mitigation

How Chrome's built-in page translation can mutate the DOM, causing React hydration/runtime errors — investigation, mitigations we tried, and recommended approach.

January 31, 2026
5 min read
ReactInternationalization+2
Read article
Articles

Building a Personal Touch - How I Added Typewriter Effects and Smooth Animations to My Blog

Transforming a generic "Tech Blog" into "Leon's Insights" with smooth typewriter effects and performance-optimized animations. A complete guide to adding personality to your Next.js blog while maintaining optimal performance.

January 31, 2026
7 min read
TypeScriptReact+3
Read article
Articles

Complete Guide - Configuring Cloudflare Preferred IP Nodes on an IPv6 VPS

A comprehensive guide on how to set up a node supporting Cloudflare's preferred IP using Yongge's script on a Hax IPv6 Only VPS. This guide addresses three major issues - inability to download, missing environment, and failed certificate application.

January 31, 2026
5 min read
IPv6Cloudflare+3
Read article
Articles

NAT VPS Optimal Node Setup

Ultimate Guide: German NAT VPS / IPv6 Only Setup (Argo Tunnel + WARP + BBR) This guide will walk you through building a high-performance node on a German LXC NAT VPS (or IPv6-only VPS) using

January 29, 2026
6 min read
v2rayclash+2
Read article
Articles

Enterprise AI Adoption Strategy Analysis

Research Background In today’s digital era, enterprises face a strategic crossroads in adopting AI. Some organizations embrace AI aggressively, focusing on automation and innovation; others take

January 17, 2026
11 min read
AI StrategyOrganizational Management+3
Read article