234 related articles
Industry InsightsApple launches a developer community contributor recognition program, honoring 20 outstanding community builders worldwide for their impact through tutorials, events, and mentorship.
Tech FrontiersApple's April 2026 Hello Developer newsletter previews WWDC26 with recommended sessions, joins Bilibili & LinkedIn, releases travel app sample code, and unveils the biggest-ever App Store Connect analytics update.
Deep DivesHow CLAUDE.md — a 14k-star GitHub file — uses four golden rules to cut Claude Code rework rates from 41% to 11%, based on Karpathy's analysis of AI coding failures.
TutorialsLearn how to use OpenAI Codex and GPT 5.5 for AI programming (Vibe Coding) with Firebase and Vercel to build a complete cross-platform app in 1 hour — covering Web, desktop, and iOS.
TutorialsLearn how to build an iPhone app from scratch using Gemini AI in 24 hours. Step-by-step guide covering Xcode setup, code generation, and AI-powered debugging.
TutorialsAI coding tools make code generation easy, but a huge gap remains between code and product. This article breaks down frontend, backend, and DevOps stacks, exploring how beginners can manage code with AI.
TutorialsDeep dive into four conversational memory types in LangChain 0.3: Buffer, Window, Summary, and Summary Buffer. Covers RunnableWithMessageHistory implementation with selection guidelines.
TutorialsDeep dive into LangChain LCEL core concepts: pipe operator internals, RunnableLambda function wrapping, RunnableParallel retrieval, and RunnablePassThrough with complete code examples and RAG practice.
TutorialsDeep dive into OpenAI Codex's three core capabilities: prompt engineering for better code generation, agent skills for autonomous programming, and cloud automation for end-to-end CI/CD pipelines.
Product ReviewsIn-depth review of OpenAI Codex App: natural language app building, multi-task parallel development, voice interaction, and intelligent Code Review reshaping the development workflow.
TutorialsLearn J language's module system: differences between import and load, main function definition, type-safe print with unified % placeholder, constant binding syntax, and custom import paths for multi-file projects.
Product ReviewsDeveloper uses Trae + Gemini 3 Pro to build a HarmonyOS incoming call simulator with 70% AI-generated code, compressing 10 days of work to 5. Covers four core modules, AI limitations, and practical tips.
TutorialsOpen-source GitHub project agent-study offers 36 chapters covering ReAct loops, Claude Code reverse engineering, MCP protocol, RAG, DSPy, and production observability as runnable Python code.
TutorialsDetailed analysis of the Windsurf seamless account switching tool "Spark": batch account management, automatic Token refresh, seamless switching mechanism, MCP long conversation capability, ban risks, and compliant alternatives.
TutorialsDetailed analysis of the Windsurf seamless account switching tool "Spark": batch account management, auto Token refresh, seamless switching mechanism, MCP-based long conversations, ban risks, and compliant alternatives.
TutorialsHands-on review of Claude Opus 4.5's coding, writing, and data visualization capabilities. Includes two methods for accessing it from China without a VPN, plus real demos of bug fixing and dashboard development.
Product ReviewsIn-depth review of OpenAI Codex Desktop: Worktree multi-task parallelism, Skills system, automated bug scanning, and comparison with Claude Code to help you decide if this visual AI coding tool fits your workflow.
Product ReviewsPocket Mini Apps is an online Claude Code platform with multi-project support, instant publishing, and full backend capabilities including WeChat integration and database support.
Product ReviewsDeep dive into Mistral Wire—a free open-source terminal AI coding assistant. Detailed comparison with Claude Code, covering sub-agents, parallel tasks, slash commands, installation guide & demos.
TutorialsDeep dive into Langmanus multi-agent framework architecture, explaining LangGraph orchestration with Coordinator, Planner, Supervisor and execution agents, plus a hands-on guide to adding custom agents.