21CTO
Author

21CTO

21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.

5.2k
Articles
0
Likes
16.0k
Views
0
Comments
Recent Articles

Latest from 21CTO

100 recent articles max
21CTO
21CTO
Aug 7, 2026 · Artificial Intelligence

Zhang Yiming Bars Model Distillation to Prioritize Independent AI Development

In a rare internal briefing, ByteDance founder Zhang Yiming ordered the Seed AI team to abandon model distillation as a shortcut for leaderboard rankings, accepting short‑term performance loss to focus on long‑term, self‑reliant AI research amid escalating US‑China tech tensions.

AI strategyByteDanceCompliance
0 likes · 7 min read
Zhang Yiming Bars Model Distillation to Prioritize Independent AI Development
21CTO
21CTO
Aug 7, 2026 · Fundamentals

5 Bad C++ Practices: OOP, Design Patterns, and Heap Allocation

The article critiques five common C++ misconceptions—overusing OOP, treating books as a coding substitute, obsessing over advanced language features, indiscriminately applying templates, and needlessly allocating small objects on the heap—using concrete game‑dev examples and detailed reasoning.

C++Design PatternsMemory Management
0 likes · 10 min read
5 Bad C++ Practices: OOP, Design Patterns, and Heap Allocation
21CTO
21CTO
Aug 6, 2026 · Industry Insights

Google’s Midnight Shock: Gemini Turmoil as Hassabis Steps Down and Jeff Dean Departs

Sundar Pichai’s internal memo announced a sweeping leadership reshuffle at Google DeepMind, triggering a $1.86 trillion stock plunge, while Demis Hassabis moves to a chair role and Jeff Dean exits after 27 years, highlighting a talent exodus and strategic anxiety in the AI race.

AI LeadershipAI industryDeepMind
0 likes · 7 min read
Google’s Midnight Shock: Gemini Turmoil as Hassabis Steps Down and Jeff Dean Departs
21CTO
21CTO
Aug 5, 2026 · Artificial Intelligence

Should You Read AI‑Generated Code? Insights from Mitchell Hashimoto’s Tweet

As large language models become more capable, a heated debate has emerged over whether developers should painstakingly read AI‑generated code or rely on fast‑track "Vibe Coding," with experts weighing ownership, debugging ability, diff review, and the risk of hidden technical debt.

AI code generationClaudeOwnership
0 likes · 7 min read
Should You Read AI‑Generated Code? Insights from Mitchell Hashimoto’s Tweet
21CTO
21CTO
Aug 5, 2026 · R&D Management

Why Platform Teams Are Not Cost Centers but Core Infrastructure for Your Product

The article argues that platform teams should be treated as internal products serving developers, explains how misaligned DevOps practices and hidden infrastructure complexity hurt delivery speed, and outlines four operational principles and practical advice for building effective platform engineering.

DORA MetricsDevOpsPlatform Engineering
0 likes · 9 min read
Why Platform Teams Are Not Cost Centers but Core Infrastructure for Your Product
21CTO
21CTO
Aug 5, 2026 · Industry Insights

Don’t Be Fooled by AI: Why Only 1% of People Truly Win with ChatGPT

The article argues that while ChatGPT and other LLMs appear to democratize expertise, they actually widen the gap between ordinary workers and top specialists, illustrating the point with a programmer’s failure, a fashion designer’s success, and the concept of private‑domain knowledge as the real moat.

AIAutomationLLM
0 likes · 9 min read
Don’t Be Fooled by AI: Why Only 1% of People Truly Win with ChatGPT
21CTO
21CTO
Aug 4, 2026 · Backend Development

How Zalando Achieved 1M RPS with an In‑Process Client‑Side Load Balancer

Zalando’s engineering team redesigned its high‑throughput product‑read API by moving 100‑fold internal fan‑out routing into an in‑process client‑side load balancer, cutting tail latency, reducing infrastructure costs by over 75%, and improving observability while keeping the external Skipper edge router unchanged.

KubernetesZalandoclient-side load balancer
0 likes · 7 min read
How Zalando Achieved 1M RPS with an In‑Process Client‑Side Load Balancer
21CTO
21CTO
Aug 4, 2026 · Fundamentals

Quick Start Guide: Why Typst Beats LaTeX for Modern Document Typesetting

Typst is a markup‑based, easy‑to‑learn typesetting language that offers a modern alternative to TeX/LaTeX with concise syntax, programmable styling, CLI/Web/VS Code tools, flexible export formats, powerful code mode, query system, and robust math support, making high‑quality document creation far simpler.

CLIDocument typesettingLaTeX alternative
0 likes · 9 min read
Quick Start Guide: Why Typst Beats LaTeX for Modern Document Typesetting
21CTO
21CTO
Aug 4, 2026 · Artificial Intelligence

JetBrains Open‑Sources KotlinLLM: LLM‑Driven Smart Macros for Compiled Kotlin

JetBrains has open‑sourced the experimental KotlinLLM IntelliJ IDEA plugin, which introduces LLM‑driven smart macros for Kotlin/JVM projects, addressing runtime delegation latency, external agent workflow complexity, and language integration challenges by providing explicit LLM awareness, source‑level persistence, and zero runtime overhead.

IntelliJ IDEAKotlinLLM
0 likes · 4 min read
JetBrains Open‑Sources KotlinLLM: LLM‑Driven Smart Macros for Compiled Kotlin