Tagged articles
360 articles
Page 2 of 4
JD Retail Technology
JD Retail Technology
Dec 20, 2023 · Frontend Development

JD Shopping Mini Program Performance Optimization: Practices and Results

This article details how JD Shopping mini program improved launch speed and user retention by applying code‑splitting, asynchronous sub‑packages, lazy component injection, reduced synchronous API calls, first‑screen rendering tricks, data prefetching, caching, and smarter version release strategies.

Code SplittingLoading SpeedMini Program
0 likes · 10 min read
JD Shopping Mini Program Performance Optimization: Practices and Results
Python Programming Learning Circle
Python Programming Learning Circle
Dec 19, 2023 · Artificial Intelligence

Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights

This tutorial demonstrates how to use Python libraries such as itchat, jieba, matplotlib, snownlp, and Tencent Youtu SDK to collect WeChat friend information and perform data analysis on gender distribution, avatar characteristics, signature sentiment, and geographic location, presenting the results with charts and word clouds.

Sentiment AnalysisWeChatdata-analysis
0 likes · 14 min read
Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights
StarRocks
StarRocks
Dec 19, 2023 · Big Data

How WeChat Achieved Sub‑Second Real‑Time Analytics with StarRocks Lakehouse

WeChat transformed its data platform from Hadoop and ClickHouse to a StarRocks‑based lakehouse, tackling massive data volume, ultra‑low latency, and storage fragmentation by deploying lake‑on‑warehouse and warehouse‑lake fusion architectures, real‑time incremental materialized views, and unified SQL access, resulting in dramatic cost cuts and performance gains.

Big DataLakehouseStarRocks
0 likes · 15 min read
How WeChat Achieved Sub‑Second Real‑Time Analytics with StarRocks Lakehouse
JD Retail Technology
JD Retail Technology
Nov 10, 2023 · Operations

How RPA Powers 24/7 WeChat Smart Customer Service for E‑commerce Ops

Facing rapid business growth and limited after‑sales resources, a company built an RPA‑driven intelligent WeChat customer service that monitors hundreds of groups, dynamically routes queries to a knowledge base or human agents, and operates 24/7 to improve response speed and reduce workload.

Customer Service AutomationEnterprise MessagingKnowledge Base
0 likes · 6 min read
How RPA Powers 24/7 WeChat Smart Customer Service for E‑commerce Ops
Su San Talks Tech
Su San Talks Tech
Nov 2, 2023 · Backend Development

How WeChat Powers Group Chats and Red Packets: Inside the Backend Architecture

This article dissects the design of WeChat's group chat system, covering functional and non‑functional requirements, high‑level component architecture, database schemas, face‑to‑face group creation, real‑time messaging, red‑packet algorithms, and Go code implementation, revealing how massive concurrency, performance, and storage challenges are solved.

Backend ArchitectureGoSystem Design
0 likes · 22 min read
How WeChat Powers Group Chats and Red Packets: Inside the Backend Architecture
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2023 · Backend Development

Implementing a WeChat Message Anti‑Recall Feature Using Python and itchat

This tutorial demonstrates how to use Python's built‑in modules together with the third‑party itchat library to monitor, capture, and resend WeChat messages that have been withdrawn, providing step‑by‑step code and explanations for installing dependencies, handling different message types, and running the script on various operating systems.

AutomationPythonWeChat
0 likes · 6 min read
Implementing a WeChat Message Anti‑Recall Feature Using Python and itchat
php Courses
php Courses
Nov 1, 2023 · Backend Development

Improving WeChat Mini Program User Experience with PHP: Asynchronous Requests, Data Caching, and Image Optimization

To boost the performance and user experience of WeChat Mini Programs, this guide demonstrates PHP techniques including asynchronous API calls, Redis-based data caching, and image optimization with the GD library, providing practical code examples for faster page loads and smoother interactions.

AsyncImageOptimizationPHP
0 likes · 4 min read
Improving WeChat Mini Program User Experience with PHP: Asynchronous Requests, Data Caching, and Image Optimization
php Courses
php Courses
Oct 26, 2023 · Backend Development

Developing a WeChat Public Account Personal Center with PHP

This article explains how to build a personal center for a WeChat public account using PHP, covering database table creation, retrieving user information via WeChat authorization, storing data, and rendering a user profile page with sample code snippets.

Backend DevelopmentPHPPersonal Center
0 likes · 4 min read
Developing a WeChat Public Account Personal Center with PHP
Open Source Linux
Open Source Linux
Sep 27, 2023 · Information Security

