All Articles

143654 articles · Page 447 of 7183
Black & White Path
Black & White Path
Apr 24, 2026 · Information Security

Why Forgotten Ghost APIs Are Becoming Attackers’ Golden Backdoors

Ghost APIs—deprecated endpoints that remain active in production—create invisible attack surfaces, allowing adversaries to bypass modern defenses, as illustrated by incidents like Optus and T‑Mobile; the article dissects their risks, how attackers locate them, and practical three‑step defenses to eliminate these hidden vulnerabilities.

AI threatAPI SecurityDeprecated endpoints
0 likes · 15 min read
Why Forgotten Ghost APIs Are Becoming Attackers’ Golden Backdoors
Black & White Path
Black & White Path
Apr 24, 2026 · Industry Insights

Why Some Chinese Banks Face Dual Penalties for Cybersecurity Violations and Their Staff Are Also Fined

In April 2026, the People's Bank of China Xinjiang branch fined Hami City Commercial Bank 3.836 million yuan for multiple regulatory breaches, including cybersecurity and data‑security violations, and also fined two of its technology staff members, illustrating a growing trend of dual penalties for banks and their tech personnel in China.

ChinaData Securitybanking regulation
0 likes · 4 min read
Why Some Chinese Banks Face Dual Penalties for Cybersecurity Violations and Their Staff Are Also Fined
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 24, 2026 · Backend Development

Simplify SpringBoot ID, Enum, and Dictionary Translation with a Single @Trans Annotation

Easy‑Trans is a SpringBoot starter that eliminates repetitive ID‑to‑name, dictionary code‑to‑text, and cross‑service field translation code by using a single @Trans annotation, offering five translation modes, Maven integration, YAML configuration, and optional Redis caching to boost performance and reduce boilerplate.

AnnotationData TranslationEasy-Trans
0 likes · 7 min read
Simplify SpringBoot ID, Enum, and Dictionary Translation with a Single @Trans Annotation
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 24, 2026 · Databases

Why Choose PostgreSQL Over MySQL Despite MySQL’s Popularity?

The article compares PostgreSQL and MySQL across data types, native sequences, extensions, monitoring tools, replication mechanisms, licensing, community governance, and MVCC implementation, showing why many Chinese tech giants favor PostgreSQL for complex, high‑consistency workloads while acknowledging MySQL’s strengths in simple web scenarios.

Database ComparisonExtensionsMVCC
0 likes · 9 min read
Why Choose PostgreSQL Over MySQL Despite MySQL’s Popularity?
Java Backend Technology
Java Backend Technology
Apr 24, 2026 · Artificial Intelligence

Interviewers Mock My Fast Open‑Source Reading—I Say I Use DeepWiki’s Codemap Mode

The article explains how DeepWiki, an AI‑powered tool by Devin, indexes GitHub repositories and offers both symbol‑level documentation and a Codemap mode that pairs step‑by‑step explanations with the exact source files, dramatically speeding up the learning of open‑source projects.

AI-assisted code readingCodemapDeepWiki
0 likes · 6 min read
Interviewers Mock My Fast Open‑Source Reading—I Say I Use DeepWiki’s Codemap Mode
java1234
java1234
Apr 24, 2026 · Artificial Intelligence

Choosing Between Spring AI 2.0 and LangChain4j for Java AI Development

This article compares Spring AI 2.0 and LangChain4j, examining their positioning, version alignment, architecture, programming model, RAG support, observability, learning curve, and ecosystem integration to help Java teams decide which library best fits their AI project constraints.

AI librariesLLM integrationLangChain4j
0 likes · 13 min read
Choosing Between Spring AI 2.0 and LangChain4j for Java AI Development
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 24, 2026 · Operations

Automated Linux System Inspection Script for Comprehensive Health Checks

This article provides a Bash script that automatically gathers Linux system information—including OS details, uptime, CPU and memory usage, disk utilization with tiered alerts, network interfaces, top memory‑consuming processes, key service status, pending updates, recent error logs, load average, TCP connections, and zombie processes—and shows how to schedule it with cron for daily reporting.

Server healthSystem Monitoringautomation
0 likes · 11 min read
Automated Linux System Inspection Script for Comprehensive Health Checks
AI Info Trend
AI Info Trend
Apr 24, 2026 · Industry Insights

How Agentic AI Can Automate 60% of Marketing Work and Drive 10‑30% Revenue Growth

McKinsey’s report shows that agentic AI, built on large models, can take on about 60% of marketing tasks—automating content creation, audience testing, and media planning—while boosting revenue 10‑30%, increasing execution speed 10‑15×, cutting costs, and outlining a five‑step workflow transformation with associated risks and governance recommendations.

AI adoptionRevenue Growthagentic AI
0 likes · 10 min read
How Agentic AI Can Automate 60% of Marketing Work and Drive 10‑30% Revenue Growth
Java Web Project
Java Web Project
Apr 24, 2026 · Backend Development

Boost Java Productivity: Integrate Claude & Codex into IntelliJ IDEA Free

The article presents a step‑by‑step, three‑month‑tested workflow that embeds Anthropic Claude and OpenAI Codex into IntelliJ IDEA via the Continue plugin, enabling Java developers to auto‑generate CRUD code, unit tests, and refactorings, connect Claude to the database, and avoid repetitive coding tasks without purchasing a subscription.

AI-assisted developmentClaudeCodex
0 likes · 12 min read
Boost Java Productivity: Integrate Claude & Codex into IntelliJ IDEA Free
Lisa Notes
Lisa Notes
Apr 24, 2026 · Fundamentals

Java Inheritance from Scratch: Stage‑2 AI Learning Notes

