ITPUB
Author

ITPUB

Official ITPUB account sharing technical insights, community news, and exciting events.

2.8k
Articles
0
Likes
3.8k
Views
0
Comments
Recent Articles

Latest from ITPUB

100 recent articles max
ITPUB
ITPUB
Jun 10, 2026 · Operations

Avoidable P1 Outage: How Nginx Changes Caused All Gateway Requests to Return 400

A production change replaced two Nginx reverse‑proxy servers, introduced an upstream name containing an underscore, broke the Host header required by HTTP/1.1, and caused Spring Cloud Gateway to return 400 Bad Request for every request until the configuration was corrected.

400-bad-requestHTTPNginx
0 likes · 16 min read
Avoidable P1 Outage: How Nginx Changes Caused All Gateway Requests to Return 400
ITPUB
ITPUB
Jun 9, 2026 · Backend Development

How to Prevent Server Crashes from Concurrent Excel Exports with a Queue

The article explains why simultaneous Excel exports can overload a server, proposes a fixed‑size FIFO queue to serialize export tasks, and provides a complete Spring‑Boot implementation—including the ExportQueue, abstract export logic with EasyExcel, and a test controller—to demonstrate the queuing mechanism in action.

BackendConcurrencyJava
0 likes · 11 min read
How to Prevent Server Crashes from Concurrent Excel Exports with a Queue
ITPUB
ITPUB
Jun 7, 2026 · Operations

Speed Up Log Searching with Powerful Grep Combos: A Live Demo

When a teammate struggled to find errors in massive Java service logs, the author demonstrated a step‑by‑step series of grep tricks—locking time and identifiers, chaining filters, using line numbers, context options, real‑time tailing, recursive search, and shell aliases—to turn chaotic log streams into precise, actionable insights.

Java loggingLinuxcommand-line
0 likes · 12 min read
Speed Up Log Searching with Powerful Grep Combos: A Live Demo
ITPUB
ITPUB
Jun 6, 2026 · Artificial Intelligence

How I Raised AI Coding Coverage to 90% in One Week with Harness Engineering

The article analyzes the limitations of current AI coding agents in large Java codebases, introduces Harness Engineering as a systematic framework of constraints, feedback loops, and workflow orchestration, and details a week‑long implementation that lifted AI‑generated code from roughly 25% to over 90% while improving quality and traceability.

AI codingAgentic CodingHarness Engineering
0 likes · 31 min read
How I Raised AI Coding Coverage to 90% in One Week with Harness Engineering
ITPUB
ITPUB
Jun 5, 2026 · Artificial Intelligence

Anthropic Warns: Pause AI Development When It Starts Building Itself

Anthropic’s internal data shows that AI‑generated code now accounts for over 80% of its codebase, with engineer productivity up eight‑fold, success rates climbing from 26% to 76%, and AI agents fixing complex bugs in hours—prompting a call for a coordinated pause if self‑improvement accelerates beyond control.

AI accelerationAI safetyAI self‑improvement
0 likes · 9 min read
Anthropic Warns: Pause AI Development When It Starts Building Itself
ITPUB
ITPUB
Jun 4, 2026 · Backend Development

How to Ensure High Availability When Third‑Party Services Fail?

The article explains how to protect a system from unstable third‑party APIs by building an isolated defense layer that offers a unified abstraction, client‑side rate limiting and retry, comprehensive observability, and mock testing, and shows how to present these solutions in technical interviews.

Circuit BreakingHigh AvailabilityObservability
0 likes · 21 min read
How to Ensure High Availability When Third‑Party Services Fail?
ITPUB
ITPUB
Jun 2, 2026 · Artificial Intelligence

Why Memory Architecture Remains Elusive: An In‑Depth Analysis of Agent Memory Systems

The article argues that memory for AI agents is not mere storage but a closed‑loop system comprising a raw ledger, derived views, and a policy layer, and examines how non‑parametric memory, time‑aware structures, and system‑2 control affect scalability, reliability, and performance.

AgentRetrievalmemory
0 likes · 45 min read
Why Memory Architecture Remains Elusive: An In‑Depth Analysis of Agent Memory Systems
ITPUB
ITPUB
Jun 2, 2026 · Databases

What a Database Looks Like in the Agent Era: Tencent Cloud’s New AI‑Native Blueprint

Tencent Cloud Database unveils a full‑stack upgrade for the Agent era, introducing Agent Memory, TDSQL Boundless, TDSQL‑C dual‑engine, and DatabaseClaw, each delivering multi‑modal fusion, serverless elasticity, zero‑ETL cloning, and AI‑native query capabilities that reshape how agents store and retrieve data.

AI-native databaseAgent MemoryDatabaseClaw
0 likes · 18 min read
What a Database Looks Like in the Agent Era: Tencent Cloud’s New AI‑Native Blueprint
ITPUB
ITPUB
May 31, 2026 · Artificial Intelligence

Does Your AI Skill Pass the Test? An 8‑Dimension Evaluation Framework

The article introduces an 8‑dimension quantitative framework for assessing AI Skills, explains how weighted scoring and multi‑model cross‑validation turn subjective impressions into concrete grades, and demonstrates its use through a real‑world skill audit, a side‑by‑side comparison of two similar skills, and practical execution strategies.

8 dimensionsAI skill evaluationdocumentation quality
0 likes · 17 min read
Does Your AI Skill Pass the Test? An 8‑Dimension Evaluation Framework