Su San Talks Tech
Author

Su San Talks Tech

Su San, former staff at several leading tech companies, is a top creator on Juejin and a premium creator on CSDN, and runs the free coding practice site www.susan.net.cn.

937
Articles
0
Likes
2.6k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
Su San Talks Tech
Su San Talks Tech
May 27, 2026 · Artificial Intelligence

Next AI Draw.io: AI‑Powered Diagramming 10× Faster Than Visio

The article introduces Next AI Draw.io, an AI‑enhanced web app that integrates with Claude Code to generate architecture, sequence, use‑case, activity, and mind‑map diagrams via natural‑language prompts, offering a workflow claimed to be ten times faster than traditional Visio drawing.

AI diagrammingClaude CodeMCP
0 likes · 5 min read
Next AI Draw.io: AI‑Powered Diagramming 10× Faster Than Visio
Su San Talks Tech
Su San Talks Tech
May 27, 2026 · Artificial Intelligence

Why Switch from Hand‑Written HTTP Calls to Spring AI for Large‑Model Integration?

The article analyzes the drawbacks of manually coding HTTP calls to large language models—hard‑coded keys, fragile request construction, missing retries, and poor observability—and demonstrates how Spring AI’s layered abstraction, unified configuration, built‑in resilience, function calling, RAG support, and seamless Spring ecosystem integration solve these problems for production‑grade Java applications.

BackendJavaLLM
0 likes · 24 min read
Why Switch from Hand‑Written HTTP Calls to Spring AI for Large‑Model Integration?
Su San Talks Tech
Su San Talks Tech
May 26, 2026 · Backend Development

Mybatis-Plus vs Mybatis-Flex: Which ORM Framework Is Best for Your Project?

This article provides a detailed comparison between Mybatis-Plus and Mybatis-Flex, examining their design philosophies, core mechanisms, feature sets, performance benchmarks, database support, dependency weight, and community maturity, and offers practical guidance on choosing the right framework for different project scenarios.

JavaMyBatis-FlexMyBatis-Plus
0 likes · 19 min read
Mybatis-Plus vs Mybatis-Flex: Which ORM Framework Is Best for Your Project?
Su San Talks Tech
Su San Talks Tech
May 26, 2026 · Artificial Intelligence

9 Powerful AI Coding Efficiency Techniques to Supercharge Your Development

AI can speed up development, but many waste time on repetitive tasks; this guide explains nine practical techniques—including model selection, prompt control, parallel agents, slash commands, MCP integration, and automation scripts—to dramatically boost coding productivity with tools like Cursor and Claude Code.

AIAutomationClaude Code
0 likes · 32 min read
9 Powerful AI Coding Efficiency Techniques to Supercharge Your Development
Su San Talks Tech
Su San Talks Tech
May 25, 2026 · Artificial Intelligence

CC GUI: The Open‑Source 3.3k‑Star Companion that Brings Claude Code and Codex Directly into IntelliJ IDEA

CC GUI is a free MIT‑licensed IntelliJ IDEA plugin that wraps Claude Code and Codex CLI agents into a full visual workspace, offering dual‑engine switching, context‑aware dialogue, embedded diff, token tracking, plan mode and other features while comparing favorably to the lightweight ACP approach and other JetBrains AI agents.

AI coding assistantClaude CodeCodex
0 likes · 11 min read
CC GUI: The Open‑Source 3.3k‑Star Companion that Brings Claude Code and Codex Directly into IntelliJ IDEA
Su San Talks Tech
Su San Talks Tech
May 25, 2026 · Artificial Intelligence

Mastering RAG: Chunking, Embeddings, BM25 & Multi‑Index Retrieval in Python

This tutorial explains Retrieval‑Augmented Generation (RAG) from fundamentals to a full pipeline, covering text chunking strategies, VoyageAI embeddings, vector‑store implementation, BM25 lexical search, and a multi‑index retriever that fuses semantic and lexical results with Reciprocal Rank Fusion.

BM25PythonRAG
0 likes · 48 min read
Mastering RAG: Chunking, Embeddings, BM25 & Multi‑Index Retrieval in Python
Su San Talks Tech
Su San Talks Tech
May 24, 2026 · Backend Development

How to Speed Up IntelliJ IDEA: 10 Essential Fixes for Java Developers

This article lists ten common IntelliJ IDEA pitfalls—such as high memory usage, indexing delays, Lombok errors, broken breakpoints, console encoding issues, unwanted Git commits, slow Maven downloads, classpath mismatches, shortcut conflicts, and automatic code reformatting—and provides step‑by‑step solutions to make the IDE run smoothly for Java and Spring projects.

DebuggingGitIDE optimization
0 likes · 23 min read
How to Speed Up IntelliJ IDEA: 10 Essential Fixes for Java Developers
Su San Talks Tech
Su San Talks Tech
May 22, 2026 · Artificial Intelligence

Understanding the Core Mechanics Behind Claude Agent Skills

This article provides a detailed, step‑by‑step analysis of Claude's Agent Skills system, explaining how skills are discovered, structured in SKILL.md files, progressively disclosed, and executed through prompt expansion and context modification, complete with code snippets, design patterns, and workflow examples.

AI agentsAgent skillsClaude
0 likes · 24 min read
Understanding the Core Mechanics Behind Claude Agent Skills
Su San Talks Tech
Su San Talks Tech
May 21, 2026 · Artificial Intelligence

Unlocking Codex’s Full Potential: From Coding Agent to Computer Work System

The article analyzes how Codex is evolving from a code‑writing assistant into a broader computer work system by leveraging durable threads, tool integration, voice‑based control, automations, and verifiable goals, shifting the focus from isolated code tasks to end‑to‑end workflow completion.

AI agentsAutomationCodex
0 likes · 11 min read
Unlocking Codex’s Full Potential: From Coding Agent to Computer Work System
Su San Talks Tech
Su San Talks Tech
May 21, 2026 · Backend Development

Druid vs HikariCP: Which Java Connection Pool Wins?

The article compares Alibaba’s Druid and Spring Boot’s default HikariCP connection pools, explaining how connection pooling works, presenting benchmark results that show HikariCP’s lower latency and higher TPS, detailing HikariCP’s lock‑free ConcurrentBag and bytecode optimizations, and highlighting Druid’s rich monitoring, SQL firewall and leak detection features to help developers choose the right pool for different scenarios.

Connection PoolDruidJava
0 likes · 18 min read
Druid vs HikariCP: Which Java Connection Pool Wins?