How Companies Spy on Your WeChat Chats and How to Defend Your Privacy

Despite modern privacy expectations, many companies in 2023 still monitor employees' chat records using root‑level management software and network interception, exposing personal WeChat conversations; this article explains the surveillance methods, real‑world examples, and practical steps employees can take to protect their privacy.

WeChatcompany policiesdesktop surveillance
0 likes · 5 min read
How Companies Spy on Your WeChat Chats and How to Defend Your Privacy
Laravel Tech Community
Laravel Tech Community
Sep 14, 2023 · Backend Development

Implementing WeChat OAuth Login with PHP

This article explains how to implement WeChat OAuth login in a PHP web application, detailing required prerequisites, the authorization flow with URL endpoints, and providing a complete PHP function that exchanges the code for an access token, refreshes it if needed, and retrieves the user's nickname and avatar for storage.

OAuthPHPWeChat
0 likes · 5 min read
Implementing WeChat OAuth Login with PHP
Architect's Guide
Architect's Guide
Jul 28, 2023 · Information Security

OAuth 2.0 Overview, Authorization Modes, and Implementation for GitHub, QQ, and WeChat Login

This article provides a comprehensive introduction to OAuth 2.0, its core concepts, advantages and disadvantages, details four authorization flows, and presents step‑by‑step Java Spring Boot implementations for GitHub, QQ, and WeChat third‑party login, including database design considerations and code examples.

AuthenticationGitHubJava
0 likes · 21 min read
OAuth 2.0 Overview, Authorization Modes, and Implementation for GitHub, QQ, and WeChat Login
JD Retail Technology
JD Retail Technology
Jul 25, 2023 · Frontend Development

How JD’s Low‑Code Platform Transforms Mini‑Program Development

The article examines JD’s low‑code development platform for WeChat mini‑programs, detailing its visual DSL, architecture, layered iOC design, feature set—including drag‑and‑drop canvas, UI components, data binding, and ChatGPT integration—while discussing trade‑offs between generic versus vertical solutions and the platform’s configuration principles.

JDMini ProgramWeChat
0 likes · 18 min read
How JD’s Low‑Code Platform Transforms Mini‑Program Development
Su San Talks Tech
Su San Talks Tech
Jul 3, 2023 · Backend Development

How to Implement WeChat Public Account QR Code Login with Phone Binding

This guide walks you through the complete backend workflow, from preparing a verified WeChat service account and configuring server settings to generating parameterized QR codes, polling user status, handling follow and scan events, and binding phone numbers for seamless automatic login.

APIQR codeWeChat
0 likes · 9 min read
How to Implement WeChat Public Account QR Code Login with Phone Binding
Architect
Architect
Jun 23, 2023 · Big Data

Optimizing Query Performance in WeChat's Multi‑Dimensional Monitoring Platform

This article details how the WeChat multi‑dimensional monitoring platform reduced average query latency from over 1000 ms to around 100 ms by analyzing user query patterns, redesigning the Druid data layer, splitting sub‑queries, introducing Redis caching, and employing sub‑dimension tables, achieving cache hit rates above 85%.

DruidWeChatmonitoring
0 likes · 13 min read
Optimizing Query Performance in WeChat's Multi‑Dimensional Monitoring Platform
Tencent Cloud Developer
Tencent Cloud Developer
May 31, 2023 · Big Data

Performance Optimization of WeChat's Multi‑Dimensional Monitoring Platform

By analyzing that most queries were time‑series and older than a day, the WeChat monitoring team split large Druid queries into per‑day/hour sub‑queries, introduced a multi‑granularity Redis cache and sub‑dimension tables, boosting cache hits above 85 % and cutting average latency from over 1000 ms to about 140 ms while reducing Druid load to roughly 10 % of its original volume.

DruidWeChatcaching
0 likes · 13 min read
Performance Optimization of WeChat's Multi‑Dimensional Monitoring Platform
Programmer DD
Programmer DD
May 12, 2023 · Artificial Intelligence

Integrate ChatGPT & Stable Diffusion into Your WeChat App in 1 Minute

This tutorial shows how to quickly integrate ChatGPT and Stable Diffusion AIGC models into a WeChat public account or mini‑program using the AIGCaaS platform, covering registration, API Explorer usage, code customization, asynchronous handling, and deployment with Python Flask.

AIGCChatGPTFlask
0 likes · 13 min read
Integrate ChatGPT & Stable Diffusion into Your WeChat App in 1 Minute
IT Services Circle
IT Services Circle
Apr 25, 2023 · Information Security

WeChat Crash via Malformed QR Code: Technical Analysis and Reproduction

