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 2, 2026 · Artificial Intelligence

Why GPT-Image-2 Outshines Nano Banana in Every Way

The article reviews the full release of GPT-Image-2, showcases dozens of Chinese prompt examples that generate travel guides, recipe flowcharts, scientific infographics, portrait photography, and Chinese‑style posters, and distills five practical prompt‑engineering rules while linking to a popular GitHub prompt repository.

AI image generationChinese promptsGPT Image 2
0 likes · 18 min read
Why GPT-Image-2 Outshines Nano Banana in Every Way
Su San Talks Tech
Su San Talks Tech
Apr 29, 2026 · Artificial Intelligence

Why VSCode + Claude Code Is a Game‑Changer for AI‑Powered Coding

This guide walks through installing, configuring, and using the Claude Code extension in VSCode, highlighting its context‑aware features, multiple editing modes, effort levels, command shortcuts, and how it outperforms the older IDEA plugin.

AI coding assistantClaude CodeIDE extension
0 likes · 6 min read
Why VSCode + Claude Code Is a Game‑Changer for AI‑Powered Coding
Su San Talks Tech
Su San Talks Tech
Apr 29, 2026 · Artificial Intelligence

10 Essential AI Prompt Templates Every Programmer Should Use

The article explains why well‑crafted prompts are crucial for AI‑assisted programming, introduces the STAR principle for prompt design, and provides ten ready‑to‑use prompt templates covering requirement analysis, test generation, code explanation, refactoring, debugging, performance tuning, SQL design, documentation, architecture review, and language translation.

AI promptingBackendJava
0 likes · 12 min read
10 Essential AI Prompt Templates Every Programmer Should Use
Su San Talks Tech
Su San Talks Tech
Apr 28, 2026 · Artificial Intelligence

Why free-claude-code Is the Must‑Have Open‑Source Proxy for Claude Code

free-claude-code, which amassed over 16 000 stars in a week, offers a zero‑cost local proxy that solves Claude Code’s high API fees, access restrictions, and model lock‑in by routing requests to free or low‑price LLM providers, supports six providers, provides a quick 10‑minute setup, and adds advanced features like Discord bots and interactive model selection.

AI codingClaude CodeDiscord bot
0 likes · 11 min read
Why free-claude-code Is the Must‑Have Open‑Source Proxy for Claude Code
Su San Talks Tech
Su San Talks Tech
Apr 27, 2026 · Backend Development

10 Common Pitfalls in MyBatis-Plus and How to Avoid Them

The article enumerates ten typical traps when using MyBatis-Plus—such as incorrect pagination counts, ineffective pagination plugins, logical delete mishandling, auto‑fill failures, optimistic‑lock issues, null‑value conditions, batch‑insert slowness, enum mapping errors, wrapper overwrites, and type‑handler problems—explains why they occur, and provides concrete code‑level solutions and best‑practice recommendations.

Batch InsertJavaLogical Delete
0 likes · 19 min read
10 Common Pitfalls in MyBatis-Plus and How to Avoid Them
Su San Talks Tech
Su San Talks Tech
Apr 25, 2026 · Backend Development

35 Practical Claude Code Tips to Supercharge Your Development

This guide presents 35 hands‑on Claude Code techniques—from project initialization and session management to code quality, architecture reviews, automation, and debugging—each with ready‑to‑copy commands or prompts that help developers streamline AI‑assisted software creation.

AI Code AssistantClaude CodePrompt Engineering
0 likes · 17 min read
35 Practical Claude Code Tips to Supercharge Your Development
Su San Talks Tech
Su San Talks Tech
Apr 25, 2026 · Artificial Intelligence

GPT-5.5 vs DeepSeek V4: Which Model Wins the AI Race?

The article compares OpenAI's GPT‑5.5 and DeepSeek V4 on architecture, inference efficiency, benchmark performance, pricing, and ecosystem openness, offering scenario‑based recommendations to help developers choose the model that best fits their cost, performance, and deployment needs.

AI model comparisonDeepSeek V4GPT-5.5
0 likes · 9 min read
GPT-5.5 vs DeepSeek V4: Which Model Wins the AI Race?
Su San Talks Tech
Su San Talks Tech
Apr 23, 2026 · Artificial Intelligence

The Ultimate AI‑Powered Coding Workflow

The author details a two‑month experiment that combines Claude Code, Codex, and Gemini into a four‑step AI‑driven development pipeline, showing how each model’s strengths complement the others to double coding efficiency for medium‑to‑large projects.

AI coding workflowClaude CodeCodex
0 likes · 11 min read
The Ultimate AI‑Powered Coding Workflow