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.

882
Articles
0
Likes
1.3k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
Su San Talks Tech
Su San Talks Tech
Feb 25, 2026 · Artificial Intelligence

How to Build an AI‑Ready Project Structure for Faster, Higher‑Quality Code

This article explains why traditional codebases hinder AI‑assisted development, outlines the three new layers (rules, context, verification) needed for an AI‑ready architecture, provides a concrete project layout, and shows how to evolve workflows and team practices to achieve reliable, scalable AI‑driven coding.

AutomationDevOpsproject architecture
0 likes · 12 min read
How to Build an AI‑Ready Project Structure for Faster, Higher‑Quality Code
Su San Talks Tech
Su San Talks Tech
Feb 20, 2026 · Backend Development

How to Sync MySQL to Elasticsearch with DBSyncer: A Step‑by‑Step Guide

This guide introduces the open‑source DBSyncer tool, explains its key features, shows how to install it via Docker, and provides detailed step‑by‑step examples of synchronizing MySQL tables to another MySQL instance and to Elasticsearch, including configuration, field mapping, and verification.

DBSyncerData SynchronizationDocker
0 likes · 6 min read
How to Sync MySQL to Elasticsearch with DBSyncer: A Step‑by‑Step Guide
Su San Talks Tech
Su San Talks Tech
Feb 19, 2026 · Frontend Development

Boost Front‑End Productivity: Turn ASCII Sketches into Code with AI

By leveraging AI’s ability to parse structured ASCII sketches, developers can replace ambiguous natural‑language UI descriptions with precise visual blueprints, rapidly generate front‑end code for dashboards, iterate layouts, and fine‑tune components, while understanding the method’s benefits, workflow, and limitations.

AI code generationDashboardascii sketch
0 likes · 10 min read
Boost Front‑End Productivity: Turn ASCII Sketches into Code with AI
Su San Talks Tech
Su San Talks Tech
Feb 13, 2026 · Artificial Intelligence

How to Install and Use OpenClaw AI Agent on Your Own Server

This guide explains what OpenClaw is, its capabilities and risks, the project’s rapid growth, and provides step‑by‑step instructions for installing the platform, configuring large language models, handling common errors, and connecting it to chat applications like DingTalk, Feishu, and others.

ChatOpsOpen-sourceOpenClaw
0 likes · 9 min read
How to Install and Use OpenClaw AI Agent on Your Own Server
Su San Talks Tech
Su San Talks Tech
Feb 12, 2026 · Artificial Intelligence

Unlock AI Power: 5 Must‑Have Claude Skills to Supercharge Your Projects

This guide introduces five practical Claude Skills—including skill‑creator, obsidian‑skills, planning‑with‑files, makepad‑skills, and frontend‑design—explaining their core capabilities, how to invoke them, and step‑by‑step installation via GitHub repositories.

AI SkillsClaudeGitHub
0 likes · 6 min read
Unlock AI Power: 5 Must‑Have Claude Skills to Supercharge Your Projects
Su San Talks Tech
Su San Talks Tech
Feb 11, 2026 · Backend Development

Deploy SpringBoot to Docker with Alibaba’s CloudToolkit Plugin – A Step‑by‑Step Guide

This guide introduces Alibaba’s free CloudToolkit IntelliJ IDEA plugin, explains how to install it, configure remote hosts, and use its built‑in terminal and deployment features to automatically package a SpringBoot application into a Docker image, upload scripts, and launch the container with one click.

Automated DeploymentCloudToolkitDevOps
0 likes · 6 min read
Deploy SpringBoot to Docker with Alibaba’s CloudToolkit Plugin – A Step‑by‑Step Guide
Su San Talks Tech
Su San Talks Tech
Feb 10, 2026 · Databases

10 Must‑Know MySQL Advanced Techniques to Supercharge Performance

This article presents eleven practical MySQL advanced techniques—including EXPLAIN analysis, sophisticated indexing, window functions, CTEs, JSON handling, partitioning, join optimizations, user variables, online DDL, and generated columns—to help developers dramatically improve query performance and scalability in high‑load environments.

Advanced QueriesJSONMySQL
0 likes · 18 min read
10 Must‑Know MySQL Advanced Techniques to Supercharge Performance
Su San Talks Tech
Su San Talks Tech
Jan 30, 2026 · Backend Development

Why Kafka Rebalance Causes Backlog, Duplicates, and Data Loss—and How to Fix It

Kafka consumer group rebalances can trigger message backlogs, duplicate processing, and data loss; this article explains common rebalance triggers, their impact on consumption, and practical configuration and coding strategies—such as tuning timeout parameters, using manual offset commits, and sticky partition assignment—to minimize disruptions.

KafkaMessage DuplicationOffset Management
0 likes · 12 min read
Why Kafka Rebalance Causes Backlog, Duplicates, and Data Loss—and How to Fix It