Researchers discovered that a specially crafted QR code triggers a memory leak in WeChat’s OCR engine, causing the app to crash on both mobile and desktop platforms; the article explains the underlying bug, provides detailed decoding analysis, and shares Python code to reproduce the malformed QR code.

OpenCVPythonQR code
0 likes · 8 min read
WeChat Crash via Malformed QR Code: Technical Analysis and Reproduction
Programmer DD
Programmer DD
Apr 25, 2023 · Artificial Intelligence

Why a Single QR Code Crashes WeChat: Inside the Memory Leak Bug

An unusual QR code triggers a memory‑leak in WeChat’s OCR engine, causing the app to crash on both mobile and desktop; the article explains the underlying null‑pointer exception, shows how the malformed “abnormal QR code” corrupts libqbar.so, and provides Python code to reproduce the bug using OpenCV’s open‑source QR engine.

CrashOpenCVPython
0 likes · 9 min read
Why a Single QR Code Crashes WeChat: Inside the Memory Leak Bug
Tencent Cloud Developer
Tencent Cloud Developer
Apr 3, 2023 · Mobile Development

Android Accessibility Framework for WeChat: Design, Implementation, and Walk‑through Tools

WeChat’s Android accessibility framework abstracts common perceivable, operable, and understandable requirements into reusable rules, automatically enlarges touch targets, generates unified content descriptions, and includes a walk‑through verification service, enabling developers to efficiently implement scalable accessibility features for millions of visually or hearing‑impaired users.

Accessibility FrameworkAccessibilityServiceAndroid
0 likes · 16 min read
Android Accessibility Framework for WeChat: Design, Implementation, and Walk‑through Tools
Python Programming Learning Circle
Python Programming Learning Circle
Mar 21, 2023 · Artificial Intelligence

Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights

This tutorial demonstrates how to use Python libraries such as itchat, jieba, matplotlib, SnowNLP, and Tencent Youtu SDK to collect WeChat friend information and perform data analysis on gender distribution, avatar characteristics, signature text (including word‑cloud and sentiment analysis), and geographic location, presenting the results with visual charts and maps.

NLPWeChatdata-analysis
0 likes · 14 min read
Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights
Ctrip Technology
Ctrip Technology
Mar 16, 2023 · Operations

Ctrip Mini-Program Automated Error Warning Solution

Ctrip’s automated error warning solution for its WeChat mini‑programs provides a comprehensive pipeline that injects build IDs, collects runtime errors via SDK, maps them with source maps, aggregates data in an APM MySQL store, and delivers real‑time alerts across development, testing, and production stages.

AlertingCtripWeChat
0 likes · 12 min read
Ctrip Mini-Program Automated Error Warning Solution
Huolala Tech
Huolala Tech
Feb 28, 2023 · Frontend Development

Reduce WeChat Mini Program Main Package by 25% with Split‑Package Async

Facing a near‑2 MB main bundle limit in the Huolala WeChat mini‑program, this guide analyzes the code dependencies, outlines four official size‑optimization strategies, and presents two practical solutions—split‑package async and split‑package plugin async—demonstrating how to shrink the main package from 1.83 MB to 1.36 MB while ensuring compatibility with the required base library version.

Mini ProgramWeChatcode size
0 likes · 12 min read
Reduce WeChat Mini Program Main Package by 25% with Split‑Package Async
Tencent Cloud Developer
Tencent Cloud Developer
Feb 20, 2023 · Mobile Development

iOS WeChat Full-Text Search Technology Upgrade: Selection and Optimization

iOS WeChat’s full‑text search was upgraded by selecting SQLite FTS5, creating a VerbatimTokenizer with multi‑level delimiter support, optimizing table formats to cut index size by 30 %, improving batch index updates and parallel search logic, resulting in 40‑60 % faster query latency.

Database OptimizationFull‑Text SearchIndex Optimization
0 likes · 26 min read
iOS WeChat Full-Text Search Technology Upgrade: Selection and Optimization
Tencent Cloud Developer
Tencent Cloud Developer
Jan 10, 2023 · Backend Development

Overload Protection Strategies in WeChat's Large‑Scale Microservices

WeChat safeguards its billion‑user microservice platform by detecting overload when average queue wait exceeds 20 ms and applying a two‑dimensional priority system—business and hourly‑hashed user priorities—adjusted via histogram‑based admission controls and upstream back‑pressure, ensuring stable service during massive traffic spikes.

Backend EngineeringMicroservicesPriority Scheduling
0 likes · 12 min read
Overload Protection Strategies in WeChat's Large‑Scale Microservices
21CTO
21CTO
Jan 7, 2023 · Big Data

