Featured · Go

Learn how Cobra turns a growing Go CLI into a clear command tree, with subcommands, flags, validation, help text, and maintainable error handling.

All articles

Backend · Java

Spring Boot Internationalization, End to End

Build a Spring Boot application with Chinese, English, and Japanese support, from message bundles and configuration through service and page integration.

Backend · Alipay

Integrating Alipay as a Service Provider

A practical walkthrough of Alipay's service-provider model, covering application setup, merchant onboarding, and the core payment flow.

Backend · AI

Getting Started with Spring AI in Java

Build a Java-based AI application with Spring AI, including model calls, function calling, and a practical introduction to RAG.