Sohu Smart Platform Tech Team
Author

Sohu Smart Platform Tech Team

The Sohu News app's technical sharing hub, offering deep tech analyses, the latest industry news, and fun developer anecdotes. Follow us to discover the team's daily joys.

39
Articles
0
Likes
75
Views
0
Comments
Recent Articles

Latest from Sohu Smart Platform Tech Team

39 recent articles
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Feb 11, 2026 · Backend Development

Why TreeSet Throws ConcurrentModificationException and How to Fix It

An in‑depth look at why Java’s TreeSet can trigger ConcurrentModificationException under high concurrency, exploring the red‑black tree’s non‑atomic operations, thread scheduling nuances, and how various concurrent set implementations—synchronized wrappers, read‑write locks, ConcurrentSkipListSet, CopyOnWriteArraySet, and custom designs—compare in performance and suitability.

CollectionsConcurrencyConcurrentModificationException
0 likes · 16 min read
Why TreeSet Throws ConcurrentModificationException and How to Fix It
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Feb 4, 2026 · Backend Development

How Low‑Code Platforms Supercharge Operational Backend Development Efficiency

This article examines how low‑code platforms can dramatically improve the development speed, cost efficiency, and maintainability of operational back‑ends by offering visual page building, reusable components, one‑click publishing, and native code export, ultimately supporting rapid digital transformation.

Operational Efficiencybackend developmentcustom components
0 likes · 11 min read
How Low‑Code Platforms Supercharge Operational Backend Development Efficiency
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Nov 13, 2025 · Cloud Native

How We Tuned Nacos Config Center to Eliminate Timeouts and QPS Limits

This article explains how Nacos, an open‑source dynamic naming and configuration service, was used in a micro‑service project, the two performance problems encountered—configuration fetch timeouts and server‑side QPS throttling—and the step‑by‑step optimizations (memory caching, fallback values, pre‑fetching and listener registration, and limit adjustments) that resolved them.

JavaNacosPerformance optimization
0 likes · 16 min read
How We Tuned Nacos Config Center to Eliminate Timeouts and QPS Limits
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Nov 7, 2025 · Artificial Intelligence

How Real-Time Sign Language Translation Bridges Communication Gaps

The QianShou Guanyin project introduces a real-time video sign‑language recognition app that captures hand gestures, instantly translates them into speech, and aims to improve communication efficiency, promote educational equity, and enhance social inclusion for millions of hearing‑ and visually‑impaired people in China.

AIaccessibilitycommunication
0 likes · 3 min read
How Real-Time Sign Language Translation Bridges Communication Gaps
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Sep 26, 2025 · Backend Development

Why Does My Spring Boot App Crash While Netty Still Runs? A Deep Dive

During a gray‑release a single server reported that the Spring container was closed while the Netty server still accepted HTTP requests, leading to an IllegalStateException; the article analyzes the root cause in Dubbo startup, explains the event flow, and proposes a reliable fix using ApplicationReadyEvent.

ApplicationReadyEventContextRefreshedEventDubbo
0 likes · 7 min read
Why Does My Spring Boot App Crash While Netty Still Runs? A Deep Dive
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Sep 24, 2025 · Mobile Development

How Sohu News Leveraged HarmonyOS to Boost Mobile App Performance

The August 30, 2025 “Youth Coding·HarmonyOS Summer” event in Xiamen featured Jia Ding’s deep dive into Sohu News’ HarmonyOS meta‑service, revealing three key technical breakthroughs—dynamic list loading, MVVM‑based detail pages, and skeleton‑screen stability—while outlining future ecosystem integrations such as Push Kit and RAG.

HarmonyOSMVVMPush Kit
0 likes · 4 min read
How Sohu News Leveraged HarmonyOS to Boost Mobile App Performance
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Sep 12, 2025 · Artificial Intelligence

How AI is Revolutionizing Video Creation: From Text‑to‑Video to Real‑Time Editing

This article systematically explores the technical evolution, core principles, and emerging innovations of AI‑generated video, covering generation methods, GAN and diffusion models, transformer‑based DiT architectures, efficiency‑boosting NCR, audio‑visual V2A integration, and real‑world applications across media, education, and commerce.

AI video generationDiffusion ModelsGAN
0 likes · 25 min read
How AI is Revolutionizing Video Creation: From Text‑to‑Video to Real‑Time Editing
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Sep 10, 2025 · Artificial Intelligence

How the Model Context Protocol (MCP) Bridges AI and Design Data

This article explains the Model Context Protocol (MCP) as an open standard for secure AI‑tool interaction, details its client‑server architecture, showcases a Figma‑focused MCP implementation with code examples, and discusses data simplification, transformers, and image handling that enable AI assistants to generate accurate front‑end code from design files.

AI integrationFigma dataMCP
0 likes · 15 min read
How the Model Context Protocol (MCP) Bridges AI and Design Data