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
Jul 17, 2026 · Frontend Development

How to Create and Sell Custom Codex Themes – A Step‑by‑Step Guide

This article walks through using the open‑source Codex‑Dream‑Skin project and GPT‑5.6 to customize Codex’s UI—changing backgrounds, colors, and widgets—while explaining the underlying Electron‑based injection technique and showing how the process can be turned into a small business.

AICDPCodex
0 likes · 7 min read
How to Create and Sell Custom Codex Themes – A Step‑by‑Step Guide
Su San Talks Tech
Su San Talks Tech
Jul 16, 2026 · Operations

How Skywalking’s New AI Features Turn Observability into Intelligent Diagnosis

Skywalking now integrates AI across three layers—Horizon UI AI Assistant for natural‑language queries, Virtual GenAI for transparent LLM call monitoring, and AI Pipeline for proactive, machine‑learning‑driven ops—providing step‑by‑step deployment guidance, real‑time chart generation, cost estimation, and use‑case recommendations.

AI PipelineApache SkywalkingHorizon UI
0 likes · 18 min read
How Skywalking’s New AI Features Turn Observability into Intelligent Diagnosis
Su San Talks Tech
Su San Talks Tech
Jul 15, 2026 · Artificial Intelligence

How Codex Transforms Java Development: From Theory to Real-World Projects

Codex, OpenAI’s cloud‑native software‑engineering agent, replaces the traditional write‑test‑fix cycle with an automated loop that can pull repositories, modify multiple files, run tests in isolated sandboxes, and output merge‑ready diffs, delivering 60‑75% speed gains for Java backend tasks when used with well‑crafted prompts and proper governance.

AI code generationCloud NativeJava
0 likes · 34 min read
How Codex Transforms Java Development: From Theory to Real-World Projects
Su San Talks Tech
Su San Talks Tech
Jul 14, 2026 · Artificial Intelligence

Claude Code Best Practices: Boost Your AI-Powered Development Workflow

This guide details Claude Code's configuration principles, step‑by‑step workflow best practices, debugging strategies, context management, subagents, skill organization, Superpowers plugin usage, OpenSpec integration, and security permissions, helping developers harness AI for efficient, disciplined coding.

AI coding assistantClaude CodeWorkflow Automation
0 likes · 19 min read
Claude Code Best Practices: Boost Your AI-Powered Development Workflow
Su San Talks Tech
Su San Talks Tech
Jul 12, 2026 · Backend Development

Why Java Developers Are Turning to FastAPI for High‑Performance APIs

This article explains why FastAPI has become popular among Java developers, comparing its high‑performance, type‑safe, async‑first design to Spring Boot and Flask, showing benchmark results, core concepts, step‑by‑step setup, pros and cons, real‑world use cases, and a practical performance comparison.

ASGIFastAPIPydantic
0 likes · 22 min read
Why Java Developers Are Turning to FastAPI for High‑Performance APIs
Su San Talks Tech
Su San Talks Tech
Jul 10, 2026 · Artificial Intelligence

The 10 Hottest AI Programming Skills of 2026 (And How to Use Them)

This article explains what Claude "Skills" are, compares them to traditional prompts, presents the 10 most practical Skills that dominate the 2026 programming scene, and provides installation commands, usage scenarios, and best‑practice tips for each.

AI programmingAutomationClaude Skills
0 likes · 13 min read
The 10 Hottest AI Programming Skills of 2026 (And How to Use Them)
Su San Talks Tech
Su San Talks Tech
Jul 9, 2026 · Artificial Intelligence

Spring AI 2.0 vs Spring AI Alibaba: Which Framework Fits Your Needs?

This article compares Spring AI 2.0 and Spring AI Alibaba, detailing their architectures, core capabilities, pros and cons, and ideal scenarios, and explains how the two can be combined to leverage both atomic AI integration and enterprise‑grade multi‑agent orchestration.

Enterprise AIGraph WorkflowJava AI frameworks
0 likes · 19 min read
Spring AI 2.0 vs Spring AI Alibaba: Which Framework Fits Your Needs?
Su San Talks Tech
Su San Talks Tech
Jul 8, 2026 · Artificial Intelligence

How to Build a Chat Service with Memory Using Spring AI 2.0

This article walks through integrating Spring AI 2.0 into a Spring Boot project, configuring model access, implementing synchronous and streaming chat endpoints, and adding Redis‑backed conversation memory to enable true multi‑turn interactions with large language models.

Chat MemoryChatClientJava
0 likes · 14 min read
How to Build a Chat Service with Memory Using Spring AI 2.0
Su San Talks Tech
Su San Talks Tech
Jul 8, 2026 · Backend Development

How to Choose the Right API Gateway for Your Architecture?

The article analyzes why the gateway layer often becomes a bottleneck, compares four gateway architecture patterns, evaluates protocol choices between HTTP and gRPC, presents performance benchmarks of open‑source gateways, reviews industry case studies, and finally recommends an APISIX‑based gRPC‑only architecture with domain‑level aggregation.

API GatewayAPISIXBFF
0 likes · 14 min read
How to Choose the Right API Gateway for Your Architecture?