1247 related articles
TutorialsHow Java programmers can break through the age-35 career bottleneck by stacking AI skills. Covers AI learning levels, Java+AI synergy, and actionable transition strategies.
TutorialsHow can 30+ programmers efficiently transition to AI? Practical advice on learning strategy, project experience, and interview techniques to break into AI.
Product ReviewsDeep dive into ByteDance's Claude Code Red Book covering environment setup, Prompt Engineering, multi-turn dialogue strategies, debugging, and refactoring techniques to maximize AI coding efficiency.
TutorialsA systematic guide to JavaScript core concepts covering let/var/const declarations, data types, operators, loops, arrow functions, arrays, Map, Set, and class-based OOP for developers with programming experience.
TutorialsPixi is a cross-platform package manager built on Conda-Forge, written in Rust, that unifies Python packages, Rust toolchains, and system-level dependencies like FFmpeg in one workflow.
TutorialsComplete guide to building AI Agents in LangChain v0.3, covering @tool decorator, Agent Executor, parallel tool calls, Google Search integration, and ReAct framework with code examples.
TutorialsDeep dive into LangChain Agent Executor internals, covering the ReAct reasoning-action-observation loop, tool choice strategies, and building a custom Agent Executor from scratch.
TutorialsDeep dive into LangChain LCEL core concepts: pipe operator internals, RunnableLambda function wrapping, RunnableParallel retrieval, and RunnablePassThrough with complete code examples and RAG practice.
TutorialsLearn how to build a production-grade AI Agent chat app with LangChain and FastAPI, covering streaming tokens, asyncio parallel tool calling, SerpAPI async conversion, and structured output.
TutorialsDeep dive into OpenAI Agents SDK's five message types, conversation history management, and common pitfalls including static/dynamic instructions and Function Call pairing.
TutorialsDeep dive into five multi-agent coordination patterns: cost routing, context isolation, Agent Swarm, Generator-Verifier, and Smart Friend. Real cases show weekly costs dropping from $700 to $100 with 58% critical bug detection.
TutorialsLearn Python OpenCV basics: install opencv-python, read images with imread, display with imshow, handle keyboard input with waitKey, and release resources with destroyAllWindows.
TutorialsLearn how to build professional Python projects from scratch using UV, covering pyproject.toml dependency management, project structure, and fixing Module Not Found errors.
TutorialsVibe Coding lets anyone program using natural language — no coding experience needed. Learn what it is, how it differs from traditional programming, and how to get started with AI tools.
TutorialsA hands-on Cursor AI tutorial covering download, setup, three chat modes, Claude model selection, and auto-generating a complete Python student management system using Agent mode.
Tech FrontiersSimon Willison releases Datasette Agent, combining LLM with Datasette to enable natural language database queries, plugin extensions, and local model support for personal data analysis.
Tech FrontiersSimon Willison releases datasette-agent-sprites plugin for secure AI Agent command execution in Fly Sprites sandbox. Analysis of its architecture, use cases, and significance.
TutorialsLearn how to install, configure, and use Docker Model Runner to run AI models locally with Docker Compose integration, OpenAI API compatibility, and zero-config LLM deployment.
TutorialsA practical guide to building full-stack AI apps with FastAPI, Next.js, and Supabase, covering async task processing, Celery queues, and data flow architecture with code examples.
TutorialsA complete guide to integrating DeepSeek with QQ bots via POST requests, covering API call essentials, context memory implementation, and three integration methods.