Cognitive Technology Team
Author

Cognitive Technology Team

Cognitive Technology Team regularly delivers the latest IT news, original content, programming tutorials and experience sharing, with daily perks awaiting you.

410
Articles
0
Likes
1.4k
Views
0
Comments
Recent Articles

Latest from Cognitive Technology Team

100 recent articles max
Cognitive Technology Team
Cognitive Technology Team
Nov 22, 2025 · Backend Development

Why Some Instances Miss @RefreshScope Updates in Spring Cloud Alibaba + Nacos and How to Fix Them

This article explains why certain machines fail to refresh configuration with @RefreshScope in a Spring Cloud Alibaba and Nacos setup, analyzes the underlying source code, identifies five common root causes, and provides a step‑by‑step troubleshooting guide with best‑practice recommendations.

Dynamic ConfigurationNacosSpring Cloud Alibaba
0 likes · 8 min read
Why Some Instances Miss @RefreshScope Updates in Spring Cloud Alibaba + Nacos and How to Fix Them
Cognitive Technology Team
Cognitive Technology Team
Nov 17, 2025 · Backend Development

How a 1.5 MB Redis Key Crashed an Entire Site and How to Prevent It

A real‑world incident at JD Tech shows that a single 1.5 MB Redis cache key caused a full‑site outage during a high‑traffic event, and the article explains the underlying cache‑breakdown and bandwidth traps, then details three emergency mitigations and long‑term preventive practices.

CacheCache DesignPerformance
0 likes · 7 min read
How a 1.5 MB Redis Key Crashed an Entire Site and How to Prevent It
Cognitive Technology Team
Cognitive Technology Team
Nov 5, 2025 · Artificial Intelligence

How AI Is Revolutionizing End-to-End Test Automation at Tmall

Leveraging AI and natural language processing, Tmall’s quality assurance team transformed traditional manual testing into a semi‑automated and fully automated pipeline—covering requirement analysis, test case generation, data construction, execution, and validation—resulting in significant efficiency gains, traceability, and continuous improvement across multiple business lines.

AI testingcontinuous integrationnatural language processing
0 likes · 10 min read
How AI Is Revolutionizing End-to-End Test Automation at Tmall
Cognitive Technology Team
Cognitive Technology Team
Oct 16, 2025 · Artificial Intelligence

5 Essential Design Principles for AI‑Powered Vibe Coding

This article outlines five core software design principles—product‑first, natural‑language interaction, iterative feedback, context management, and simplicity—that help developers harness AI‑driven Vibe Coding while avoiding technical debt and ensuring long‑term maintainability.

AI codingVibe Codingnatural language programming
0 likes · 9 min read
5 Essential Design Principles for AI‑Powered Vibe Coding
Cognitive Technology Team
Cognitive Technology Team
Oct 12, 2025 · Backend Development

Java Diff Utils Guide: Compare Text, Generate Patches, and Visualize Changes

This tutorial introduces Java Diff Utils, a lightweight open-source library for computing text differences, showing how to set it up in a Spring Boot project, compare string lists, generate unified diffs, apply patches, and create side-by-side visualizations for robust version-control and change-tracking in Java applications.

Patchdiff-utilsspring-boot
0 likes · 11 min read
Java Diff Utils Guide: Compare Text, Generate Patches, and Visualize Changes
Cognitive Technology Team
Cognitive Technology Team
Oct 12, 2025 · Backend Development

Resilient Microservices: Practical Patterns to Keep Your Services Alive

Learn how to tame chaotic microservices with practical resilience patterns—circuit breakers, bulkheads, smart retries, timeouts with fallbacks, and event‑driven messaging—plus tool recommendations and observability tips that ensure your system stays responsive even when individual services fail.

Resiliencebulkheadcircuit-breaker
0 likes · 9 min read
Resilient Microservices: Practical Patterns to Keep Your Services Alive
Cognitive Technology Team
Cognitive Technology Team
Oct 3, 2025 · Backend Development

Boost Web Performance: Java HTTP/3 Benchmark vs HTTP/2

This article explains how Java 24 and OpenJDK add HTTP/3 support, compares its speed to HTTP/2 using benchmark code, and shows why the QUIC‑based protocol delivers lower latency and fewer TCP connections for modern web applications.

HTTP/3JavaNetwork Protocols
0 likes · 13 min read
Boost Web Performance: Java HTTP/3 Benchmark vs HTTP/2
Cognitive Technology Team
Cognitive Technology Team
Oct 3, 2025 · Backend Development

Mastering Kafka Consumer Rebalance: Strategies to Boost Throughput and Stability

This article deeply explores Kafka consumer group rebalance mechanisms, identifies performance pitfalls of frequent rebalances, and provides a comprehensive set of configuration tweaks, assignment strategies, batch processing techniques, and monitoring practices to achieve a more stable and high‑throughput Kafka consumer system.

ConsumerKafkaOptimization
0 likes · 16 min read
Mastering Kafka Consumer Rebalance: Strategies to Boost Throughput and Stability