This note explains Java inheritance, covering the single‑inheritance class hierarchy, a Car class example, a ChildCar subclass that adds a load field, and eight key inheritance capabilities such as member reuse, method overriding, and constructor chaining, illustrating why inheritance improves code reuse and quality.

Class HierarchyObject-Oriented ProgrammingSubclass
0 likes · 7 min read
Java Inheritance from Scratch: Stage‑2 AI Learning Notes
Infinite Tech Management
Infinite Tech Management
Apr 24, 2026 · R&D Management

From Pig Pens to Skyscrapers: How Programmers Become Architects

The article explains why coding skill alone isn’t enough, outlines the four essential architectural mindsets, shows how neglecting business, people, technology, and operational complexity turns systems into spaghetti, and offers concrete career advice for engineers at every level.

Software Architecturearchitectural thinkingcareer development
0 likes · 10 min read
From Pig Pens to Skyscrapers: How Programmers Become Architects
Java Architect Essentials
Java Architect Essentials
Apr 24, 2026 · Frontend Development

Why Notepad Next Outshines Notepad++ as a Cross‑Platform Code Editor

The article evaluates Notepad Next as a cross‑platform replacement for Notepad++, detailing its Qt‑based UI, support for multiple languages, workspace folders, macro recording, and easy Linux installation via Flatpak or AppImage, while noting its ongoing development and experimental macOS build.

FlatpakNotepadNotepad Next
0 likes · 4 min read
Why Notepad Next Outshines Notepad++ as a Cross‑Platform Code Editor
SpringMeng
SpringMeng
Apr 24, 2026 · Backend Development

35 Practical Claude Code Tips with Ready‑to‑Use Commands

This guide presents 35 concrete Claude Code techniques—each with a ready command or prompt—to streamline project bootstrapping, session handling, code quality, architecture, API design, automation, debugging, and recovery for faster, more reliable software development.

AI coding assistantClaude CodePrompt engineering
0 likes · 15 min read
35 Practical Claude Code Tips with Ready‑to‑Use Commands
Big Data Technology & Architecture
Big Data Technology & Architecture
Apr 24, 2026 · Artificial Intelligence

A Deep Dive into Flink Agents: Architecture, Roadmap, and Upcoming Features

The article explains Flink Agents' current 0.3 preview, detailing its layered architecture—from Agent definition to execution plan and runtime operators—while outlining the roadmap for Skills integration, Mem0 long‑term memory, durable execution, and observability enhancements aimed at production readiness.

AI agentsAgentPlanFlink
0 likes · 7 min read
A Deep Dive into Flink Agents: Architecture, Roadmap, and Upcoming Features
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 24, 2026 · Artificial Intelligence

How Hermes Agent Achieves Self‑Evolution: A Deep Dive into Prompt, Context, and Harness Design

This article provides a detailed technical analysis of Hermes Agent, explaining how its dynamic skill generation and reinforcement‑learning loop enable true self‑evolution, and examines the prompt engineering, context compression, memory architecture, harness mechanisms, error handling, and plugin ecosystem that differentiate it from OpenClaw and Claude Code.

Agent FrameworkHermes AgentPrompt engineering
0 likes · 41 min read
How Hermes Agent Achieves Self‑Evolution: A Deep Dive into Prompt, Context, and Harness Design
Architecture & Thinking
Architecture & Thinking
Apr 24, 2026 · Databases

SQL Index Failure Scenarios: Essential Pitfalls and Fixes Every Developer Must Know

This article systematically examines why MySQL indexes can become ineffective—covering function calls, implicit casts, LIKE patterns, OR conditions, composite‑index left‑most rules, data distribution, and ORDER/GROUP mismatches—while providing concrete code examples, production case studies, and actionable optimization techniques.

B+TreeIndex OptimizationMySQL
0 likes · 26 min read
SQL Index Failure Scenarios: Essential Pitfalls and Fixes Every Developer Must Know
Geek Labs
Geek Labs
Apr 24, 2026 · Artificial Intelligence

One-Click Ad Video from Assets + Brief, plus Baidu’s 8B Text-to-Image – An AI Toolbox

The article introduces three open‑source AI tools—a video editor that turns raw footage and a brief into a finished ad, Baidu's 8‑billion‑parameter text‑to‑image model that runs on 24 GB GPUs, and a weekly AI‑developer digest that auto‑generates Chinese reports—detailing their workflows, benchmarks, usage commands, and target users.

AI content creationAI video editingAgentic workflow
0 likes · 9 min read
One-Click Ad Video from Assets + Brief, plus Baidu’s 8B Text-to-Image – An AI Toolbox
Geek Labs
Geek Labs
Apr 24, 2026 · Artificial Intelligence

Automatically Evolve Claude Code Skills: Open‑Source System That Strengthens AI Tools Over Time

The darwin-skill project introduces a ratchet‑based optimization loop that scores each Skill on eight dimensions, generates improvement proposals, commits changes, re‑scores, and only retains upgrades, with human confirmation between phases, enabling scalable maintenance of dozens of AI agent Skills.

AI agentsClaude CodeDarwin-skill
0 likes · 6 min read
Automatically Evolve Claude Code Skills: Open‑Source System That Strengthens AI Tools Over Time
Geek Labs
Geek Labs
Apr 24, 2026 · Artificial Intelligence

Generate Architecture, Flowcharts, and PPT Diagrams with Claude Code – A Practical Guide

The article introduces the open‑source fireworks‑tech‑graph project, a Claude Code skill that turns natural‑language prompts into production‑grade SVG/PNG diagrams, offering seven visual styles, 14 UML types, built‑in AI/Agent semantics, and a seamless workflow that outperforms Mermaid and draw.io for technical documentation and presentations.

AI diagram toolClaude CodeUML
0 likes · 7 min read
Generate Architecture, Flowcharts, and PPT Diagrams with Claude Code – A Practical Guide