61 related articles

A developer legally forked a MIT-licensed project and allegedly faced sock puppet smear reviews. This article explores the legal and ethical boundaries of open source forking vs. plagiarism.

Cloudflare Workers and Containers now support inbound TCP connections and gRPC, breaking HTTP limitations to enable custom protocol servers, microservices, and real-time apps at the edge.

A deep dive into PlanetScale's core database infrastructure architecture, covering compute-storage separation, Vitess shard routing, multi-replica HA, and zero-downtime schema changes.

In-depth analysis of the 360K-Star System Design Primer on GitHub, covering distributed system design fundamentals, interview case studies, and Anki flashcards to help you master large-scale architecture design.

Scrutiny is an open-source hard drive SMART health monitoring tool. When the main repo slows down, how do you choose among community forks? This guide covers commit frequency, community consensus, data migration costs, and more.

An in-depth analysis of the classic "Pets vs Cattle" metaphor in cloud computing, exploring the shift from traditional IT ops to cloud-native thinking and clarifying common misconceptions.

Supapool uses pool prewarming to create isolated Supabase database instances in 400ms for AI coding assistants like Claude, Cursor, and Devin—a prime example of AI-native infrastructure.

Deep dive into Apache Cassandra's core design: linear scalability, decentralized architecture, tunable consistency, and ideal use cases for engineering teams.

A deep dive into an AI paper writing system built with FastAPI + Vue3, covering multi-agent collaboration, RAG, streaming output, and full academic workflow automation.

Discover why beginners study SpringBoot for six months without getting started. Learn the 'focus on the big picture' methodology and evolve a simple Java project into a runnable enterprise-level SpringBoot application step by step.

Discover why beginners study SpringBoot for six months without getting started. Learn the 'focus on the big' methodology, and evolve a simple Java project step by step into a runnable enterprise application with IDEA.

A systematic roadmap from LangChain and LangGraph to multi-agent development, covering RAG, Tool Calling, MCP, and more, helping developers break into AI app development.

A step-by-step guide to locally deploying the Dify open-source AI platform using BT Panel on a VMware virtual machine, covering Ubuntu setup, Docker config, and image pull troubleshooting—beginner-friendly.

A step-by-step guide to locally deploying the open-source Dify AI platform using the BT Panel on a VMware virtual machine—covering Ubuntu setup, Docker config, and image pull troubleshooting.

A complete guide to Dify — covering deployment, five core app types (chatbot, Agent, workflow, and more), LLM integration, and publishing for zero-experience developers.

Spring AI Alibaba Admin is a visual AI workflow platform for Java, comparable to Dify. It supports Dify-to-Graph migration, multi-model integration, and code export. This article covers core features and local deployment tips.

CogniCore asks: should persistent memory, context engines, and state management be standalone AI infrastructure or in-app features? A deep dive into 5 key directions and the missing middleware of the agent era.

Fix Snowflake ML StandardScaler's 'does not index into the dataset' error. Learn why Snowflake's identifier case-folding causes column name mismatches and how to resolve them in 3 steps.

A comprehensive look at Prisma ORM's core components and unique strengths: the type-safe Prisma Client, declarative migrations, visual Studio, and support for PostgreSQL, MySQL, MongoDB and more.

An in-depth analysis of PostgreSQL's lock scalability bottlenecks under high concurrency: LWLock contention, the cost of the multi-process model, negative scaling, and practical strategies like connection pooling, transaction optimization, and horizontal scaling.