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
6.3k
Views
0
Comments
Recent Articles

Latest from Tencent Cloud Developer

100 recent articles max
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.

AnalysisDDDObject-oriented
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.

AIProductivitycollaboration
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 assistantsServerlessStateless Design
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 Modelingbusiness modelingrequirements
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
Tencent Cloud Developer
Tencent Cloud Developer
Sep 5, 2025 · Fundamentals

Why Single‑Thread CPU Loads Crash While Multi‑Threaded Loads Stay Stable – A Debugging Case Study

The article investigates intermittent crashes on an i9‑13900K when a single thread runs at full load, analyzes CPU voltage fluctuations, documents the debugging process using DirectXShaderCompiler, and demonstrates how converting a PSO warm‑up to multi‑threaded execution eliminates crashes and dramatically improves launch speed.

CPUCrashHardware
0 likes · 6 min read
Why Single‑Thread CPU Loads Crash While Multi‑Threaded Loads Stay Stable – A Debugging Case Study
Tencent Cloud Developer
Tencent Cloud Developer
Sep 4, 2025 · Artificial Intelligence

Transform Your Coding Workflow: AI Collaboration Strategies That Cut Development Time

This article presents a practical AI collaboration framework for developers, detailing three core work scenarios, three counter‑intuitive techniques, implementation steps, and deeper mindset shifts that together can dramatically accelerate programming tasks and expand team capabilities.

AI collaborationAnthropic practicesWorkflow Optimization
0 likes · 18 min read
Transform Your Coding Workflow: AI Collaboration Strategies That Cut Development Time
Tencent Cloud Developer
Tencent Cloud Developer
Sep 4, 2025 · Artificial Intelligence

Why Youtu-Agent Sets a New Standard for Open‑Source AI Agents

Youtu-Agent, an open‑source agent framework released by Tencent Youtu Lab, combines minimalist design with high performance, delivers strong benchmark results without training or proprietary models, and offers flexible, cost‑effective, automated agent generation for researchers, developers, and AI enthusiasts.

AI AgentsLLMYoutu-Agent
0 likes · 12 min read
Why Youtu-Agent Sets a New Standard for Open‑Source AI Agents