Tencent Cloud Developer
Author

Tencent Cloud Developer

Official Tencent Cloud community account that brings together developers, shares practical tech insights, and fosters an influential tech exchange community.

1.5k
Articles
0
Likes
3.4k
Views
0
Comments
Recent Articles

Latest from Tencent Cloud Developer

100 recent articles max
Tencent Cloud Developer
Tencent Cloud Developer
Oct 22, 2025 · Backend Development

How Tencent News Cut PUSH Platform Code by 87% and Boosted Performance 3.5×

The article details how Tencent News' PUSH platform was re‑architected—consolidating modules, unifying the tech stack to Go, building an in‑house message channel, and introducing batch IO and priority scheduling—resulting in a 70% cost cut, 3.5‑fold throughput increase, and dramatically lower latency.

GolangMicroservicesPerformance
0 likes · 20 min read
How Tencent News Cut PUSH Platform Code by 87% and Boosted Performance 3.5×
Tencent Cloud Developer
Tencent Cloud Developer
Oct 15, 2025 · Artificial Intelligence

Why LLMs Are Unreliable: The pⁿ Dilemma and Building Trustworthy AI‑Human Collaboration

The article explains that large language models are fundamentally probabilistic predictors, causing their success rate to drop exponentially with task complexity (the pⁿ dilemma), and proposes a systematic, human‑centered approach—using deterministic tools, narrowing prompt scope, and delivering incremental results—to create reliable AI‑human collaborative systems.

AI-human collaborationLLM reliabilityp^n dilemma
0 likes · 66 min read
Why LLMs Are Unreliable: The pⁿ Dilemma and Building Trustworthy AI‑Human Collaboration
Tencent Cloud Developer
Tencent Cloud Developer
Sep 29, 2025 · Artificial Intelligence

Boost Your Development with AI Pair Programming: PDCA, Prompt & Context Engineering

This article explores how AI‑assisted pair programming can transform the entire software development lifecycle—from planning to production—by applying the PDCA cycle, prompt engineering, and context engineering, offering practical tips, real‑world scenarios, and future outlooks for developers.

AI pair programmingContext EngineeringPDCA
0 likes · 17 min read
Boost Your Development with AI Pair Programming: PDCA, Prompt & Context Engineering
Tencent Cloud Developer
Tencent Cloud Developer
Sep 26, 2025 · Fundamentals

Why GPUs Really Matter: From Architecture Basics to CUDA Programming

This article explains why GPUs have become the preferred platform for high‑performance computing, covering Dennard scaling, GPU speed advantages, theoretical FLOPS calculations, CUDA programming examples like SAXPY, the SIMT execution model, instruction pipelines, and modern techniques for handling branch divergence and register bank conflicts.

CUDA programmingGPU ArchitectureGPU Performance
0 likes · 38 min read
Why GPUs Really Matter: From Architecture Basics to CUDA Programming
Tencent Cloud Developer
Tencent Cloud Developer
Sep 25, 2025 · Fundamentals

Unlock the Secrets of Object‑Oriented Analysis & Design for Better Software

This comprehensive guide explores the evolution of object‑oriented programming, clarifies its core concepts, and walks readers through use‑case modeling, static and dynamic modeling, responsibility‑driven design patterns, and advanced modeling techniques, providing a complete knowledge framework for software engineers and architects.

AnalysisDDDUML
0 likes · 44 min read
Unlock the Secrets of Object‑Oriented Analysis & Design for Better Software
Tencent Cloud Developer
Tencent Cloud Developer
Sep 24, 2025 · Artificial Intelligence

Mastering AI-Powered Coding: A Structured 4‑Stage Collaboration Framework

This article presents a practical, four‑stage methodology for collaborating with AI coding assistants—exploring, planning, building, and committing—illustrating how structured prompts, role‑based instructions, and decision‑making frameworks can dramatically improve productivity, code quality, and developer cognition across diverse programming tasks.

AIcollaborationproductivity
0 likes · 19 min read
Mastering AI-Powered Coding: A Structured 4‑Stage Collaboration Framework
Tencent Cloud Developer
Tencent Cloud Developer
Sep 16, 2025 · Fundamentals

Why Going Stateless Beats Indexing: The Surprising Power of Unix‑Inspired Design

This article explores why Claude Code’s decision to use real‑time grep instead of vector indexing reflects a 50‑year‑old stateless philosophy that improves composability, scalability, predictability and privacy, while also examining the historical roots, practical advantages, trade‑offs, and how the approach fits into modern AI‑driven development.

AI programming assistantsStateless DesignSystem Architecture
0 likes · 20 min read
Why Going Stateless Beats Indexing: The Surprising Power of Unix‑Inspired Design
Tencent Cloud Developer
Tencent Cloud Developer
Sep 11, 2025 · Fundamentals

Why Modeling Is the Hidden Challenge in Software Engineering—and How to Master It

This article explains what modeling means across disciplines, why it is essential for simplifying complex real‑world problems, outlines the three main types of modeling in software engineering, and dives into the practical difficulties of business, domain, and data modeling with concrete examples and diagrams.

Domain ModelingSoftware Modelingbusiness modeling
0 likes · 17 min read
Why Modeling Is the Hidden Challenge in Software Engineering—and How to Master It
Tencent Cloud Developer
Tencent Cloud Developer
Sep 9, 2025 · Artificial Intelligence

How to Master AI Code Generation: Overcoming Token Limits and Boosting Context Windows

This article explores the challenges developers face with AI‑assisted code generation, explains token mechanisms and context windows, and presents practical engineering methods—including prompt design, context management, and retrieval techniques—to improve code quality, maintainability, and collaboration while staying within model token limits.

0 likes · 33 min read
How to Master AI Code Generation: Overcoming Token Limits and Boosting Context Windows