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

Master AI Core in 20 Minutes: 20 Key Concepts That Set You Apart

In just 20 minutes this article walks you through 20 essential AI concepts—from neural networks and transformers to prompt engineering and diffusion models—showing how understanding the underlying mechanisms, rather than merely using tools, can separate you from the majority of practitioners.

LLMMachine LearningNeural Networks
0 likes · 10 min read
Master AI Core in 20 Minutes: 20 Key Concepts That Set You Apart
LuTiao Programming
LuTiao Programming
Apr 11, 2026 · Backend Development

Why Simple Spring Boot APIs Slow Down Under Load and How Proper Redis Caching Fixes It

The article walks through a step‑by‑step integration of Redis caching into a Spring Boot application, showing how to add dependencies, configure connections, enable caching annotations, customize serialization, simulate slow data sources, and fine‑tune TTLs to turn laggy endpoints into smooth, high‑throughput services.

CachingJavaRedis
0 likes · 11 min read
Why Simple Spring Boot APIs Slow Down Under Load and How Proper Redis Caching Fixes It
LuTiao Programming
LuTiao Programming
Apr 10, 2026 · Backend Development

Master Payment Gateway Design: Multi‑Channel Aggregation, Smart Routing, and End‑to‑End Merchant Onboarding

The article explains how to build an enterprise‑grade payment gateway that unifies over 50 providers, performs millisecond‑level smart routing, handles failover, dynamic fee calculation, automated merchant onboarding, sharded storage, and comprehensive monitoring to sustain millions of transactions per day.

High concurrencydatabase shardingdistributed systems
0 likes · 10 min read
Master Payment Gateway Design: Multi‑Channel Aggregation, Smart Routing, and End‑to‑End Merchant Onboarding
LuTiao Programming
LuTiao Programming
Apr 8, 2026 · Backend Development

From Chaos to Production: Building a Real Food-Delivery Backend with Spring Boot

The article chronicles the step‑by‑step evolution of a small team’s chaotic food‑delivery backend into a production‑ready system, detailing how they introduced layering, transactions, security, caching, async processing, messaging, observability, scalability, resilience, containerization, and testing using Spring Boot, Kafka, Redis, JWT, and Docker.

DockerKafkaRedis
0 likes · 10 min read
From Chaos to Production: Building a Real Food-Delivery Backend with Spring Boot
LuTiao Programming
LuTiao Programming
Apr 4, 2026 · Artificial Intelligence

Avoid Blind Upgrades: Claude Code 2.1.81 May Multiply Token Usage

Upgrading to Claude Code 2.1.81 can cause token consumption to skyrocket, context memory to reset, and overall task cost to multiply because a hidden cache‑failure bug disables context reuse, but the issue can be mitigated by downgrading and adjusting configuration settings.

AI ToolingCache failureClaude Code
0 likes · 5 min read
Avoid Blind Upgrades: Claude Code 2.1.81 May Multiply Token Usage