How WeChat’s WeAnalysis Powers Scalable User Segmentation with Big Data Architecture

This article explains the design and implementation of WeChat's WeAnalysis image system, covering its basic tag and user‑group modules, multi‑source data ingestion, ETL processing, storage choices such as TDSQL and ClickHouse, bitmap handling, query performance, and service APIs for flexible, high‑performance user segmentation.

ClickHouseData AnalyticsSpark
0 likes · 20 min read
How WeChat’s WeAnalysis Powers Scalable User Segmentation with Big Data Architecture
KooFE Frontend Team
KooFE Frontend Team
Dec 18, 2022 · Backend Development

How to Build a WeChat Bridge API for Login Using Node.js & TypeScript

This guide explains how to create a bridge API that enables login and message interaction with WeChat by reverse‑engineering client and server protocols, covering UUID acquisition, QR code handling, login status polling, cookie management, and data initialization using Node.js, TypeScript, and Axios.

Bridge APINode.jsTypeScript
0 likes · 19 min read
How to Build a WeChat Bridge API for Login Using Node.js & TypeScript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 28, 2022 · Mobile Development

Implementing a WeChat Zombie‑Friend Detection Tool Using Android AccessibilityService

This article walks through building an Android AccessibilityService‑based tool that automatically detects WeChat contacts who have deleted or blocked you by using a fake‑transfer method, handling UI events, launching WeChat, and employing Kotlin code snippets for node navigation and gesture simulation.

AccessibilityServiceAndroidAutomation
0 likes · 16 min read
Implementing a WeChat Zombie‑Friend Detection Tool Using Android AccessibilityService
IT Services Circle
IT Services Circle
Sep 19, 2022 · Frontend Development

12 Notable Open‑Source WeChat Mini‑Program Projects for Developers

This article presents a curated collection of twelve noteworthy open‑source WeChat mini‑program projects—including e‑commerce, UI component libraries, music, library, and development frameworks—detailing their main features, GitHub stars, and links to help developers explore and learn from real‑world examples.

JavaScriptMiniProgramOpenSource
0 likes · 10 min read
12 Notable Open‑Source WeChat Mini‑Program Projects for Developers
ITPUB
ITPUB
Aug 18, 2022 · Operations

How WeChat Keeps Billions of Requests Stable: Overload Control Strategies for Massive Microservices

This article breaks down WeChat’s 2018 overload control system for massive microservices, explaining the problem of service overload, detection via average waiting time, and a multi‑level priority‑based mitigation strategy that dynamically adjusts admission thresholds to keep billions of daily requests stable.

MicroservicesPriority SchedulingWeChat
0 likes · 12 min read
How WeChat Keeps Billions of Requests Stable: Overload Control Strategies for Massive Microservices
WeChat Backend Team
WeChat Backend Team
Aug 5, 2022 · Artificial Intelligence

How WeChat’s Ekko Achieves Ultra‑Low‑Latency Model Updates for Billion‑User Recommendations

At the 16th OSDI conference, Tencent’s WeChat team presented the award‑winning Ekko system—a groundbreaking, ultra‑low‑latency model‑update solution for massive recommendation workloads that dramatically speeds up updates, supports over a trillion‑scale models, and has already boosted user engagement across billions of daily users.

Low latencyModel UpdateRecommendation Systems
0 likes · 5 min read
How WeChat’s Ekko Achieves Ultra‑Low‑Latency Model Updates for Billion‑User Recommendations
Selected Java Interview Questions
Selected Java Interview Questions
Jul 22, 2022 · Backend Development

WeChat Open Platform QR Code Login Integration with Spring Boot

This article explains how to implement WeChat QR code login using OAuth2.0 in a Spring Boot backend, detailing the authorization flow, required configuration, code examples for obtaining access tokens, user authentication, Spring AOP login verification, and exception handling to securely integrate WeChat login into a Java application.

OAuth2QR loginSecurity
0 likes · 11 min read
WeChat Open Platform QR Code Login Integration with Spring Boot
Laravel Tech Community
Laravel Tech Community
Jul 14, 2022 · Information Security

Understanding WeChat Chat Security, Encryption Mechanisms, and Potential Monitoring Risks

The article explains how WeChat aims to protect chat content through asymmetric key exchange and symmetric encryption, discusses why network monitoring alone cannot capture messages, and warns about other threats such as monitoring software, system vulnerabilities, and private‑key compromise that can expose communications.

