All Articles

141318 articles · Page 148 of 7066
Java Tech Workshop
Java Tech Workshop
Jun 8, 2026 · Databases

Advanced SpringBoot Read‑Write Splitting: Master‑Slave Switching and Automatic Failover

In high‑concurrency internet architectures, a MySQL master‑slave setup with read‑write splitting is the baseline for high availability, but static routing suffers from node failures and lag; this article explains how ShardingSphere provides health checks, auto‑failover, load‑balancing, and degradation to achieve resilient read‑write separation.

Automatic FailoverMySQLRead‑Write Splitting
0 likes · 14 min read
Advanced SpringBoot Read‑Write Splitting: Master‑Slave Switching and Automatic Failover
Su San Talks Tech
Su San Talks Tech
Jun 8, 2026 · Backend Development

Building an Enterprise Log MCP: A Hands‑On Guide

The article explains why AI alone cannot reliably analyze logs, proposes wrapping an enterprise Loki or Elasticsearch log system with a custom MCP that separates discovery and query layers, discusses transport and authentication choices, provides complete Python implementation, and shares three production lessons to ensure safe, scalable log querying.

AI-assisted debuggingElasticsearchLogQL
0 likes · 24 min read
Building an Enterprise Log MCP: A Hands‑On Guide
ZhiKe AI
ZhiKe AI
Jun 8, 2026 · Backend Development

Microservices Unpacked: Why Independent Deployment Trumps Just Splitting Services

The article clarifies that microservices are defined by business‑capability‑aligned, independently deployable services—not merely smaller services—detailing five core mechanisms, distributed‑system constraints, SOA comparison, and five common misconceptions.

CAP theoremDistributed SystemsDomain-Driven Design
0 likes · 14 min read
Microservices Unpacked: Why Independent Deployment Trumps Just Splitting Services
AgentGuide
AgentGuide
Jun 8, 2026 · Artificial Intelligence

Agentic RAG vs Regular RAG: Key Differences, Trade‑offs, and Interview‑Ready Answer

This article explains what Agentic RAG is, contrasts it with ordinary RAG by detailing its dynamic decision‑making, multi‑step retrieval loop, higher cost and latency, and suitable scenarios, and outlines two implementation patterns—single‑agent and multi‑agent—plus a concise interview response.

AI agentsAgentic RAGLLM
0 likes · 5 min read
Agentic RAG vs Regular RAG: Key Differences, Trade‑offs, and Interview‑Ready Answer
PMTalk Product Manager Community
PMTalk Product Manager Community
Jun 8, 2026 · User Experience Design

Interaction Design Guide for AI Products: Making Experiences Feel Worthwhile

The article explains that effective interaction design focuses on real human behavior, reducing user cost while increasing reward, managing expectations, and using aesthetics and playful mechanics as tools to create seamless, habit‑forming experiences under business, technical, and operational constraints.

Cost ReductionUser Experienceexpectation management
0 likes · 8 min read
Interaction Design Guide for AI Products: Making Experiences Feel Worthwhile
PMTalk Product Manager Community
PMTalk Product Manager Community
Jun 8, 2026 · Industry Insights

Why Is Deploying Enterprise Agents So Hard? Connecting AI to Business, Not Just Systems

The article analyzes why enterprise‑level AI agents that work in demos often fail in real business environments, highlighting that the core challenge lies in building robust engineering, security, and organizational frameworks to integrate AI into actual workflows rather than merely attaching a model to a system.

Agent deploymentBusiness IntegrationEngineering Challenges
0 likes · 15 min read
Why Is Deploying Enterprise Agents So Hard? Connecting AI to Business, Not Just Systems
Black & White Path
Black & White Path
Jun 8, 2026 · Information Security

Anthropic’s “Zero Trust for AI Agents” Ebook: A Three‑Layer Security Framework

Anthropic’s new ebook outlines a three‑layer zero‑trust framework for securing autonomous AI agents, detailing the accelerated threat timeline, five major attack vectors, specific controls for identity, access, isolation, monitoring, and introduces Agentic SOAR, while providing an eight‑stage implementation workflow and guidance for enterprises.

AI agentsAI securityAgentic SOAR
0 likes · 16 min read
Anthropic’s “Zero Trust for AI Agents” Ebook: A Three‑Layer Security Framework
Black & White Path
Black & White Path
Jun 8, 2026 · Information Security

How a Single Authorization Header Bypassed Authentication and Earned a $3,000 Bounty

Security researcher ALR discovered that a web application only checks for the presence of the Authorization header, allowing any request with "Authorization: Basic"—even without credentials—to access around 50 API endpoints, leading to a critical authentication bypass and a $3,000 bounty.

Authentication BypassAuthorization HeaderBug Bounty
0 likes · 5 min read
How a Single Authorization Header Bypassed Authentication and Earned a $3,000 Bounty
Black & White Path
Black & White Path
Jun 8, 2026 · Information Security

How Hackers Turn Instagram’s Three Major Flaws Into Profit Machines

The article dissects three critical Instagram vulnerabilities—AI‑driven account hijacking, mass‑report‑based bans, and massive data leaks—and reveals the step‑by‑step monetisation tactics hackers use, from selling compromised accounts to extorting users and trading personal data on underground markets.

Instagramaccount hijackingcybercrime
0 likes · 8 min read
How Hackers Turn Instagram’s Three Major Flaws Into Profit Machines
Geek Labs
Geek Labs
Jun 8, 2026 · Artificial Intelligence

Five Trending GitHub Projects: AI Agent Orchestration, Knowledge Compilation, and One-Click Video Download

