LuTiao Programming
Author

LuTiao Programming

LuTiao Programming is a friendly community offering free programming lessons. We inspire learners to explore new ideas and technologies and quickly acquire job-ready skills.

157
Articles
0
Likes
81
Views
0
Comments
Recent Articles

Latest from LuTiao Programming

100 recent articles max
LuTiao Programming
LuTiao Programming
Apr 3, 2026 · Artificial Intelligence

Beyond Simple API Calls: The 2026 Complete Guide to Java AI Frameworks

This article explains why enterprise‑grade AI development in Java goes far beyond calling a model, introduces the five major Java AI frameworks—Spring AI, LangChain4j, Spring AI Alibaba, AgentScope‑Java, and Semantic Kernel—compares their core features, provides concrete code samples, offers a selection matrix for different scenarios, and outlines future trends in AI system orchestration.

AI frameworksAgentScopeJava
0 likes · 7 min read
Beyond Simple API Calls: The 2026 Complete Guide to Java AI Frameworks
LuTiao Programming
LuTiao Programming
Mar 31, 2026 · Artificial Intelligence

Why Claude Code Is More Than an AI Coding Tool – It’s an AI Operating System

A leaked 512k‑line TypeScript codebase reveals that Claude Code implements a multi‑layered AI operating system with fine‑grained permission control, dynamic prompt compilation, lazy‑loaded tools, memory selection, agent coordination and compression mechanisms, far beyond a simple code‑generation assistant.

AI operating systemAgent architectureClaude Code
0 likes · 10 min read
Why Claude Code Is More Than an AI Coding Tool – It’s an AI Operating System
LuTiao Programming
LuTiao Programming
Mar 30, 2026 · Backend Development

Using Claude to Quickly Decompose Complex Spring Boot Logic in 100k‑Line Legacy Code

When inheriting a Spring Boot project with hundreds of thousands of lines and no documentation, the article shows how to leverage Claude to map module boundaries, extract business flows, classify responsibilities, generate architecture diagrams, and guide bulk refactoring, turning unreadable code into a clear structural view.

AI-assisted RefactoringClaudeLegacy Code
0 likes · 7 min read
Using Claude to Quickly Decompose Complex Spring Boot Logic in 100k‑Line Legacy Code
LuTiao Programming
LuTiao Programming
Mar 26, 2026 · Backend Development

5 Overlooked Java Features That Are Silently Slowing Your JVM

The article demonstrates how five often‑ignored Java 21 capabilities—virtual threads, structured concurrency, ZGC, records, and pattern matching—can dramatically improve throughput and stability, while neglecting them silently degrades JVM performance.

JVMJavaPattern Matching
0 likes · 7 min read
5 Overlooked Java Features That Are Silently Slowing Your JVM
LuTiao Programming
LuTiao Programming
Mar 25, 2026 · Backend Development

From Confusion to Mastery: A Structured Path for System Design Skills

The article explains why many developers get stuck when moving from writing business code to system design, outlines a step‑by‑step engineering learning path that covers core components, hands‑on examples, trade‑off analysis, interview preparation, and communication techniques to build a holistic system‑design mindset.

backend-architecturecache strategyinterview preparation
0 likes · 7 min read
From Confusion to Mastery: A Structured Path for System Design Skills
LuTiao Programming
LuTiao Programming
Mar 24, 2026 · Information Security

After 5 Years of Coding, I Realized True Secret Protection Comes From Environment Variables, Not Encryption

Hard‑coding secrets in source code or config files creates maintenance headaches and security risks, whereas using environment variables—following the 12‑Factor App principle—decouples configuration, improves security, and enables dynamic, painless updates without rebuilding the application.

ConfigurationSpring Bootenvironment variables
0 likes · 8 min read
After 5 Years of Coding, I Realized True Secret Protection Comes From Environment Variables, Not Encryption
LuTiao Programming
LuTiao Programming
Mar 24, 2026 · Backend Development

10 Years In, I Discovered Spring Boot + Decorator Pattern for Elegant Extension

After years of piling logging, caching, and security directly into Spring Boot services, the author shows how applying the Decorator pattern—implemented via dedicated @Service beans and @Primary/@Qualifier wiring—creates a clean, extensible chain that respects the Open/Closed Principle, while outlining practical steps, trade‑offs, and pitfalls.

JavaSpring Bootaop-comparison
0 likes · 10 min read
10 Years In, I Discovered Spring Boot + Decorator Pattern for Elegant Extension