10 related articles

The Go team proposes new generic collection types under container/, including Set, ordered Map, queues, and more. A deep dive into the proposal and its design trade-offs.

JEP 401 (Value Objects) and JEP 539 (Strict Field Initialization) merged into JDK mainline. A deep dive into value objects' performance potential, strict initialization, and their impact on Java.
ui-skills: An AI Skills Library Built …
ui-skills is an open-source AI Skills library for design engineers that helps AI generate higher-quality UI code. It quickly gained thousands of GitHub Stars.

Anthropic's open-source Claude Cookbooks project offers runnable Jupyter Notebook examples covering RAG, Tool Use, multimodal processing, and more—helping developers master Claude API best practices.

Poor RAG retrieval? The root cause often lies in the Embedding model. This article explores why fine-tuning embedding models is necessary, the limits of general Embeddings, and where Embedding fine-tuning fits in RAG optimization.

Want to learn Python from scratch but don't know where to begin? This article breaks down three stages—basic syntax, advanced mastery, and hands-on practice—with real projects in crawling, automation, and data analysis to help you build programming thinking.

AI coding failures in enterprise aren't about weak models — they're about missing frameworks. Learn how Knowledge Bases, Skills, MCP, and Agents work together.
TutorialsLearn how Claude Code combined with Skills encapsulation enables AI-driven test case generation with 10x efficiency gains, from 33 to 400+ cases through encoded expert knowledge.
TutorialsSimon Willison used Claude Code's web version on his phone to add iNaturalist wildlife observation records to his blog. Analysis of the technical implementation, Beats content aggregation system, and how AI-assisted coding breaks mobile development barriers.
Product ReviewsBuildWithClaude is a GitHub project with 2876 Stars aggregating Claude ecosystem resources across Skills, Agents, Plugins and more. Learn its core features and usage to discover and integrate Claude Code extensions.