1032 related articles
TutorialsDeep dive into Claude Code 2.0.14's plugin system covering Slash Commands, Sub-agents, MCP integration, and Hooks—with demos on one-click plugin installation and custom code review plugin creation.
Industry InsightsIn-depth analysis of front-end, back-end, operations, and other IT roles, with insights into software testing career paths and specializations for IT professionals considering a transition.
TutorialsLearn how to use DeepSeek AI to assist JS reverse engineering, cracking Youdao Translate's Sign algorithm via packet capture, breakpoint debugging, dual MD5 analysis, and Python implementation.
TutorialsComplete guide to deploying Stable Diffusion locally. Covers hardware requirements, one-click installation, and model setup. Run AI image generation free with 8GB RAM.
TutorialsDeep dive into Andrew Ng's Building Your Own Database Agent course with Microsoft, covering LLM-SQL interaction, LangChain Agents, Function Calling, and RAG for tabular data.
TutorialsA detailed guide on ByteDance's Hermes Agent framework covering core features, deployment, custom tool development, and enterprise-grade AI Agent applications.
TutorialsDeep dive into Claude Code's five-layer extension architecture: Claude.md memory, Skills, MCP services, Subagents, and Hooks. Master the Rule of Three and golden combinations to systematically boost AI coding efficiency.
TutorialsA detailed comparison of LangChain's two model invocation approaches, focusing on init_chat_model unified interface usage and tips for avoiding DeepSeek V4 Pro Thinking Mode pitfalls in Agent scenarios.
TutorialsSee how finance professionals use AI coding tool Codex to build a portfolio management app with security master data, trade entry, and EOD valuation from a single natural language prompt.
TutorialsA front-end dev uses Godot + MCP to let AI build a Match-3 game from scratch, then designs a decoupled architecture for an Agent to play it autonomously with self-improving strategies.
TutorialsIn-depth analysis of a 198-hour Python+AI beginner course: breaking down its structure, learning path, and projects with honest pros, cons, and study tips.
TutorialsDeep dive into a popular 3-month AI/LLM transition roadmap: from Python basics and Prompt engineering to LangChain, RAG, Agents, and hands-on projects, with realistic time estimates and pitfall warnings.
TutorialsComplete guide to Google Gemini CLI setup, MCP Server extensions, and memory files. Covers 1M token context analysis, Context7 docs, Taskmaster task breakdown, and more.
Deep DivesDeep dive into Cursor Skills' underlying principles, from Function Call and MCP protocol to Workflow Agent, with Spring AI Alibaba practical demo for any LLM.
Building a Fully Automated Coding Agen…
Learn how to build a fully automated coding Agent with n8n workflows — from Slack messages to GitHub Issues, AI auto-coding, and PR submission, all hands-free.
TutorialsWith one month until the CAICP AI certification exam, this guide offers a Python sprint strategy for beginners and C++ developers, covering a 4-week study plan, training options, and fees.
Deep DivesDeep dive into CodeRAG's four core technologies: vector similarity search, file system tools, Code Knowledge Graph (CKG), and DeepWiki — how they work together to help AI coding assistants truly understand enterprise codebases and eliminate hallucinations.
TutorialsHow to use Cursor AI to develop an iOS APP in 45 minutes and publish it to the App Store, covering backend API development, iOS frontend, debugging tips, and effective AI communication methods.
TutorialsIn-depth review of a 648-episode Python tutorial on Bilibili, analyzing its three-stage course structure, resource quality, and learning effectiveness with practical study tips for beginners.
TutorialsDetailed development log of a window capture module for an AI behavior tree game automation project, covering Python environment setup, OOP refactoring, and modular architecture design.