WeChatchat securityinformation security
0 likes · 9 min read
Understanding WeChat Chat Security, Encryption Mechanisms, and Potential Monitoring Risks
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2022 · Backend Development

How to Automate 10,000 Video‑Channel Posts with Python and OCR for Massive Traffic

This guide shows how to use Python to scrape high‑quality chat screenshots, apply OCR, generate silent chat videos, batch‑download matching audio from short‑video platforms, and combine them into thousands of unique WeChat Video Channel clips, leveraging volume to outsmart recommendation algorithms and boost traffic.

AutomationOCRPython
0 likes · 11 min read
How to Automate 10,000 Video‑Channel Posts with Python and OCR for Massive Traffic
MaGe Linux Operations
MaGe Linux Operations
Jun 29, 2022 · Fundamentals

Analyzing Your WeChat Friends with Python: Gender, Avatar, Signature & Location

This tutorial shows how to use Python libraries such as itchat, jieba, matplotlib, snownlp, and Tencent Youtu to fetch WeChat friend data and then visualize gender distribution, detect face usage in avatars, generate word clouds and sentiment analysis for signatures, and export location information for mapping.

Face DetectionPythonSentiment Analysis
0 likes · 15 min read
Analyzing Your WeChat Friends with Python: Gender, Avatar, Signature & Location
Java High-Performance Architecture
Java High-Performance Architecture
Jun 14, 2022 · Backend Development

How WeChat Handled 100 Billion Red Packet Requests During the Spring Festival Gala

This article explains how WeChat engineered a high‑concurrency backend to support billions of shake‑to‑receive red‑packet requests during the Spring Festival Gala, detailing the prototype system, challenges, iterative solutions, and the final production version that processed over 110 billion shakes with peak loads of 14 million requests per second.

Backend ArchitectureLoad TestingWeChat
0 likes · 18 min read
How WeChat Handled 100 Billion Red Packet Requests During the Spring Festival Gala
Java Architect Essentials
Java Architect Essentials
May 4, 2022 · Backend Development

Implementing WeChat QR Code Login with Spring Boot and OAuth2

This article explains how to integrate WeChat QR code login using OAuth2.0 in a Spring Boot backend, covering the authorization flow, required configuration, Java code examples for obtaining the code and access token, user login handling, and AOP-based login verification.

OAuth2QR codeSpring Boot
0 likes · 13 min read
Implementing WeChat QR Code Login with Spring Boot and OAuth2
Java Captain
Java Captain
Mar 11, 2022 · Game Development

Werewolf Game Mini‑Program Project Overview and Implementation Guide

This article presents a comprehensive walkthrough of a Werewolf tabletop game mini‑program, detailing project features, role descriptions, UI design, and providing full front‑end code for the home page, role selection, and gameplay screens, along with visual screenshots and download links.

Game DevelopmentMiniProgramWeChat
0 likes · 5 min read
Werewolf Game Mini‑Program Project Overview and Implementation Guide
Architecture Digest
Architecture Digest
Mar 1, 2022 · Backend Development

Implementing and Testing a High‑Throughput WeChat Red‑Packet System: 1M Connections and Up to 60k QPS

This article details a practical reproduction of a large‑scale WeChat red‑packet service, describing the design goals, hardware and software setup, concurrency architecture, monitoring tools, and performance results that demonstrate a single‑machine handling one million connections and up to sixty thousand queries per second.

Distributed SystemsGoQPS
0 likes · 17 min read
Implementing and Testing a High‑Throughput WeChat Red‑Packet System: 1M Connections and Up to 60k QPS
21CTO
21CTO
Feb 18, 2022 · Frontend Development

Why Browser Versions Are Jumping to 100 and What It Means for Developers

The article reports that WeChat’s departments are testing a 10‑am to 6‑pm workweek, Mozilla is seeking new revenue after its browser market share fell, and both Chrome and Firefox are preparing to release version 100, prompting developers to update User‑Agent parsing.

MozillaUser-AgentWeChat
0 likes · 5 min read
Why Browser Versions Are Jumping to 100 and What It Means for Developers
php Courses
php Courses
Feb 17, 2022 · Backend Development

How to Retrieve Published Articles from the WeChat Public Platform Using PHP

This article explains how to use the WeChat public platform's material management API to automatically retrieve published article content and sync it to a website, covering access token acquisition, API request details, PHP code examples, required database setup, and parameter explanations.

APIAccessTokenWeChat
0 likes · 5 min read
How to Retrieve Published Articles from the WeChat Public Platform Using PHP
Tencent Cloud Developer
Tencent Cloud Developer
Feb 11, 2022 · Industry Insights

