SpringMeng
Author

SpringMeng

Focused on software development, sharing source code and tutorials for various systems.

110
Articles
0
Likes
869
Views
0
Comments
Recent Articles

Latest from SpringMeng

100 recent articles max
SpringMeng
SpringMeng
Jul 13, 2026 · Backend Development

Add AI to a Spring Boot Project in a Few Lines with Spring AI 2.0

This guide walks through integrating Spring AI 2.0 into a Spring Boot application, covering Maven dependency setup, model configuration, ChatClient usage for synchronous and streaming calls, Redis‑backed chat memory for multi‑turn conversations, and testing with Postman and a UI component.

AIJavaOpenAI
0 likes · 14 min read
Add AI to a Spring Boot Project in a Few Lines with Spring AI 2.0
SpringMeng
SpringMeng
Jul 10, 2026 · Frontend Development

Exploring TDesign: A Complete Guide to the New Open‑Source UI Library

This article walks through Tencent's open‑source TDesign library, covering its cross‑framework component suite, starter‑kit CLI initialization, AI‑friendly MCP server, and step‑by‑step creation of an AI chat page with practical code snippets and screenshots.

AI integrationCLIMCP
0 likes · 8 min read
Exploring TDesign: A Complete Guide to the New Open‑Source UI Library
SpringMeng
SpringMeng
Jul 9, 2026 · Backend Development

Elegant Online User Count with Redis Sorted Sets (ZSET)

This article explains how to implement an online user counting feature by using Redis sorted sets, covering user identification (token or browser fingerprint), adding users with ZADD, querying current online users with ZRANGEBYSCORE, and cleaning up expired entries via ZREMRANGEBYSCORE and ZREM.

JavaRedisZSet
0 likes · 6 min read
Elegant Online User Count with Redis Sorted Sets (ZSET)
SpringMeng
SpringMeng
Jul 6, 2026 · Artificial Intelligence

Why PaddleOCR Is the Must‑Use Open‑Source OCR Tool in 2026

PaddleOCR, the Baidu‑backed open‑source OCR library, now at version 3.7 with the PP‑OCRv6 model, delivers industry‑leading accuracy, 110+ language support, lightweight deployment options and easy Java integration, making it the go‑to solution for document digitization, invoice processing and multilingual text extraction.

Deep LearningJava integrationMultilingual
0 likes · 20 min read
Why PaddleOCR Is the Must‑Use Open‑Source OCR Tool in 2026
SpringMeng
SpringMeng
Jun 23, 2026 · Artificial Intelligence

Taming Claude Code: Essential Tricks to Turn It from Unruly to Powerful

This article walks through the inner workings of Claude Code, explains why it behaves unpredictably out of the box, and provides a step‑by‑step guide—including CLAUDE.md configuration, three operating modes, Hooks, Skills, Agents, and cost‑saving techniques—to transform the tool into a reliable, project‑aware AI coding assistant.

AI coding assistantCLAUDE.mdClaude Code
0 likes · 23 min read
Taming Claude Code: Essential Tricks to Turn It from Unruly to Powerful
SpringMeng
SpringMeng
Jun 21, 2026 · Artificial Intelligence

What Is the Viral “Loop” Everyone’s Talking About?

The article explains the AI‑Agent “Loop” concept that has gone viral, contrasting it with traditional programming loops, detailing the ReAct paradigm, single‑agent vs. multi‑agent loops, the four engineering layers of Prompt, Context, Loop and Harness, and discussing Loop engineering’s building blocks, benefits, limitations, and practical use cases.

AI AgentsLoop EngineeringMulti-Agent Collaboration
0 likes · 18 min read
What Is the Viral “Loop” Everyone’s Talking About?