跪拜 Guibai
Frontend · AI Programming · Claude
Most Claude Code Skills are just repackaged prompts. Five stand out by altering the AI's workflow itself — from systematic debugging and TDD to design taste enforcement and codebase knowledge graphs.
kyriewen  ·  Jul 4, 2026
Frontend · JavaScript · Artificial Intelligence
Server-Sent Events paired with xterm.js deliver real-time, line-by-line terminal output from AI coding agents directly into a web UI, with built-in reconnection and ANSI rendering.
anOnion  ·  Jul 4, 2026
Frontend · Backend · Programmer
A Fibonacci benchmark compiled to WASM pits MoonBit, Rust, and Go against each other on output size and execution speed.
前端之虎陈随易  ·  Jul 4, 2026
Frontend · JavaScript · Interview
Image optimization cuts page weight by matching picture resolution to device pixel ratio, using modern formats like AVIF, and lazy-loading off-screen content.
林希_Rachel_傻希希  ·  Jul 4, 2026
JavaScript · TypeScript · Frontend
Running a Web Worker from a userscript inside Vite's dev server fails silently because of same-origin restrictions, missing files, and unbundled TypeScript. A fetch-based trick and a custom Vite plugin both solve it.
天平  ·  Jul 3, 2026
Android · Android Jetpack · Kotlin
A solo developer migrated a 170-screen Android app from Navigation 2 to Navigation 3 in two weeks, hitting serialization crashes at launch and discovering that bottom sheets require manual dismissal to avoid stuck-back-stack bugs.
稀有猿诉  ·  Jul 3, 2026
Frontend · Backend · Programmer
MoonBit's skills.mooncakes.io turns packages into single-command, pre-built Wasm executables that run without dependency trees, virtual environments, or platform-specific builds.
前端之虎陈随易  ·  Jul 3, 2026
Backend · Go
A rapid walkthrough of Go's core data types — strings, numbers, arrays, slices, maps, structs, and interfaces — with the syntax and semantics that trip up newcomers.
小满zs  ·  Jul 3, 2026
Go
Google archived Wire in August 2025, and Uber Fx still panics at startup on missing dependencies. A new compile-time DI library called dig offers Fx-like syntax with Wire-level safety and none of the dummy return values.
程序员老鹰  ·  Jul 3, 2026
Android · Android Jetpack · Architecture
Type-safe navigation with Kotlin Serialization replaces error-prone string routes in Jetpack Compose, making screen destinations, parameters, and deep links fully checked at compile time.
杉氧  ·  Jul 3, 2026
Backend
Combining the Chain of Responsibility and Strategy patterns replaces sprawling conditional blocks with a pipeline of swappable, ordered handlers — each carrying its own processing logic.
神奇小汤圆  ·  Jul 3, 2026
Database · Developer · Artificial Intelligence
More than half of new slow-query tickets now trace back to AI-written SQL that is syntactically perfect but blind to real data distribution, indexes, and concurrency.
这个DBA有点耶  ·  Jul 3, 2026
Frontend · AI Programming
Skill descriptions consume a fixed token budget at startup, and at 100+ Skills the index alone can eat 5% of a 200K context window. The fix is a three-stage architecture: compress descriptions into routing triggers, lazy-load by domain, and eventually replace keyword matching with semantic vector search.
莪_幻尘  ·  Jul 3, 2026
Backend
An agent harness is the runtime control system that wraps a model, enforcing permissions, tool visibility, loop termination, and evidence traceability—boundaries a prompt alone cannot hold.
lizhongxuan  ·  Jul 3, 2026
AI Coding · Agent
Five models — MiniMax-M3, DeepSeek-V4-flash, Step-3.7-flash, GLM5.2, and Gemini 3.5 Flash — were put through an identical long-chain agent task: building a complete AI tools directory as a single HTML page. The results expose sharp trade-offs in cost, tool-calling diligence, and visual quality.
轻口味  ·  Jul 3, 2026
Frontend · JavaScript · Git
A practical cheatsheet covering the ten most-Googled Git mistakes, from amending commit messages and recovering `--hard` resets to cleaning up stale branches.
kyriewen  ·  Jul 3, 2026
Claude · Agent · Interview
A single CLAUDE.md file cannot enforce coding standards across a team using AI assistants. The rules/ directory separates project facts from executable, file-scoped coding rules that AI can actually follow, while hooks catch the violations that rules alone cannot guarantee.
洛卡卡了  ·  Jul 3, 2026
Backend · Frontend · Architecture
Giving every employee an AI assistant accelerates individual work by 3–10x, yet team output cycles barely budge. The bottleneck isn't processing speed inside a person's head—it's the coordination edges between people.
HiSt  ·  Jul 3, 2026
Developers · Artificial Intelligence · Interviews
US and Chinese tech giants cut hundreds of thousands of jobs in 2025 while simultaneously pouring record capital into AI infrastructure. The layoffs hit profitable divisions, not just failing ones, marking a deliberate restructuring rather than a defensive retreat.
狂师  ·  Jul 3, 2026
Frontend
Eve is Vercel's new AI agent framework that enforces a directory-based project structure, turning prompts, tools, and skills into versionable files instead of ad-hoc strings.
猩猩程序员  ·  Jul 3, 2026
AI Programming · Agent · Claude
CC GUI embeds Claude Code directly into IntelliJ IDEA by loading Anthropic's Agent SDK, not by wrapping a terminal. It supports any API-compatible model, including DeepSeek V4, and adds MCP tooling and Skill packs inside the editor.
沉默王二  ·  Jul 3, 2026
Frontend
A Cocos video puzzle game that already ran on Web and Android now supports WeChat Mini Games by using wx.createVideoDecoder to extract frame data and upload it as a dynamic texture.
亿元程序员  ·  Jul 3, 2026
Android · Android Jetpack
Room 3.0 lands in a new `androidx.room3` Maven group, drops KAPT and `SupportSQLite` from the main API, and requires KSP and coroutines — all to make Kotlin Multiplatform the first-class target.
黄林晴  ·  Jul 3, 2026
Android
Wrapping a suspend call in `runBlocking` inside a `synchronized` block breaks coroutine suspension, blocks the calling thread, and can cause ANRs on Android.
潜龙勿用之化骨龙  ·  Jul 2, 2026
Frontend
An advanced health-tracking app built by a single front-end engineer hit #48 on the China App Store download charts after just one week.
神奇的程序员  ·  Jul 2, 2026
Frontend · Backend · Artificial Intelligence
Git worktrees let a single repository host multiple independent working directories, each on its own branch, so AI coding tools can run parallel tasks without stepping on each other's context or uncommitted code.
阳光是sunny  ·  Jul 2, 2026
Artificial Intelligence · Open Source · News
obsidian-skills is a set of five Agent Skill files, written by Obsidian CEO Steph Ango, that teach AI coding tools the proprietary syntax — wikilinks, embeds, callouts, Properties — they otherwise get wrong when writing into a vault.
冬奇Lab  ·  Jul 2, 2026
Architecture · Artificial Intelligence · Programmer
A unified architecture for AI agents maps every component—perception, brain, memory, tools, and skills—directly onto human cognition, with the MLLM as the central CPU running four distinct thinking loops.
ethantan  ·  Jul 2, 2026
Frontend · JavaScript
A single-file Cesium dashboard renders 3D parabolic arcs, flowing Canvas particles, and breathing glow lines to connect fire sources with nearby resources like water points and airports.
尘世中一位迷途小书童  ·  Jul 2, 2026
Artificial Intelligence
Claude Fable 5, Anthropic's strongest public model, was globally shut down three days after launch by a US export control order triggered by a minor jailbreak. It returned 18 days later with a new safety classifier that downgrades flagged requests to Opus 4.8, introducing false positives on routine coding tasks.
AGIPlayer  ·  Jul 2, 2026
AIGC
A production RAG pipeline for SMEs that treats retrieval as the core engineering challenge, with hybrid search, automatic rerank degradation, and a full evaluation loop.
一只牛博  ·  Jul 2, 2026
Backend · Database
KingbaseES's ksql client replaces MySQL's per-statement `\G` with session-level meta-commands that toggle vertical display, auto-expansion, timing, border styles, and in-session file redirection.
一只牛博  ·  Jul 2, 2026
Frontend · Vue.js · Architecture
A Vue.js login page reaches sub-500ms first-screen loads by combining dynamic UI imports, a lean manual chunk strategy, and Nginx Gzip.
锋行天下  ·  Jul 2, 2026
Frontend · Backend
Combining Windows Terminal, Cmder, and Starship with a Nerd Font-aware prompt and Rust-powered CLI tools produces a Windows command-line experience on par with macOS.
非洲农业不发达  ·  Jul 2, 2026
Frontend · AI Programming
Heavy AI coding assistance accelerates delivery but introduces fragile failure boundaries that traditional manual coding naturally guarded against.
玄星啊  ·  Jul 2, 2026
Agent · Database · Big Data
Agent engineering has entered a third phase, Harness Engineering, where the scaffolding around a model determines cost, stability, and correctness more than the model itself. The only way to know if a Prompt change, tool swap, or model upgrade actually improved an Agent is to store and analyze the full execution trace.
Databend  ·  Jul 2, 2026
Artificial Intelligence
A large language model is a contextual probability machine that converts text into tokens, maps them to semantic vectors, processes them through stacked attention layers, and predicts the next token one step at a time.
东风破_  ·  Jul 2, 2026
Frontend · Backend · AI Programming
AI engineering has moved from single-point prompts to autonomous loops, and the next frontier is the "Field" — an ecosystem where multiple agents collaborate, evolve, and align with business value through social contracts rather than master-slave hierarchies.
程序me  ·  Jul 2, 2026
Frontend · JavaScript · AI Programming
A developer used Codex to refactor a sprawling 3,000-line form engine over a weekend, only to discover that the speed of AI-driven change itself became an act of professional disrespect.
kyriewen  ·  Jul 2, 2026
Backend · Go
Go compiles to a single static binary with no external runtime, ships with 25 keywords, and uses goroutines for lightweight concurrency — a first-chapter walkthrough covers installation, toolchain setup, and the mandatory `package main` entry point.
小满zs  ·  Jul 2, 2026
Backend · Java · Programmer
Well-factored methods turn a complex order-placement routine into a plain-English checklist of steps, making the core business flow visible at a glance.
SamDeepThinking  ·  Jul 2, 2026
Frontend · Backend · JavaScript
Bun's built-in S3Client talks to any S3-compatible object store — including Alibaba OSS, Tencent COS, and Huawei OBS — with a single API and no SDK dependencies.
半刻纬度  ·  Jul 2, 2026
Backend · Go
NSQ is a decentralized, push-based message queue written in Go that trades Kafka's partition ordering and persistence guarantees for zero-dependency deployment and sub-millisecond latency.
左诗右码  ·  Jul 2, 2026
Android · Android Studio · Android Jetpack
XLog uses mmap and optional AES encryption to write Android logs without I/O stalls, and unlike Logan, it ships a standalone Python decoder so you can read your own files without standing up a server.
李斯维  ·  Jul 2, 2026
Testing · AIGC · LLM
A vision-language model replaces brittle element locators with a screenshot-to-execution loop, letting a single JSON script run and self-heal on three mobile platforms without modification.
得物技术  ·  Jul 2, 2026
AI Programming · Interview · Agent
A developer walks into an Alibaba interview armed with deep, hands-on knowledge of LangGraph4j, MCP, and Multi-Agent architectures, then flips the script by asking the interviewer how their team actually implements these technologies.
沉默王二  ·  Jul 2, 2026
Backend · Artificial Intelligence · Developers
Anthropic is issuing mass account bans for Claude Code, hitting legitimate paying subscribers without warning and providing a broken appeal process that redirects users in an endless loop.
cxuanAI  ·  Jul 2, 2026
AI Programming · OpenAI · AIGC
Gradio and Streamlit turn backend AI agents into interactive products with streaming output, visual debugging for tool calls and reasoning chains, and built-in feedback collection for RLHF data.
怕浪猫  ·  Jul 2, 2026
Backend · Frontend · JavaScript
A complete AI-powered goal-execution app—user client, API, admin panel, and AI integration—was built solo using Codex, turning a vague idea into a shipped product.
有趣的老凌  ·  Jul 1, 2026
Programmer
A `CLAUDE.md` file in the project root gives Claude Code a persistent, auto-loaded rulebook for tech stack, coding standards, and file constraints, eliminating repetitive prompting.
mONESY  ·  Jul 1, 2026
Backend
RapidOCR converts PaddleOCR models to ONNX format, cutting per-image processing time from roughly 5 seconds on an Apple M1 to a fraction of that without a GPU.
勇哥Java实战  ·  Jul 1, 2026
Frontend · AI Programming · Claude
Anthropic released Claude Sonnet 5 as the default model and launched Claude Science, an AI platform for automated drug discovery, while its valuation reached $965 billion.
kyriewen  ·  Jul 1, 2026
Frontend · Uni-app · WeChat Mini Program
Wot UI 2.2.0 ships a new `subtle` button variant that sits between soft and outlined, full-screen video preview support, and a critical fix that stops hidden form fields from blocking validation.
不如摸鱼去  ·  Jul 1, 2026
Database
A single B-Tree index on a 2-million-row table drops a query from 88 ms to 0.032 ms, but implicit casts, functions on columns, and high-selectivity scans can still force the optimizer into a full table scan.
倔强的石头_  ·  Jul 1, 2026
Frontend · CSS
A handful of modern CSS properties—object-fit, overscroll-behavior, text-wrap, isolation, :has(), and @container—eliminate common hacks for image distortion, scroll chaining, orphaned text, z-index wars, and component-level responsiveness.
大前端历险记  ·  Jul 1, 2026
Backend
LangChain4j and LangGraph4j are not competitors but complementary layers: one provides unified model access and tool calling for Java, the other adds stateful, multi-agent graph orchestration with checkpoint recovery.
苏三说技术  ·  Jul 1, 2026
Frontend · Android
GPSSimulate is a Kotlin and Compose Android app that uses the official LocationManager Test Provider to spoof GPS and network location, built to preview city-restricted content in rental apps.
石山岭  ·  Jul 1, 2026
Frontend · JavaScript · Interview
More than half of JavaScript async bugs come from the same eight patterns: serial loops, swallowed errors, missing awaits, and uncontrolled concurrency.
kyriewen  ·  Jul 1, 2026
Backend · Vue.js · Open Source
CyberVerse is an open-source framework that turns a single photo into an interactive AI avatar capable of real-time video calls, offline video generation, and task execution via a modular agent system.
稀土熊猫君  ·  Jul 1, 2026
Backend
Huolala's AI-native fund-loss prevention system uses a data flywheel, model distillation, and multi-agent adversarial checks to automatically keep financial reconciliation rules from decaying.
货拉拉技术  ·  Jul 1, 2026
Android · Android Jetpack · Architecture
Compose's Side Effect APIs — LaunchedEffect, DisposableEffect, rememberCoroutineScope, SideEffect, and rememberUpdatedState — form a lifecycle-aware execution model that replaces imperative onCreate/onResume/onDestroy patterns with declarative, key-driven scheduling.
杉氧  ·  Jul 1, 2026
Frontend
A lightweight React library, render-promise, turns modal dialogs into awaitable Promises, eliminating scattered visible state and callback chains in complex enterprise UIs.
灏仟亿前端技术团队  ·  Jul 1, 2026
AI Programming
LongCat-2.0 is a 1.6-trillion-parameter MoE model trained entirely on a domestic 50,000-card cluster, natively supporting 1M-token context and optimized for code and agent tasks at a fraction of the cost of Western flagships.
ZJPRENO  ·  Jul 1, 2026
Claude · AI Coding
After six months with Claude Code's Skill ecosystem, a developer cut 50 installed modules down to 20 that actually reduce friction. The rest were pure prompt wrappers, too narrow, too complex to set up, or dangerously autonomous.
码哥字节  ·  Jul 1, 2026
Frontend · Developer
AI now handles the bulk of frontend coding, but 46% of developers distrust its output. The premium skill is no longer writing code — it is judging correctness, designing guardrails, and taking responsibility for what ships.
纯爱掌门人  ·  Jul 1, 2026
Artificial Intelligence
Marvis is an OS-level AI agent from Tencent that controls your desktop through six specialized sub-agents, handling file operations, app management, browser tasks, and system settings via natural language.
吾鳴  ·  Jul 1, 2026
OpenAI · AI Programming · Agent
QoderWork CN is a desktop agent that controls browsers, local files, and apps through natural language, with specialized workbenches for design, writing, and slides that output production-ready code.
沉默王二  ·  Jul 1, 2026
Frontend · Backend
Alibaba's QoderWork is the first Chinese AI coding tool to ship a Computer Use connector on Windows, letting an agent click, type, and automate desktop tasks directly.
万少  ·  Jul 1, 2026
Kotlin
A new `web/web-compose` module has landed in the AndroidX main branch, pointing toward an official Compose component for displaying web pages.
黄林晴  ·  Jul 1, 2026
Kotlin · Android
Amper has been retired and absorbed into Kotlin Toolchain 0.11, a single `kotlin` CLI that handles project creation, building, testing, publishing, and C interop without Gradle.
RockByte  ·  Jul 1, 2026
Frontend · Data Visualization · Three.js
A React + TypeScript scaffold separates dashboard layout, routing, theming, and persistence from chart components, letting teams assemble and export production-ready visualization screens through a visual editor.
柳杉  ·  Jul 1, 2026
JavaScript
Bun v1.3.12 bundles a native WebView API that captures screenshots, runs page JavaScript, and simulates OS-level user input without installing a browser or driver.
半刻纬度  ·  Jul 1, 2026
Android
A concrete Android architecture replaces event buses with Repository-backed state flows, ViewModel composition, and Compose observation to handle login, badges, themes, and snackbars across pages.
潜龙勿用之化骨龙  ·  Jun 30, 2026
Backend
NetBird is an open-source overlay network platform built on WireGuard that creates a virtual LAN across any devices, prioritizing P2P direct connections and falling back to TCP relay when NAT traversal fails.
GetcharZp  ·  Jun 30, 2026
AI Coding
A curated set of seven Agent Skills — from React best practices and headless browsers to SEO audits — installs directly into Cursor and Claude Code, giving AI agents on-demand access to specialized rules without bloating every project.
Warson_L  ·  Jun 30, 2026
AIGC · AI Programming · Artificial Intelligence
A pipeline-first breakdown of the AI development stack—from training and fine-tuning through model formats, loading libraries, inference optimization, and deployment—that maps every major tool to its correct stage and the engineering role responsible for it.
吴佳浩Alben  ·  Jun 30, 2026
Artificial Intelligence
Heavy AI users can cut token consumption dramatically by combining session discipline, model-tier routing, and context-compression tools like Headroom and codebase-memory-mcp.
码农胖大海  ·  Jun 30, 2026
Artificial Intelligence · AIGC · Agent
A solo operator selling virtual goods on Xiaohongshu automated the entire wallpaper production chain—from market research to generating iPhone mockups—using a chain of custom AI Skills.
后端小肥肠  ·  Jun 30, 2026
Frontend
A frontend team with zero machine learning background used AI to generate a complete PyTorch CNN pipeline, solving severely distorted captchas in half an hour.
转转技术团队  ·  Jun 30, 2026
Backend · Developer · Artificial Intelligence
An XML-wrapped prompt that asks a model to read and echo its internal "Juice" number has become an unofficial litmus test for GPT-5.6 Sol access on Codex.
cxuanAI  ·  Jun 30, 2026
Artificial Intelligence
DeepSeek V4 will introduce peak/off-peak pricing in mid-July, doubling API costs during Beijing business hours. The move signals a shift from subsidized access to managed compute as a utility.
程序员烟斗  ·  Jun 30, 2026
JavaScript · Frontend
A local AI coding assistant built entirely in JavaScript uses Hugging Face transformers for zero-cost embeddings and DeepSeek for reasoning, answering questions from private project docs without any Python or external vector databases.
你心里的于晏  ·  Jun 30, 2026
Agent · Frontend
A structured interview-prep compendium covering multi-model orchestration, context governance, skill systems, SSE streaming internals, and Coding Agent architecture—complete with runnable demos and deep-dive Q&A simulations.
一tiao咸鱼  ·  Jun 30, 2026
Architecture · Algorithm · Artificial Intelligence
Dewu's recommendation team built an AI Harness that governs the entire Plan-Do-Check-Act cycle, not just code generation, to make AI produce within business boundaries and quality standards.
得物技术  ·  Jun 30, 2026
Frontend · Backend · Architecture
Chinese tea chain Guming is running a direct-hire push for frontend, backend, QA, and product positions at its Hangzhou office.
古茗前端团队  ·  Jun 30, 2026
Frontend · AI Programming
A scenario-based Prompt library turns vague AI requests into structured templates that enforce tech stack, state handling, file structure, and acceptance criteria, making generated code immediately integrable into real projects.
Yue的AI工坊  ·  Jun 30, 2026
Frontend · DeepSeek · AI Programming
DeepSeek's V4 Pro and Flash APIs now cost twice as much during peak traffic, ending the ultra-cheap pricing that won it market share.
kyriewen  ·  Jun 30, 2026
Frontend · Backend · Interview
Next.js 16.3 introduces Instant Navigations, which decompose server-rendered pages into a prefetched shell, cached blocks, and streamed data to deliver SPA-speed transitions without abandoning server components.
Moment  ·  Jun 30, 2026
Artificial Intelligence · Architecture · Frontend
A step-by-step build of an AI agent that autonomously calls tools, streams its output, remembers conversation context, and exposes its internal reasoning through Extended Thinking.
没落英雄  ·  Jun 30, 2026
Frontend · Backend · Programmer
DeepSeek announced a plan to at least double every department's headcount, listing 33 roles across 7 categories and explicitly accepting interns for all positions while refusing to hire any sales, marketing, or PR staff.
CodeSheep  ·  Jun 30, 2026
Frontend · Android · Flutter
Amper is dead as a standalone project. JetBrains has absorbed it into the Kotlin Toolchain, creating a single `kotlin` CLI that builds, tests, and publishes Kotlin projects without touching Gradle scripts.
恋猫de小郭  ·  Jun 30, 2026
Frontend · JavaScript
JavaScript's `ArrayBuffer`, `TypedArray`, and `DataView` provide a unified way to parse and manipulate raw binary data directly in the browser, turning a single memory block into multiple overlapping views.
云浪  ·  Jun 30, 2026
Flutter · Frontend
Flutter's path_provider package uses four completely different strategies to locate app directories on Android, iOS/macOS, Linux, and Windows — from JNI calls to pure Dart environment-variable reads.
张风捷特烈  ·  Jun 30, 2026
Swift · SwiftUI · Artificial Intelligence
The Swift Package Index is now part of Apple, and the Swift compiler no longer requires a C++-only host toolchain to build. Together, these moves signal a deliberate push to complete Swift's ecosystem infrastructure.
东坡肘子  ·  Jun 29, 2026
Artificial Intelligence · AI Programming
The Model Context Protocol, Anthropic's 2024 standard for connecting AI to external tools, is being quietly abandoned in favor of plain command-line interfaces. CLI's text-in/text-out model requires no handshakes, no JSON-RPC, and no state management, while tapping into hundreds of thousands of existing tools.
web_Leon  ·  Jun 29, 2026
Frontend · React.js
Front-end routing maps browser URLs to components without a page refresh, and the two standard implementations — hash and history — each come with distinct trade-offs in aesthetics, server configuration, and compatibility.
许我半盏清茶  ·  Jun 29, 2026
AIGC · Artificial Intelligence · E2E
Chrome's official chrome-devtools MCP server lets AI agents drive the browser directly, cutting token consumption by several multiples versus Playwright MCP on identical test flows.
三金得鑫  ·  Jun 29, 2026
AI Coding · Claude · Frontend
A self-built web workbench wraps Claude Code's CLI agent into a browser interface with streaming text, tool-use cards, and human-in-the-loop permission approval.
我不是外星人  ·  Jun 29, 2026
Frontend
Docker packages an application's entire runtime environment into a portable image, then launches isolated instances called containers from that template.
lcy453  ·  Jun 29, 2026
Frontend · JavaScript · TypeScript
A field guide to the ten most common TypeScript compiler errors, explaining why the type system rejects your code and how to fix each one quickly.
kyriewen  ·  Jun 29, 2026
JavaScript
A C++ project implements a minimal but complete JavaScript engine pipeline—from source code to runtime execution—as a structured, testable foundation before tackling bytecode compilation and garbage collection.
free35  ·  Jun 29, 2026
Backend · MCP
The Model Context Protocol replaces the M×N integration nightmare between AI clients and tools with a universal socket pattern, letting a single agent read files, run tests, and spin up databases across your local stack.
ServBay  ·  Jun 29, 2026
AIGC
RAG has cooled from a universal AI solution to a niche retrieval component as Agent, Skill, and MCP architectures take over complex business automation.
洞窝技术  ·  Jun 29, 2026
Frontend · GitHub · JavaScript
A new open-source mind-mapping SDK, styled like Xmind, integrates into any web app in minutes with a few lines of vanilla JavaScript.
徐小夕  ·  Jun 29, 2026
Claude · Agent · Interview
AGENTS.md is an open standard for giving AI coding agents project-specific rules, build commands, and coding conventions. Unlike a README written for humans, it tells the agent exactly how to work in a repo, and maintaining it prevents repetitive prompting, context bloat, and broken builds.
洛卡卡了  ·  Jun 29, 2026
Frontend
A practical guide to choosing and implementing front-end multi-repo management strategies, comparing Monorepo and Multi-repo architectures with hands-on tooling for pnpm Workspaces, Turborepo, NX, and Lerna.
前端嘿起  ·  Jun 29, 2026
Backend
FastAPI has become Python's fastest-growing web framework by replacing the synchronous WSGI protocol with ASGI, an async event loop that handles thousands of concurrent connections without thread-per-request overhead.
苏三说技术  ·  Jun 29, 2026
Uni-app · Video Playback · Alibaba Cloud VOD · WebView · Encrypted Video · Frontend Solution
Alibaba Cloud's private video encryption forces playback through a WebView SDK, but uni-app's native WebView component cannot be embedded inline on iOS or Android. Four compromise architectures trade off security, inline placement, and engineering cost.
时光足迹  ·  Jun 29, 2026
AIGC · Artificial Intelligence
An open-source skill injects 20+ verified hand-drawn art styles into any image-generation prompt without overriding composition, layout, or subject details.
threerocks  ·  Jun 29, 2026
Frontend · Backend · Programmer
Using AI to finish three days of work in one day feels like safety, but it often just accelerates a treadmill of disposable output. The real divide is between those who treat AI as a task-completion tool and those who use it to build reusable processes and sharpen irreplaceable judgment.
东东拿铁  ·  Jun 29, 2026
Frontend · Electron · Rust
Desktop framework marketing has collapsed engineering judgment into two numbers: bundle size and cold-start time. The harder problems—code signing, crash collection, cross-platform WebView quirks, and long-term maintainability—don't fit on a bar chart.
mCell  ·  Jun 29, 2026
Vue.js · JavaScript
The Vite ecosystem is consolidating into a single, unified toolchain that both humans and AI coding agents can use to scaffold, test, build, and deploy full-stack applications.
裕波  ·  Jun 29, 2026
Frontend · JavaScript · AI Programming
A six-month optimization spree of prompts, agents, and workflows was undone by a single hardware swap: a 1080p monitor was the real drag on AI coding throughput.
kyriewen  ·  Jun 29, 2026
Vue.js · Frontend · TypeScript
A Vite virtual-module plugin groups Lucide's 1,700+ icons into five alphabetically-ranged chunks, letting an icon picker load everything while normal pages fetch only the chunk that matches the icon's first letter.
妙码生花  ·  Jun 29, 2026
AI Coding · Claude
ponytail is a Claude Code plugin that inserts a seven-step judgment ladder before an AI agent writes any code, cutting output by an average of 54% while keeping security guardrails intact.
ZzT  ·  Jun 29, 2026
Android · Coding Standards · Programmers
Android teams are finding tech-improvement tickets permanently sidelined as management demands hard ROI data and product managers gatekeep every requirement.
Coffeeee  ·  Jun 29, 2026
Frontend · React.js · React Native
React's reconciler never touches a DOM or native API directly — it talks to a HostConfig interface that each renderer implements. The same reconciler source compiles into react-dom, react-native, and the noop test renderer by swapping that one module at build time.
老王以为  ·  Jun 29, 2026
Frontend · WeChat Mini Program
AI Gift Ledger digitizes the Chinese tradition of recording monetary gifts at weddings and family events, using voice input and photo recognition to log entries and send reminders when it's time to reciprocate.
蜗牛前端  ·  Jun 29, 2026
Backend · Architecture · Artificial Intelligence
Claude Code is not a chatbot in a terminal; it is an agent runtime built on six core abstractions—Query Loop, Tool System, Tasks, State, Memory, and Hooks—that turn the model into a tool-orchestrating feedback loop.
cxuanAI  ·  Jun 29, 2026
Frontend · AI Programming · CI/CD
A Python Flask service listens for GitLab merge requests, pulls the diff, sends it to an LLM with team-specific rules, and posts structured feedback directly into the MR comment thread.
雨夜寻晴天  ·  Jun 29, 2026
Frontend
A UIKit feed project stabilizes scrolling, cold starts, and memory by combining SQLite-backed data caching, cost-based LRU image caching with RunLoop-idle decoding, request deduplication, and a memory-guard that cancels in-flight work on warning.
大龄秃头程序员  ·  Jun 29, 2026
Frontend · Backend · Artificial Intelligence
Mofa Nebula's embodied driving SDK streams lightweight motion and voice parameters to a browser, rendering a full 3D avatar that speaks, gestures, and reacts in real time. A single JS library handles TTS, lip-sync, state switching, and interruption, turning a DeepSeek-backed chatbot into a talking, interruptible digital companion.
石小石Orz  ·  Jun 29, 2026
Android · Kotlin
Kotlin's map, filter, flatMap, groupBy, and zip all follow the same internal architecture: a public inline function preps a destination collection, then delegates to a *To variant that does the real work.
RockByte  ·  Jun 29, 2026
Agent · Node.js · Frontend
Zhitalk is a new open-source AI Agent that runs locally as an npm package, bundling tools, skills, memory, subagents, and MCP-server support into a single terminal-based assistant.
双越AI_club  ·  Jun 29, 2026
DeepSeek · Agent · AI Programming
DeepSeek is hiring across 36 roles after a $7B funding round, and 80% of the job descriptions now require Agent-related skills—from backend streaming architectures to sandboxed execution environments.
沉默王二  ·  Jun 29, 2026
GitHub · Open Source
Issue #123 of HelloGitHub rounds up 38 open-source projects, from a sub-second cold-start VM manager in Rust to a Python web scraper that adapts when sites change their layout.
HelloGitHub  ·  Jun 29, 2026
JavaScript · Vite · Frontend
Vite 8.1 introduces an experimental bundled dev mode that cuts startup time by 15x. Babel 8.0 drops CommonJS and defaults to ES2023, while Rspack 2.1 adds a Rust-based React compiler.
晓得迷路了  ·  Jun 29, 2026
Frontend · AI Programming · Artificial Intelligence
A production AI agent is not a prompt loop with tool access. It needs a state machine, hybrid search, memory layering, guardrails, trace logging, and a recovery plan — and the spec for each can be generated by an LLM if you ask it the right way.
恋猫de小郭  ·  Jun 29, 2026
Agent
Spec-Driven Development (SDD) replaces ad-hoc AI coding with a structured workflow where Spec, Design, and Task documents define boundaries before a single line of code is written. Tools like OpenSpec, combined with layered Skills, AGENTS.md, and Hooks, turn soft conventions into hard constraints that AI agents must follow.
古茗前端团队  ·  Jun 29, 2026
Android
Main-safe means the UI layer calls any suspend function from the main thread without knowing or caring about IO, threads, or blocking. It's an architectural contract, not a coroutine trick.
潜龙勿用之化骨龙  ·  Jun 28, 2026
Database · DBA · AI Programming
DBX is an open-source database client built with Tauri and Rust that manages 50+ database types from a 15 MB installer, with a built-in AI SQL assistant and an MCP server that lets AI coding agents query your databases directly.
程序员晓凡  ·  Jun 28, 2026
Frontend · Backend · AI Programming
A tracing and LLM-driven inspection loop automatically classifies AI agent errors, identifies Harness bugs, and generates fix PRs—without a developer touching the code until review.
谭sir  ·  Jun 28, 2026
Interviews · Frontend · Architecture
A lightweight Vue 3 plugin captures route transitions, clicks, JS errors, and slow API calls into a breadcrumb trail, then flushes batches via sendBeacon — no heavy RUM SDK required.
阳光是sunny  ·  Jun 28, 2026
Java
A Java flash sale system uses `Semaphore` permits and `tryAcquire` timeouts to safely handle 100 concurrent buyers fighting over 30 items, with automatic inventory rollback on payment timeout.
鹤望兰675  ·  Jun 28, 2026
Artificial Intelligence · Programmer · Interview
DSpark is a speculative decoding module that wraps DeepSeek V4, delivering 60–85% faster single-user generation and up to 400% higher throughput with zero accuracy loss.
蝎子莱莱爱打怪  ·  Jun 28, 2026
AI Coding · Frontend · Agent
CLI and MCP solve different problems for AI coding agents: one is a direct execution interface, the other a pre-loaded capability catalog that shapes planning and context cost.
JacksonChen  ·  Jun 28, 2026
Backend · Go
A production-proven Go tile service uses libvips's on-demand random access and JPEG shrink-on-load to serve gigapixel images with under 1MB per tile, statically compiled into a single binary.
GetcharZp  ·  Jun 28, 2026
Backend · Frontend
Ponytail injects a 7-level decision ladder into an AI agent's system prompt, forcing it to justify every line of code from "does this need to exist?" down to "fine, write the minimum."
也无风雨也雾晴  ·  Jun 28, 2026
Spring Cloud · Java
Spring Cloud Gateway centralizes microservice traffic through a three-part pipeline: routes define targets, predicates filter requests, and filters mutate headers and responses.
吃饱了得干活  ·  Jun 28, 2026
Next.js · Frontend · Frontend Framework
Skyplume is a Next.js 15 blog template extracted from a production site, shipping with MDX, RSS, local search, and Lighthouse scores of 100 across Performance, Best Practices, and SEO.
薛定喵的谔  ·  Jun 28, 2026
Android · Android Jetpack · Architecture
Android's dominant GUI architectures—MVC, MVP, and MVVM—each solved the pain points of their predecessor, from the chaos of no architecture to the data-driven UIs of today. The same demo app, built three ways, shows exactly where each pattern shines and where it breaks.
李斯维  ·  Jun 28, 2026
Frontend · JavaScript · Node.js
Swapping a real project from Node.js to Bun 1.2 takes about 20 minutes and cuts install times from 60 seconds to under 5, while eliminating dotenv, ts-node, and nodemon dependencies.
kyriewen  ·  Jun 28, 2026
Artificial Intelligence
A practical framework for designing AI Skills that moves beyond prompt engineering into system architecture, with hard gates, mini-loops, and on-demand script families that let models shuttle between deterministic and judgment-based work.
雨落Liy  ·  Jun 28, 2026
Backend · OpenAI
Feishu's open-source lark-cli embeds a complete architecture—command layering, structured errors, identity resolution, and security guardrails—designed from the first line of code for both human and AI Agent callers.
也无风雨也雾晴  ·  Jun 28, 2026
Artificial Intelligence · LLaMA · Agent
llama.cpp b9754 introduces an Aho-Corasick parser in common/peg to fix a subtle boundary mismatch between grammar generation and parsing that caused occasional XML tool call failures in Agent workflows.
武子康  ·  Jun 28, 2026
Frontend · Backend · Programmer
Most people aren't making money from AI — they're making money for AI companies. The real edge isn't prompt skill but business depth and the courage to bet.
勇宝趣学前端  ·  Jun 27, 2026
JavaScript
An AI Loop automates the generate-check-repeat cycle, removing the human from the role of prompt-tweaking controller and turning them into a rule designer.
默_笙  ·  Jun 27, 2026
Backend · Programmer · Artificial Intelligence
OpenAI released GPT-5.6 in three tiers — Sol, Terra, and Luna — alongside new `max` and `ultra` reasoning modes, benchmark gains in coding and cybersecurity, and a multi-layered safety system that can pause generation and flag accounts.
cxuanAI  ·  Jun 27, 2026
Android · Android Jetpack · Kotlin
Remote Compose replaces the messy, brittle ways Android Automotive apps share UI with a clean "bytes in, integers out" contract — and a PoC proves it works alongside legacy Views and TaskView on the same screen.
稀有猿诉  ·  Jun 27, 2026
Frontend
A stealth refactor replaced a 2016 jQuery frontend with Vue 3 and TypeScript over three weekends, cutting load times from 4.2s to 0.8s while keeping the DOM, URLs, and even bugs identical.
奶油mm  ·  Jun 27, 2026
Java · Functional Programming
Consumer, Supplier, Function, and Predicate form the backbone of Java's functional programming model, and every Stream operation delegates to one of them.
狼爷  ·  Jun 27, 2026
Backend
A 1.3B-parameter open-source TTS model from NetEase Youdao enables zero-shot voice cloning on local hardware, with 14-language support and Apache 2.0 licensing.
苍何  ·  Jun 27, 2026
AIGC · AI Programming
CC Switch v3.16.1 brings point-and-click management for AI coding Skills, reusable prompts, and cross-tool session history, using symlinks so a single Skill source file works across Claude, Codex, and other agents.
小溪彼岸  ·  Jun 27, 2026
Frontend
A production bug caused 30% of user avatars to show the default image because `||` treated empty strings as 'no avatar' — a classic JavaScript falsy-value gotcha that `??` would have avoided.
Csvn  ·  Jun 27, 2026
Frontend · OpenAI · GPT
OpenAI releases GPT-5.6 the day after White House restrictions, Apple raises Mac and iPad prices by 20% due to chip shortages, and global tech stocks crash as the chip crisis hits consumers directly.
kyriewen  ·  Jun 27, 2026
Backend
wing-app is a clone-and-go Zig web service skeleton that layers controllers, services, and repositories over a MySQL database, with built-in session auth and OpenAPI doc generation derived from handler signatures.
唐青枫  ·  Jun 27, 2026
Frontend · Interview · Bun
Bun is an all-in-one JavaScript toolchain with its own runtime, not a drop-in package manager like pnpm or npm. Understanding the four generations of JS package management clarifies when to use each.
Worlds  ·  Jun 26, 2026
Flutter · Client-Side Development · AI Programming
Flutter 3.44 has shipped three patches in a month, but SwiftPM migration and plugin chaos mean production teams should stay on 3.41.9.
程序员老刘  ·  Jun 26, 2026
Artificial Intelligence
AI design isn't one tool; it's a relay race. This breakdown maps the exact roles, costs, and boundaries of Figma MCP, Claude Design, Codex, and Google Stitch, and lays out a 6-step workflow for getting production-ready output without burning tokens.
Shockang  ·  Jun 26, 2026
Frontend · Webpack
A developer quietly cut a legacy React project's build time by 90% over a weekend, using Webpack 5 caching, loader scoping, and a stealthy migration to Rspack — then had to explain it all to three other teams.
柯克七七  ·  Jun 26, 2026
Frontend · JavaScript · React.js
A 50-line hand-written router class reveals that React Router's core is just an event-driven URL-to-handler mapping table, with hash and history modes differing only in which browser event they listen to.
kyriewen  ·  Jun 26, 2026
Frontend · JavaScript
A deep dive into building a Vue3 flowchart editor from scratch, covering node dragging with multi-select, Bezier curve connections with snapping, rectangular box selection, and infinite canvas with auto-scroll.
CoderWeen  ·  Jun 26, 2026
Frontend
Rspack 2.1 delivers a Rust-native React Compiler that benchmarks 7-13x faster than the Babel-based approach, plus TypeScript 7 support, branch-aware tree shaking, and a growing ecosystem of Rust-native tools.
WebInfra  ·  Jun 26, 2026
Artificial Intelligence
Tool Use turns LLMs from word-guessing machines into agents that call APIs, query databases, and manipulate files — through a three-stage pipeline of cognitive implantation, intent recognition, and code intervention.
Oo920  ·  Jun 26, 2026
Backend
Agent Tool engineering is shifting from simple function calling to a multi-layered system of intent routing, capability registries, and policy engines. The core insight: the model suggests actions, but the Runtime controls which tools are visible, who executes them, and how results feed back into reasoning.
lizhongxuan  ·  Jun 26, 2026
Backend · Python
A curated list of 9 Python libraries — from file monitoring to audio processing to task scheduling — that cut out the boilerplate and let teams focus on real logic.
ServBay  ·  Jun 26, 2026
JavaScript · Frontend · Canvas
A hands-on walkthrough takes Canvas from basic rectangles through a full airplane shooter built with Vibe Coding, then contrasts imperative drawing with ECharts' declarative data visualization.
Asize  ·  Jun 26, 2026
Frontend · Vue.js · Architecture
A developer manually configured Vite's chunk splitting and watched first-screen load time jump from 800ms to 7.5 seconds — a cautionary tale that Vite's defaults are smarter than most manual tweaks.
锋行天下  ·  Jun 26, 2026
Artificial Intelligence · AIGC · Agent
A former programmer turned solo creator built a semi-automated pipeline for viral 'Life Scenario' videos, cutting per-video cost from over 10 RMB to under 3 RMB by swapping Coze for a Codex Skill backed by an Obsidian knowledge base.
后端小肥肠  ·  Jun 26, 2026
JavaScript · Frontend
A two-pass algorithm using Map or reduce converts flat backend data into nested trees in O(n) time — no recursion required.
默_笙  ·  Jun 26, 2026
Agent · AI Programming · MCP
Huajiao Technology's engineering team details why moving enterprise Agents from chat to reliable execution requires a three-layer architecture of Skill, CLI, and Gateway, not just MCP or temporary tool integrations.
花椒技术  ·  Jun 26, 2026
Frontend · JavaScript · Interview
The White House has ordered OpenAI to restrict GPT-5.6's release, requiring a 30-day government review before public rollout. This marks a new era where frontier AI models face government approval gates.
kyriewen  ·  Jun 26, 2026
Database
A developer runs 12 rows of test data through every common WHERE condition — equality, LIKE, IN, NULL, GROUP BY, HAVING — and finds that case sensitivity, NULL handling, and parentheses all behave differently than habit assumes.
一只牛博  ·  Jun 26, 2026
Frontend · AI Programming · AIGC
Four protocols — MCP, A2A, AG-UI, and A2UI — are forming the de facto standard stack for agentic software in 2026, each handling a distinct layer: tools, agent-to-agent collaboration, frontend synchronization, and declarative UI generation.
threerocks  ·  Jun 26, 2026
Artificial Intelligence · AI Programming · Programmer
Two everyday analogies—eating and skewers—explain what tokens are, how context windows work, and why token efficiency matters for cost and model performance.
Coffeeee  ·  Jun 26, 2026
Artificial Intelligence · AI Programming · Machine Learning
A Chinese developer's workflow combines HyperFrames for quick HTML-to-MP4 rendering, Remotion for React-based fine animation, and Git for version control, enabling AI to auto-generate 100 polished videos daily.
饼干哥哥  ·  Jun 26, 2026
Frontend · Chrome · Browser
A step-by-step guide to building a Chrome extension that saves selected text from any webpage, covering manifest, content scripts, popups, and background workers.
牛奶  ·  Jun 26, 2026
AIGC · AI Programming · OpenAI
Microsoft is canceling internal Claude Code licenses for nearly 100,000 engineers, citing unsustainable token costs — a sign that AI's usage-based pricing is breaking the traditional software subscription model.
牛奶  ·  Jun 26, 2026
Agent · Claude · LLM
Claude Code Router (CCR) is a local gateway that translates Anthropic's API format into OpenAI-compatible calls, letting developers run Claude Code's CLI on local Ollama models or cloud APIs like DeepSeek.
前端君  ·  Jun 26, 2026
Frontend
A Cocos developer reverse-ports a 3.8.7 project back to 2.4 and documents the brutal differences — revealing why production teams cling to the old engine.
亿元程序员  ·  Jun 26, 2026
AI Programming · Artificial Intelligence · Frontend
Large language models are not reasoning engines; they are next-token prediction machines. Understanding this probability-based mechanism explains their quirks and why prompt engineering is just giving the model a better starting point.
MomentYY  ·  Jun 26, 2026
Backend · Java · Interview
Java 26 goes official with structured concurrency, scoped values, and enhanced pattern matching — three features that together can cut nearly 40% of boilerplate code in real projects.
卷毛的技术笔记  ·  Jun 26, 2026
Claude · AI Programming · Agent
Claude Code's reliability comes from five distinct mechanisms — CLAUDE.md for direction, Hooks for enforcement, Skills for on-demand expertise, Subagents for isolated work, and a context window that compresses intelligently. Understanding how they interact beats guessing at prompts.
沉默王二  ·  Jun 26, 2026
Programmer
Integrating an AI agent into a chat app is not just about sending and receiving messages. A production-grade setup requires designing for access control, session isolation, multi-agent routing, and tool permissions — long before any message is sent.
Harries  ·  Jun 26, 2026
Vue.js
Vue-tui is a new official terminal UI framework that lets Vue developers build interactive CLI tools using native Vue syntax, without touching React.
Forever7_  ·  Jun 26, 2026
Frontend · Backend · Programmer
Two Chinese programmers, Cai Jingxian and Lou Tiancheng, have made the Hurun Rich List purely through their coding skills, proving that technical mastery can still lead to immense wealth.
CodeSheep  ·  Jun 26, 2026
Android · Kotlin
Jetpack Compose's experimental Styles API centralizes UI styling into a single `Style` parameter or `Modifier.styleable`, replacing scattered `Modifier` chains with a declarative, state-aware DSL.
RockByte  ·  Jun 26, 2026
Backend · Architecture · JavaScript
Alibaba's open-source `ocr review` CLI transforms AI code review from an ad-hoc chat into a structured, configurable pipeline that reads Git diffs, applies per-file rules, and outputs structured comments for CI or other agents.
candyTong  ·  Jun 26, 2026
JavaScript · Frontend · Backend
TypeBox + Ajv compiles JSON Schema into raw JS functions, delivering 10-15x faster validation than Zod.js. A real-world stress test shows CPU usage cut in half after the switch.
半刻纬度  ·  Jun 26, 2026
Java
Virtual threads are now a stable feature in JDK 21, and this guide walks through everything from basic API usage to Spring Boot integration, including critical caveats around pinning, connection pools, and CPU-bound tasks.
唐青枫  ·  Jun 25, 2026
Backend
WorkBuddy replaces prompt-by-prompt AI chat with a layered local workbench that combines task input, expert roles, skill extensions, and automation templates. A hands-on integration with Lanyun MaaS and MiniMax-M2.5 shows the chain actually works for real office tasks.
倔强的石头_  ·  Jun 25, 2026
JavaScript · Backend
V8 secretly wraps every primitive string in a `new String()` object, then strips it back — but the prototype chain survives, letting primitives borrow methods like `.length`.
sarasuki  ·  Jun 25, 2026
Frontend · APP · Rust
A Tauri developer discovers that manually detecting dark mode for tray icons fails on multi-monitor setups — and that macOS's native Template Image API solves it with a single flag.
雨夜寻晴天  ·  Jun 25, 2026
JavaScript
A step-by-step guide to building a 3D rotating cube with pure CSS, using perspective, transform-style, and keyframe animations — no JavaScript or Three.js required.
默_笙  ·  Jun 25, 2026
Frontend · JavaScript · Interview
AI writes 80% of the code, but it can't make the 20% of decisions that actually matter. Here's the three-layer answer that turns a trap question into a career-defining moment.
kyriewen  ·  Jun 25, 2026
Backend
Tencent's Marvis agent decouples 'where you are' from 'where your computer is,' turning a phone into a full remote workstation that understands and organizes local files via on-device AI.
苍何  ·  Jun 25, 2026
Backend
Weibo's open platform just open-sourced a CLI that wraps 70+ APIs into single terminal commands, with native MCP support for AI agents.
用户427925405171  ·  Jun 25, 2026
Frontend
A common CSS bug: setting `height: 100vh` on a scrollable list causes the background to cut off after the first screen. The fix is `min-height: 100vh`, which lets the container grow with the content.
陆枫Larry  ·  Jun 25, 2026
Frontend · Performance Optimization · Monitoring
Google's web-vitals library provides a standardized, lightweight way to measure LCP, INP, and CLS directly in the browser, with attribution modules that pinpoint exactly which element or resource is causing performance issues.
亲亲小宝宝鸭  ·  Jun 25, 2026
Frontend · Frontend Framework
A Chinese developer built a custom frontend framework called Vitarx after finding Vue, React, and Solid couldn't meet the needs of a complex visual editor project. The framework uses signal-level precise updates and a runtime view tree to achieve better performance in high-frequency update scenarios.
下家  ·  Jun 25, 2026
Frontend
A deep dive into WebSocket and SSE protocols using only Node.js's native http module, with full frame parsing and handshake code.
海尔智慧家技术平台  ·  Jun 25, 2026
Artificial Intelligence · Audio/Video Development · Image Recognition
A developer built a Gradio-based web tool that wraps Agnes AI's completely free APIs into a one-stop image and video generation studio — deployable locally, on Docker, or on Hugging Face Spaces.
雨夜寻晴天  ·  Jun 25, 2026
Backend · Artificial Intelligence · Programmer
OpenAI's new Codex whitepaper outlines a shift from chat-based coding to persistent, autonomous work loops — durable threads, voice-driven steering, and a vault for long-term memory.
cxuanAI  ·  Jun 25, 2026
Frontend · Backend · Go
A PHP developer migrating to Go uses Claude Code to design a GORM admin model with AutoMigrate and sets up Air for hot-reload, sharing practical prompts and security warnings about AI-installed dependencies.
妙码生花  ·  Jun 25, 2026
Frontend
Conditional breakpoints, logpoints, Overrides for hot-patching production code, and Snippets for reusable debug scripts — a systematic guide to Chrome DevTools debugging that goes far beyond console.log.
政采云技术  ·  Jun 25, 2026
Frontend · Backend · AI Programming
AI Agent engineering isn't a new job—it's your existing dev skills plus a thin layer of new concepts. A full-stack engineer who built production Agents shares the real engineering challenges, the mindset shift, and a concrete learning path.
谭sir  ·  Jun 25, 2026
Backend · AI Programming · AIGC
Anthropic's Claude Tag lets teams @mention Claude in Slack channels, where it reads shared context, calls tools, and executes long-running tasks as a persistent, proactive collaborator.
猿人谷  ·  Jun 25, 2026
AI Programming · Artificial Intelligence
Large models are brilliant brains strapped to premature bodies. The real AI bottleneck isn't intelligence—it's that Agent sensory, motor, and autonomic systems haven't evolved yet.
vivo互联网技术  ·  Jun 25, 2026
Frontend
A simple `// MARK:` comment turns VSCode's minimap into a visual code navigation system, letting developers jump between methods in thousand-line files without scrolling or clicking through outline panels.
40岁搬砖工  ·  Jun 25, 2026
Architecture · Agent · Artificial Intelligence
Dewu's community event setup evolved from an AI-assisted form filler to a two-stage Agent architecture that generates campaign plans and builds venues, cutting operator steps from 10+ system hops to a single chat interface.
得物技术  ·  Jun 25, 2026
Backend · Artificial Intelligence
A developer turns an RTX 5060 Ti 16GB into a fully local, always-on AI assistant using LM Studio and the MoE-based Qwen3.6-35B-A3B model, with a Docker-powered Open WebUI frontend.
雪隐_上班了  ·  Jun 25, 2026
Architecture · Frontend · Backend
A full-stack developer details the step-by-step migration of a Node.js online education system from a single 4-core server to a multi-server architecture with load balancing, managed MySQL with read replicas, and dedicated Redis, all on Volcengine.
Ausra无忧  ·  Jun 25, 2026
AIGC · Design · Visual Design
A new AI skill turns a single sentence like "I want a smart port dashboard" into a structured design draft, complete with a confirmed brief, industry-specific charts, and a visual style—before generating the image.
Gyrate  ·  Jun 25, 2026
Agent · Frontend · Full Stack
A developer wires up the open-source AI Agent Zhiyu with the baoyu-skills writing toolkit to autonomously generate articles, create cover images, and publish drafts to WeChat Official Account — all from a single natural-language command.
双越AI_club  ·  Jun 25, 2026
Backend · Java · Programmer
DBX is a 15MB, Rust-native database client that supports over 50 database engines, offers both desktop and self-hosted Docker modes, and includes AI-assisted SQL generation.
SimonKing  ·  Jun 25, 2026
Frontend · Flutter · Android
Patchwork lets Flutter developers patch third-party pub dependencies locally, generate .patch files, and share them with the team — all without forking the repo or dirtying pubspec.yaml.
恋猫de小郭  ·  Jun 25, 2026
Vue.js · Frontend · JavaScript
InjectionKey uses a branded type pattern to give Vue 3's provide/inject full TypeScript type safety, catching mismatched keys and value types at compile time instead of runtime.
秋天的一阵风  ·  Jun 25, 2026
macOS · Terminal · AI Programming · Developer Tools
Liney is a native macOS terminal workspace app that binds repositories, worktrees, and split-pane layouts together, eliminating the chaos of managing multiple terminal windows for multi-branch, multi-repo development.
黄林晴  ·  Jun 25, 2026
Android
A deep dive into why Android's most common anti-patterns — launching coroutines in repositories, managing resources with start/stop, and using event buses — all stem from the same root cause: broken ownership of tasks, resources, and events.
潜龙勿用之化骨龙  ·  Jun 25, 2026
AI Coding · VibeCoding · Flutter
Public benchmark scores are easy to game. A Flutter developer shares a three-tier model selection strategy that prioritizes closed-source benchmarks and real-world context management over leaderboard hype.
程序员老刘  ·  Jun 24, 2026
Data Analysis
A Chinese enterprise data site, Jinghai Data, returns full HTML without any CAPTCHA, IP blocking, or rate limiting, making it trivially easy to scrape basic business registration info. A developer posted a working Python scraper using requests and BeautifulSoup.
倔强的石头_  ·  Jun 24, 2026
AI Programming
A developer used the AI coding tool WorkBuddy to build a secure, ephemeral file and text sharing service, evolving the tech stack from raw HTML through Vue and finally to a production-ready Spring Boot + Java 17 backend.
一只牛博  ·  Jun 24, 2026
Frontend · Vue.js · Frontend Framework
A four-layer architecture for Electron + Vue3 apps lets each card component be independently packaged as a UMD file and dynamically loaded at runtime, enabling hot-swappable content without rebuilding the desktop app.
锋行天下  ·  Jun 24, 2026
Frontend · Flutter · Android
LibrePods reverse-engineers Apple's proprietary AirPods protocol (AACP) and reimplements it on Android via BLE, L2CAP, and ATT, unlocking noise control, battery status, and in-ear detection without an iPhone.
恋猫de小郭  ·  Jun 24, 2026
Android · Gradle
Gradle 9.6.0 fixes a long-standing CI pain point: project properties that are only read during task execution no longer invalidate the configuration cache.
黄林晴  ·  Jun 24, 2026
Android · Flutter
Flutter's path_provider isn't one package — it's six, split into a central dispatch, a platform interface, and four country-specific branches. This architecture keeps each platform independent, uses token-based franchise verification, and delivers precise failure semantics.
张风捷特烈  ·  Jun 23, 2026
Frontend · Backend · Artificial Intelligence
A veteran developer's comprehensive guide to mastering AI Agents like Codex and Claude Code, covering everything from model selection and context management to building custom Skills and designing a Harness for autonomous development.
oil欧哟  ·  Jun 23, 2026
Frontend · Backend · AI Programming
Key figures from Anthropic and OpenAI are declaring prompt engineering dead, replaced by Loop Engineering—a paradigm where developers design autonomous loop systems that prompt, verify, and iterate AI agents on their own.
程序员鱼皮  ·  Jun 16, 2026
Backend
A five-step guide to accessing DeepSeek V4 Pro and other free models through the ZenMux platform, using local tools like Cherry Studio or cc-switch.
神奇小汤圆  ·  Jun 14, 2026
Agent · AI Programming
A developer assembled an AI Hot Radar that scrapes Douyin, Xiaohongshu, and WeChat Official Accounts daily, feeds the data to an LLM for structured analysis, and serves a live dashboard — all built in two hours using Codex and RedFox Data Skills.
沉默王二  ·  Jun 10, 2026
AI Programming · Agent · Node.js
A Chinese developer is rebuilding his AI Agent project from scratch, laying out the 10 core modules any production-grade Agent needs — from ReAct loops and context compression to permission systems and subagents.
双越AI_club  ·  Jun 9, 2026
GitHub · Artificial Intelligence · AI Programming
May 2026's top GitHub projects turn engineering workflows into reusable 'Skills', pre-index codebases into knowledge graphs to slash agent token costs, and push multi-agent orchestration into the mainstream.
一点一木  ·  Jun 1, 2026
GitHub · Gemini · Claude
FreeLLMAPI is a self-hosted API gateway that aggregates free quotas from 14 AI vendors — including Gemini, Groq, Mistral, and GitHub Models — into a single OpenAI-compatible endpoint, with a smart router that handles rate limits, fallbacks, and sticky sessions automatically.
沉默王二  ·  May 30, 2026
Programmer · Full-stack · Artificial Intelligence
A curated set of 9 Claude Code Skills — from frontend design to systematic debugging — that automate repetitive workflows and claim to double daily development efficiency.
狂师  ·  May 27, 2026
Artificial Intelligence
After a year on Cursor, a Chinese developer's company swapped it for OpenAI Codex. His verdict: Cursor was a revolutionary IDE; Codex is a true super-agent that goes far beyond coding.
深小乐  ·  May 10, 2026
Frontend · Backend · JavaScript
DeepAgents is a new open-source agent harness from LangChain that adds task planning, a virtual file system, sub-agent spawning, and persistent memory to stop long-running LLM tasks from losing context or looping.
tangdou369098655  ·  May 7, 2026
Frontend · Backend · Artificial Intelligence
A full-stack AI development methodology from Dewu Technology that replaces prompt-by-prompt coding with a structured pipeline: Harness constraints, SDD-driven design, and parallel multi-agent code generation.
得物技术  ·  May 7, 2026
Artificial Intelligence
Anthropic's Claude Code is a terminal-native AI coding agent that reads your entire codebase, plans multi-step fixes, and executes them autonomously — with human approval at every key node.
小星AI  ·  May 6, 2026
Programmers · AI Programming · Agent
By 2026, the software development paradigm has shifted from manual coding to humans setting goals and AI decomposing and executing tasks. Programmers face a clear fork: stay in the execution layer or move up to design and decision-making.
刀法如飞  ·  Apr 20, 2026