Is Serverless the Next Peak? Inside WeChat Cloud Hosting’s Rise

The article traces the evolution from early mainframes to modern cloud services, explains the Serverless model, examines why migration costs hinder its adoption, and analyzes how WeChat Cloud Hosting leverages Serverless to cut expenses, boost developer productivity, and deliver real‑world business benefits.

Migration CostServerlessWeChat
0 likes · 10 min read
Is Serverless the Next Peak? Inside WeChat Cloud Hosting’s Rise
FunTester
FunTester
Feb 8, 2022 · Backend Development

How to Automatically Extract Publication Dates from WeChat Articles with Groovy

The article explains how the author built a Groovy‑based scraper that reads a Markdown list of WeChat links, fetches each article’s HTML, extracts the hidden publication timestamp with a regex, and rewrites the Markdown file to include the dates, using simple HTTP calls and a brief pause to avoid anti‑scraping measures.

AutomationGroovyWeChat
0 likes · 6 min read
How to Automatically Extract Publication Dates from WeChat Articles with Groovy
Tencent Cloud Developer
Tencent Cloud Developer
Jan 29, 2022 · Cloud Computing

How WeChat’s Serverless Cloud Functions Powered Billion-User Red Packet Covers

During the 2022 Chinese New Year, WeChat leveraged Serverless cloud functions and cloud development to handle the explosive demand of red‑packet cover creation, achieving sub‑ten‑thousand‑yuan costs, supporting over 100 million daily calls, and delivering rapid, scalable, and cost‑effective deployment for developers.

Cloud FunctionsCost OptimizationServerless
0 likes · 7 min read
How WeChat’s Serverless Cloud Functions Powered Billion-User Red Packet Covers
BaiPing Technology
BaiPing Technology
Dec 27, 2021 · Backend Development

Understanding WeChat OpenID, UnionID, and AppID: A Complete Guide

This article explains how WeChat's Open Platform, Public Platform, and Mini Programs generate and use OpenID, UnionID, and AppID identifiers, illustrates their relationships across multiple accounts and apps, and provides practical advice on storing and migrating these IDs for reliable user authentication.

AppIdOpenIDPlatform Migration
0 likes · 13 min read
Understanding WeChat OpenID, UnionID, and AppID: A Complete Guide
WeChat Game Design
WeChat Game Design
Nov 30, 2021 · Product Management

How We Crafted the WeChat Game Video Logo: From Concept to Dynamic Branding

This article details the design process behind the WeChat Game Video brand, covering the service overview, concept development, logo creation—including static and animated elements, color choices, and application scenarios—to illustrate how a clear, memorable visual identity was built for a new gaming video feature.

Game VideoLogo DevelopmentWeChat
0 likes · 10 min read
How We Crafted the WeChat Game Video Logo: From Concept to Dynamic Branding
Tencent Cloud Developer
Tencent Cloud Developer
Nov 26, 2021 · Big Data

WeChat's ClickHouse Real‑Time Data Warehouse: Challenges, Co‑Construction, and Performance Gains

Facing Hadoop’s minute‑to‑hour query latency on petabyte‑scale data, WeChat partnered with Tencent Cloud to build a ClickHouse‑based real‑time warehouse, adding custom ingestion, query‑optimisation and management tools that deliver billion‑row throughput, sub‑5‑second queries and over ten‑fold performance gains across millions of daily queries.

Big DataClickHouseCloud Native
0 likes · 9 min read
WeChat's ClickHouse Real‑Time Data Warehouse: Challenges, Co‑Construction, and Performance Gains
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
21CTO
21CTO
Oct 15, 2021 · Information Security

How a WeChat Payment System Was Hijacked: A Code‑Injection Theft Case Study

This article details how a former technical director inserted malicious code into a company's WeChat payment platform, diverting millions of yuan to his own account, the subsequent investigation, witness testimonies, and the court's judgment sentencing him for large‑scale theft.

Code InjectionWeChatinformation security
0 likes · 7 min read
How a WeChat Payment System Was Hijacked: A Code‑Injection Theft Case Study
58UXD
58UXD
Aug 27, 2021 · Product Management

How to Leverage the WeChat Ecosystem for Smarter Design and Conversion

This article explores how designers can leverage the unique attributes of the WeChat ecosystem—its chat, groups, official accounts, mini‑programs, and more—to identify key touchpoints, optimise conversion paths, and boost private‑domain traffic through ecosystem‑aware design strategies.