This article introduces five popular open‑source GitHub projects—a Chrome video‑download extension, an AI‑agent orchestration desktop, a Claude‑Code project manager, a multi‑agent workspace, and a knowledge‑compiler wiki—detailing their architectures, key features, and usage steps.

AI AgentBrowser ExtensionGitHub
0 likes · 9 min read
Five Trending GitHub Projects: AI Agent Orchestration, Knowledge Compilation, and One-Click Video Download
Lobster Programming
Lobster Programming
Jun 8, 2026 · Databases

Why Redis Cache Expiration Triggers System Spikes

The article explains how massive simultaneous expiration of Redis keys can overload the single‑threaded server, causing brief request blocking, response‑time spikes, and even memory‑related issues in master‑slave setups.

Rediscache expirationeviction policies
0 likes · 6 min read
Why Redis Cache Expiration Triggers System Spikes
AI Engineer Programming
AI Engineer Programming
Jun 8, 2026 · Artificial Intelligence

When to Use Small Models: A System Design Perspective

Small models are chosen based on deployment constraints rather than absolute parameter counts; the article outlines how resource limits, latency, cost, privacy, and task characteristics define their suitability, compares their strengths and weaknesses to large models, and offers system‑level design patterns for effective use.

LLM deploymentRAGinference optimization
0 likes · 20 min read
When to Use Small Models: A System Design Perspective
Linyb Geek Road
Linyb Geek Road
Jun 8, 2026 · Artificial Intelligence

How OpenAI’s Codex Team Built a Commercial App Without Writing a Single Line of Human Code

OpenAI’s Codex team started from an empty repository and, by relying solely on AI‑generated application logic, tests, CI configurations and documentation, built a commercial‑grade software product in one‑tenth the usual development time, detailing roles, repository knowledge, agent legibility, architecture constraints, and iterative autonomy.

AI code generationCodexagent-based development
0 likes · 12 min read
How OpenAI’s Codex Team Built a Commercial App Without Writing a Single Line of Human Code
Linyb Geek Road
Linyb Geek Road
Jun 8, 2026 · Artificial Intelligence

Harness Engineering: How OpenAI’s Agent‑First Approach Redefined Software Development

OpenAI’s five‑month experiment showed that by replacing manual coding with an "agent‑first" workflow—designing environments, building scaffolding, and automating feedback loops—engineers can produce a million lines of code, 1,500 PRs, and a fully functional product while spending only a tenth of the time traditionally required.

AgentCodexHarness Engineering
0 likes · 22 min read
Harness Engineering: How OpenAI’s Agent‑First Approach Redefined Software Development
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 8, 2026 · Industry Insights

Industry Benchmark: In‑Depth Analysis of How Top Software Giants Implement the SLSA Framework

The article examines how leading software companies such as Google, Microsoft, and Intel adopt and scale the SLSA framework, detailing internal validation, open‑source contributions, cloud‑native integration, and hardware‑anchored trust to illustrate a strategic shift toward industry‑wide software‑supply‑chain security.

GoogleIntelMicrosoft
0 likes · 10 min read
Industry Benchmark: In‑Depth Analysis of How Top Software Giants Implement the SLSA Framework
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 8, 2026 · Backend Development

Zero-Code Changes: Dynamic Field Masking in Spring Boot

This guide shows how to mask sensitive fields like phone numbers and ID cards in Spring Boot responses without modifying business code, using a global ResponseBodyAdvice, JsonPath rules defined in application.yml, and optional custom @Masking annotation for fine-grained control.

Custom AnnotationDynamic MaskingJsonPath
0 likes · 9 min read
Zero-Code Changes: Dynamic Field Masking in Spring Boot
AI Architecture Path
AI Architecture Path
Jun 8, 2026 · Artificial Intelligence

Open‑Source Terminal AI Coding Agent Cuts Token Use by 61% and Boosts Edit Success 10‑Fold

Amid a surge of AI terminal coding tools, the open‑source agent oh‑my‑pi (omp) tackles common shortcomings with Hashline hash‑anchor editing, native LSP‑based refactoring, DAP‑integrated debugging, multi‑model routing, dual Python/JS kernels, parallel sub‑agents and token‑saving TTSR rules, delivering up to 61% token reduction and a ten‑fold increase in edit success rates.

AI codingHashlineLSP
0 likes · 15 min read
Open‑Source Terminal AI Coding Agent Cuts Token Use by 61% and Boosts Edit Success 10‑Fold
AI Architecture Hub
AI Architecture Hub
Jun 8, 2026 · Artificial Intelligence

Build Fully Automated Claude Workflows to Run While You Sleep

The article explains how repetitive daily tasks—trend scanning, multi‑platform content creation, report compilation, and follow‑up emails—can be turned into autonomous Claude workflows by defining a role, attaching tools, setting triggers, and specifying output, then walks through a five‑step method to create a morning‑briefing workflow in under 30 minutes, showing the productivity shift it enables.

AI AutomationClaudePrompt Engineering
0 likes · 14 min read
Build Fully Automated Claude Workflows to Run While You Sleep
LuTiao Programming
LuTiao Programming
Jun 7, 2026 · Frontend Development

Why Slicing Beats Coding: Lessons from Recreating a Product Mockup with Claude, Codex, Cursor, and v0.app

The author rebuilt a visually complex app homepage using React, Next.js, Tailwind CSS and AI tools (Claude, Codex, Cursor, v0.app), discovering that while the AI can generate functional code, the real challenge lies in correctly slicing the design into background assets and DOM elements to preserve visual fidelity.

AI code generationClaudeCodex
0 likes · 14 min read
Why Slicing Beats Coding: Lessons from Recreating a Product Mockup with Claude, Codex, Cursor, and v0.app