128 related articles
TutorialsA creator with zero coding experience built and launched a Lucky Calendar website entirely through AI conversations. Full walkthrough from idea to deployment.
TutorialsComplete guide to developing WeChat Mini Programs with AI tools like Cursor and Trae: account setup, requirements docs, AI-assisted coding, debugging, and publishing—all for under $14.
TutorialsLearn how to use Claude Code Channels to remotely control your development environment from your phone via Telegram. Covers architecture, setup, security verification, and live demo.
TutorialsA complete hands-on tutorial on building a SwiftUI item management app through AI collaboration, covering Prompt design techniques, code generation debugging, and state management comparisons.
TutorialsA SwiftUI beginner course by Bilibili creator WinterMeow helps zero-experience learners build and publish iOS apps using AI-assisted development.
TutorialsHands-on SwiftUI tutorial using Qwen3-Max and ChatGPT to generate an iOS habit tracker app. Covers Xcode setup, AI code generation pitfalls (Combine import issue), and debugging tips for beginners.
TutorialsUsing the AI Debugging Trio methodology to solve 5 common WeChat Mini Program errors including cloud function deployment and database permissions, cutting debug time from 5 hours to 2 hours.
TutorialsDeep dive into Cursor 2.0's new features including Agent view, built-in browser debugging, parallel Agent development, and Composer 1 model through building a complete habit tracker app.
Product ReviewsDeep dive into Gemini CLI V0.9.0's two core updates: Interactive Shell for seamless TUI programs like Vim and htop, and Codebase Investigator Agent for intelligent project-level refactoring with safe rollback.
Product ReviewsDeep dive into Cursor 1.0's six core features: Backboard PR review, Background Agent, Memories, One-Click MCP, Jupyter Support, and Rich Chat Response with hands-on testing results.
Product ReviewsHands-on review of Replit Agent 4: multi-Agent parallel execution, Canvas design, task-level review and merge, and one-click deploy. Full walkthrough building a restaurant landing page for $8.55.
Product ReviewsA designer built a Rive asset trading platform with 99% AI-generated code. Deep retrospective on Vibe Coding reveals AI development's real capabilities and time estimation gaps.
Product ReviewsAtoms Cloud uses AI to auto-detect project needs and zero-config enable databases, auth, Stripe payments, and deployment, helping indie devs turn demos into production-ready products fast.
TutorialsA detailed five-phase learning roadmap for Java developers transitioning to AI engineering, covering Spring AI, LangChain4j, RAG core technology, and Agent development.
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.
Claude Code in Practice: Building a Yo…
Learn how to build a YouTube comment analysis SaaS with Claude Code for just $3.06 — covering environment setup, CLAUDE.md, prompt techniques, and screenshot-driven UI design.
People Who Write Great Code Actually S…
Why do expert developers struggle to embrace AI programming? Through the Washing Machine Theory and imperative vs. declarative thinking, this article explores the mindset shift technical professionals face in the AI era.
Industry InsightsReplit partners with Visa to explore AI Agentic Payments. Learn how AI agents can autonomously complete payments and what this means for developers and fintech.
Five AI Models Tested for Game Develop…
Testing DeepSeek R1, Claude Sonnet 3.7, ChatGPT o3 Mini, Grok 3, and Qwen for zero-experience Snake game development with custom ball-bouncing mechanics — a full comparison of AI coding ability.
Building AI Agents with Node.js: Repla…
Learn how to refactor a Node.js AI Agent using Function Calls instead of prompt engineering. Covers tool definition via JSON Schema, the Agent Loop, and key implementation details from analyzing Claude Code.