Ecosystem DesignPrivate Domain TrafficWeChat
0 likes · 7 min read
How to Leverage the WeChat Ecosystem for Smarter Design and Conversion
Java Architect Essentials
Java Architect Essentials
Aug 19, 2021 · Mobile Development

WeChat Mini Program Mall (Java Version) – Open‑Source Project Overview and Installation Guide

This article introduces the open‑source WeChat mini‑program mall (Java version), detailing its technical stack, development plan, project structure, core features such as member and order management, SMS service integration, and step‑by‑step installation and deployment instructions for both backend and frontend components.

InstallationMini ProgramSpringBoot
0 likes · 7 min read
WeChat Mini Program Mall (Java Version) – Open‑Source Project Overview and Installation Guide
php Courses
php Courses
Aug 16, 2021 · Backend Development

Implementing WeChat Share Interface with PHP and JavaScript

This tutorial walks through registering a WeChat public account, configuring developer information and JS security domains, creating a PHP class to obtain the JS‑API signature, setting up PHP file configuration, and embedding the required JavaScript/HTML to enable custom share titles, descriptions, links, and images on WeChat.

APIJavaScriptWeChat
0 likes · 8 min read
Implementing WeChat Share Interface with PHP and JavaScript
DataFunTalk
DataFunTalk
Aug 14, 2021 · Artificial Intelligence

Multimodal Advertisement Detection System for WeChat "KanKan" Articles

This article introduces a multimodal advertisement detection framework for WeChat KanKan that decomposes the problem into text, image, and article‑structure dimensions, presents novel models for ad text and image recognition, and describes how sequence classification and visualisation are used to filter severe ad‑spam articles.

Image ClassificationMultimodal AIWeChat
0 likes · 16 min read
Multimodal Advertisement Detection System for WeChat "KanKan" Articles
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 14, 2021 · Operations

Automate WeChat Moments Extraction with PyWinAuto and PyAutoGui

This article demonstrates how to use Python's PyWinAuto and PyAutoGui libraries to automatically control the WeChat desktop client, open the Moments window, inspect its UI hierarchy, and extract post content, providing a lightweight alternative to manual scraping or complex hook-based methods.

PyWinAutoUI automationWeChat
0 likes · 6 min read
Automate WeChat Moments Extraction with PyWinAuto and PyAutoGui
WeChat Game Design
WeChat Game Design
Jul 8, 2021 · Game Development

How WeChat Game Red Envelope Covers Boost Player Engagement: Design Cases & Methods

This article analyzes WeChat game red‑envelope cover design, explaining its purpose for brands and players, detailing case studies such as King of Glory and Peace Elite × Tesla, and outlining practical design methods like role‑switching, storytelling, theme focus, and multimedia formats to create compelling, engaging experiences.

Red EnvelopeUI/UXWeChat
0 likes · 12 min read
How WeChat Game Red Envelope Covers Boost Player Engagement: Design Cases & Methods
TAL Education Technology
TAL Education Technology
Jul 8, 2021 · Frontend Development

Resolving WeChat H5 Authorization Loops, Poster Generation, and Page Performance Tracking

This article details the challenges encountered when developing WeChat H5 pages—such as authorization‑loop redirects, cross‑origin poster creation with html2canvas, iPhone 100vh scrolling bugs, and precise performance timing using window.performance—and presents practical code‑based solutions and compatibility tips for both iOS and Android devices.

AuthorizationCanvasH5
0 likes · 12 min read
Resolving WeChat H5 Authorization Loops, Poster Generation, and Page Performance Tracking
FunTester
FunTester
Jul 1, 2021 · Backend Development

Master API Testing with Postman: Real‑World Baidu, WeChat & Radio Cases

Learn how to use Postman for practical API testing by walking through three hands‑on examples—searching Baidu, interacting with WeChat’s public API, and triggering alerts on a specialized radio communication system—covering request setup, parameter handling, assertions, and common pitfalls.

API testingAutomationBackend
0 likes · 8 min read
Master API Testing with Postman: Real‑World Baidu, WeChat & Radio Cases
Java Architect Essentials
Java Architect Essentials
Jun 24, 2021 · Operations

Scaling WeChat Moments: Architecture, Capacity Planning, and Flexible Strategies for High Traffic

This article analyzes the large‑scale architecture of WeChat Moments, detailing image and video traffic characteristics, hardware and software safeguards, disaster‑recovery mechanisms, capacity assessment, and a series of flexible strategies such as compression format changes, bitrate reduction, buffer pools, and timeline throttling to handle holiday spikes.

