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
Sep 11, 2026 · Industry Insights

Microsoft Makes Rust a Tier-1 Language: Strategic Shift for Memory Safety

Microsoft has officially designated Rust as a Tier-1 programming language alongside C++, C#, and TypeScript, providing full toolchain support and MSVC integration, enabling Rust's use in core services like Microsoft 365 and Azure, and aiming to eliminate memory vulnerabilities in Windows.

AzureMSVCMicrosoft
0 likes · 8 min read
Microsoft Makes Rust a Tier-1 Language: Strategic Shift for Memory Safety
21CTO
21CTO
Sep 10, 2026 · Industry Insights

NVIDIA PAIR: Turn Idle Home PCs into a Local AI Inference Cluster

NVIDIA PAIR is an open-source tool that distributes AI inference tasks across multiple local devices via Ollama or LM Studio, demonstrating up to 2x speedup in multi-agent workloads but with no guaranteed linear scaling, supporting Windows, Linux, macOS on RTX 20+ or Apple M4+ hardware.

LM StudioNVIDIA PAIROllama
0 likes · 8 min read
NVIDIA PAIR: Turn Idle Home PCs into a Local AI Inference Cluster
21CTO
21CTO
Sep 9, 2026 · Backend Development

PHP 8's Syntactic Sugar Hides Architectural Costs

This article examines how PHP 8 features like constructor property promotion and short arrow functions can mask God objects and cause memory leaks, arguing that developers must replace lost friction with static analysis and architecture enforcement tools.

DeptracGod objectsPHP 8
0 likes · 9 min read
PHP 8's Syntactic Sugar Hides Architectural Costs
21CTO
21CTO
Sep 8, 2026 · Industry Insights

jQuery at 20: The $ Symbol That Saved Frontend and Still Powers 66% of the Web

This article traces jQuery's 20-year journey from its 2006 debut as a cross-browser DOM simplification tool to its enduring presence on 66% of websites today, examining how it lowered barriers to web development, shaped modern frontend practices, and remains foundational despite the rise of frameworks like React and Vue.

Cross-browser CompatibilityJavaScriptOpenJS Foundation
0 likes · 8 min read
jQuery at 20: The $ Symbol That Saved Frontend and Still Powers 66% of the Web
21CTO
21CTO
Sep 7, 2026 · Industry Insights

pnpm v12 Rust Rewrite: 90% Faster Installs, Seamless Upgrade for Monorepos

pnpm v12 has been fully rewritten in Rust, delivering up to 90% faster installation times while maintaining full backward compatibility with pnpm v11 commands, flags, settings, and lockfile format, and introduces a new Rust-based registry service pnpr for even greater performance.

JavaScriptRustbenchmark
0 likes · 7 min read
pnpm v12 Rust Rewrite: 90% Faster Installs, Seamless Upgrade for Monorepos
21CTO
21CTO
Sep 7, 2026 · Industry Insights

Linus Torvalds Jokingly Blames AI for Bloated Linux 7.3-rc2

Linus Torvalds notes Linux 7.3-rc2 is unusually large with fixes across filesystems, DRM, networking, BPF, and drivers, humorously suggesting AI as a scapegoat, while also admitting his own mid-merge-window system upgrade complicated the previous rc1 release.

AIKernelLinus Torvalds
0 likes · 4 min read
Linus Torvalds Jokingly Blames AI for Bloated Linux 7.3-rc2
21CTO
21CTO
Sep 5, 2026 · Backend Development

PHP 7.4–8.6 Benchmarks: JIT Gains and a Regression in 8.6 Git

Phoronix benchmarks PHP 7.4 through 8.6 Git on an Intel Xeon 678X running Fedora 44, revealing incremental performance gains across the 8.x series but a notable regression in PHPbench for 8.6 Git that may be resolved before the stable release, while JIT-enabled 8.6 shows slight improvements in microbenchmarks.

JITPHPPHP 8.6
0 likes · 5 min read
PHP 7.4–8.6 Benchmarks: JIT Gains and a Regression in 8.6 Git
21CTO
21CTO
Sep 4, 2026 · Backend Development

C# 15 Preview Adds Union Types, Closed Hierarchies, and Expanded Unsafe Keyword

Microsoft's C# 15 preview introduces union types for compiler-verified type combinations, closed hierarchies to restrict inheritance, an expanded unsafe keyword for stricter memory safety, plus collection expression parameters, indexers in extensions, and labeled break/continue statements, all shipping with .NET 11 in November.

.NET 11C# 15closed hierarchies
0 likes · 8 min read
C# 15 Preview Adds Union Types, Closed Hierarchies, and Expanded Unsafe Keyword
21CTO
21CTO
Sep 4, 2026 · Databases

ElephpantDB: Full SQL Database in One PHP File

ElephpantDB is an experimental SQL database implemented in a single PHP file, supporting CREATE TABLE, SELECT, UPDATE, DELETE, indexes, prepared statements, an append-only heap with crash recovery, hash indexes, and an optional HTTP JSON endpoint, running on PHP 8.3+.

ElephpantDBHTTP APIPHP
0 likes · 5 min read
ElephpantDB: Full SQL Database in One PHP File
21CTO
21CTO
Sep 2, 2026 · Artificial Intelligence

Google Accelerates Model Iteration: Gemini 3.8 Flash Boosts AI Coding and Autonomous Agents

Google unveiled Gemini 3.8 Flash just three weeks after its predecessor, highlighting dramatic gains in software engineering assistance, superior performance versus Anthropic Opus in internal tests, and enhanced multi‑step autonomous agent reasoning with a tunable "Thinking Level" for cost‑effective, high‑accuracy workflows.

AI codingAnthropic OpusDeepSWE benchmark
0 likes · 4 min read
Google Accelerates Model Iteration: Gemini 3.8 Flash Boosts AI Coding and Autonomous Agents