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.

1.0k
Articles
0
Likes
5.8k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
Su San Talks Tech
Su San Talks Tech
Jun 10, 2026 · Artificial Intelligence

Mastering Claude Code: 6 Essential Commands for AI‑Powered Development

This article breaks down Claude Code's six built‑in slash commands—/goal, /loop, /batch, /simplify, /doctor, and /debug—explaining their purpose, when to use them, best‑practice tips, and how to combine them for autonomous, goal‑driven coding workflows.

AI programmingAutomationClaude Code
0 likes · 12 min read
Mastering Claude Code: 6 Essential Commands for AI‑Powered Development
Su San Talks Tech
Su San Talks Tech
Jun 9, 2026 · Artificial Intelligence

Zero‑Cost Unlimited‑Token Access to Qwen 3.6: A Step‑by‑Step Guide

This article explains how developers can bypass token‑cost barriers by using iFlytek’s MaaS platform to obtain free, unlimited‑token access to the Qwen 3.6‑35B‑A3B model, details the model’s MoE architecture and benchmark performance, and provides a complete Java integration tutorial with code samples and practical use‑case suggestions.

AIAPIJava
0 likes · 16 min read
Zero‑Cost Unlimited‑Token Access to Qwen 3.6: A Step‑by‑Step Guide
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
Su San Talks Tech
Su San Talks Tech
Jun 7, 2026 · Databases

Master Neo4j: Complete Beginner’s Guide, Core Concepts, Cypher Commands, and Spring Boot Integration

This article introduces Neo4j, explains how graph databases differ from relational tables, walks through three installation methods, details nodes, relationships, and paths, provides extensive Cypher examples for creating, querying, updating, and deleting data, and shows how to integrate Neo4j with Spring Boot, plus pros, cons, and use cases.

CypherGraph DatabaseNeo4j
0 likes · 19 min read
Master Neo4j: Complete Beginner’s Guide, Core Concepts, Cypher Commands, and Spring Boot Integration
Su San Talks Tech
Su San Talks Tech
Jun 5, 2026 · Backend Development

A Comprehensive Guide to Java Tech Stack Skills for AI Agents

This guide curates essential AI Agent Skills for the Java ecosystem, covering backend tools like Spring Boot, MyBatis‑Plus, and Redis, frontend frameworks such as Vue and React, installation commands, custom Skill examples, and recommended full‑stack workflows to boost project productivity.

AI Agent SkillsJavaMyBatis-Plus
0 likes · 12 min read
A Comprehensive Guide to Java Tech Stack Skills for AI Agents
Su San Talks Tech
Su San Talks Tech
Jun 4, 2026 · Backend Development

Comprehensive Guide to Spring Boot AI Agent Skills

This guide presents a curated overview of Spring Boot AI Agent Skills, detailing top repositories, installation steps, core functionalities, integration with Spring AI, and step‑by‑step instructions for creating custom Skills to boost development productivity and code quality.

AI agentDevOpsSkills
0 likes · 12 min read
Comprehensive Guide to Spring Boot AI Agent Skills
Su San Talks Tech
Su San Talks Tech
Jun 2, 2026 · Backend Development

MybatisPlus Pro: Supercharging CRUD Development Efficiency

This article analyzes MybatisPlus Pro, explaining how it eliminates repetitive CRUD code in MyBatis‑Plus projects by providing a BaseController and utility classes that auto‑generate service and controller layers, while also detailing its internal mechanisms, advantages, drawbacks, suitable scenarios, and common pitfalls.

CRUDJavaMyBatis
0 likes · 22 min read
MybatisPlus Pro: Supercharging CRUD Development Efficiency
Su San Talks Tech
Su San Talks Tech
Jun 1, 2026 · Artificial Intelligence

How to Connect Codex with DeepSeek V4 – A Complete Step‑by‑Step Guide

This article walks through two practical solutions—using cc‑switch or Codex++—to bridge Codex's Responses API with DeepSeek V4's Chat Completions, covering installation, API‑key retrieval, configuration, testing, common pitfalls, and a comparison of which method suits different user preferences.

API IntegrationCC SwitchChat Completions
0 likes · 10 min read
How to Connect Codex with DeepSeek V4 – A Complete Step‑by‑Step Guide
Su San Talks Tech
Su San Talks Tech
Jun 1, 2026 · Backend Development

Can Java 21’s Virtual Threads Make Thread Pools Obsolete?

The article examines whether Java 21’s cheap virtual threads can replace traditional thread pools, explaining the original purpose of pools, their role as natural throttlers, scenarios where virtual threads excel or fail, and practical guidelines to avoid pitfalls like pinning.

JavaJava 21Virtual Threads
0 likes · 7 min read
Can Java 21’s Virtual Threads Make Thread Pools Obsolete?