Backend ArchitectureFlexible StrategiesMoments
0 likes · 10 min read
Scaling WeChat Moments: Architecture, Capacity Planning, and Flexible Strategies for High Traffic
Java Architect Essentials
Java Architect Essentials
Jun 12, 2021 · Information Security

China's First Nationwide Case of Illegal WeChat Data Harvesting via "Clean Fan" Software

In September 2022, Nantong police uncovered China's first nationwide case of illegal WeChat user data harvesting using a "clean fan" application, leading to the arrest of eight suspects who were convicted for illegally obtaining computer system data and controlling systems, highlighting severe information security risks.

ChinaWeChatcybercrime
0 likes · 7 min read
China's First Nationwide Case of Illegal WeChat Data Harvesting via "Clean Fan" Software
IT Architects Alliance
IT Architects Alliance
Jun 7, 2021 · Industry Insights

How WeChat Scales: Agile Practices and Architecture Behind Billions of Users

The article analyzes WeChat's success by detailing its three‑pronged strategy of precise product timing, agile project management, and robust technical support, and explains how the team applies agile attitudes, modular design, extensible protocols, disaster‑recovery mechanisms, and fine‑grained monitoring to operate a massive, highly available system.

Agile DevelopmentWeChatindustry insights
0 likes · 18 min read
How WeChat Scales: Agile Practices and Architecture Behind Billions of Users
MaGe Linux Operations
MaGe Linux Operations
Jun 7, 2021 · Artificial Intelligence

How to Analyze Your WeChat Friends with Python: Gender, Avatar, Signature & Location Insights

This tutorial shows how to use Python libraries such as itchat, jieba, matplotlib, snownlp, and Tencent Youtu to fetch WeChat friend data and produce visual analyses of gender distribution, avatar face detection and tags, signature word clouds and sentiment, and geographic location, all illustrated with charts and code examples.

Face DetectionSentiment AnalysisWeChat
0 likes · 15 min read
How to Analyze Your WeChat Friends with Python: Gender, Avatar, Signature & Location Insights
macrozheng
macrozheng
May 15, 2021 · Information Security

Can Your Company Spy on WeChat Chats? Protocol Analysis Reveals the Truth

This article examines whether a company can monitor WeChat conversations on its network by dissecting the web and mobile versions' protocols, demonstrating how tools like Fiddler and Wireshark can decrypt web chats while mobile traffic remains secure through private protocols and embedded server keys.

FiddlerMMTLSTLS
0 likes · 9 min read
Can Your Company Spy on WeChat Chats? Protocol Analysis Reveals the Truth
Youzan Coder
Youzan Coder
May 14, 2021 · Frontend Development

Automating WeChat Mini‑Program Tests with Minium and Jest

This guide explains why manual regression testing of a WeChat mini‑program becomes a bottleneck, compares Jest‑based SDK and Minium frameworks, shows how to set up the environment, write page‑object scripts, configure and run tests, generate reports, and troubleshoot common issues.

AutomationMiniProgramMinium
0 likes · 16 min read
Automating WeChat Mini‑Program Tests with Minium and Jest
Programmer DD
Programmer DD
May 12, 2021 · Big Data

Can 1.4 Billion Users Fit Into One WeChat Group? A Technical Deep‑Dive

This article explores the technical feasibility of adding all 1.4 billion Chinese internet users to a single WeChat group, analyzing message volume, CPU processing limits, network bandwidth, storage requirements, hardware costs, and human visual constraints to reveal why the idea remains impractical despite theoretical possibilities.

Network BandwidthScalabilityWeChat
0 likes · 11 min read
Can 1.4 Billion Users Fit Into One WeChat Group? A Technical Deep‑Dive
Top Architect
Top Architect
Apr 18, 2021 · Information Security

WeChat PC Client 0day Vulnerability and Recommended Mitigation Steps

A critical 0day vulnerability in the WeChat Windows desktop client allows attackers to execute shellcode via a crafted web link without leaving files or new processes, prompting users to update to version 3.2.1.143 or apply temporary safeguards such as using the system browser and avoiding unknown links.

0dayPC clientVulnerability
0 likes · 4 min read
WeChat PC Client 0day Vulnerability and Recommended Mitigation Steps
Top Architect
Top Architect
Mar 10, 2021 · Backend Development

Implementing QR Code Login for Web Applications Using Redis

This article explains how to build a QR code login feature for web applications by coordinating mobile and web servers, generating UUIDs, storing temporary data in Redis, and polling for authentication, providing a practical step‑by‑step guide with diagrams.

QR Code LoginWeChatWeb Authentication
0 likes · 5 min read
Implementing QR Code Login for Web Applications Using Redis