Hayes Ly

7 posts
How Worker Threads Bring Multithreading to Node.js
back-end
members

How Worker Threads Bring Multithreading to Node.js

One of the first things you learn about Node.js is the Golden Rule: "Node.js is single-threaded." For 90% of web applications, this is a feature, not a bug. The Event Loop allows Node to handle thousa
Hayes Ly
Understanding Garbage Collection in Node.js
back-end
members

Understanding Garbage Collection in Node.js

If you’ve ever written a Node.js application that mysteriously slows down after a few days, or crashes with the dreaded FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed, you ha
Hayes Ly
REST API vs. gRPC: Which One Is Your Choice?
back-end
members

REST API vs. gRPC: Which One Is Your Choice?

In the world of modern API development, two heavyweights dominate the conversation: the battle-tested REST and the high-performance challenger gRPC. If you are building a microservices architecture or
Hayes Ly
MCP: How it empowers the interaction of AI Agents
members

MCP: How it empowers the interaction of AI Agents

As artificial intelligence (AI) systems become more complex and interconnected, enabling smooth and meaningful interactions between AI agents has become a pressing challenge. Whether it's collaborativ
Hayes Ly
Introduction to NLWeb
WEB
members

Introduction to NLWeb

Microsoft has unveiled NLWeb (Natural Language Web), an open-source project designed to simplify the integration of conversational AI into websites. By leveraging NLWeb, developers can transform stati
Hayes Ly
Model Context Protocol
WEB
members

Model Context Protocol

In 2025, the world of agent‑based AI has been revolutionized by the Model Context Protocol (MCP), a unified, plug‑and‑play “Swiss Army knife” for AI agents. Instead of juggling dozens of disparate API
Hayes Ly
AI Agents: The Digital Workforce That’s Changing Everything
AI
members

AI Agents: The Digital Workforce That’s Changing Everything

When people talk about AI today, they usually mean chatbots like ChatGPT, Gemini, Claude, or DeepSeek—smart assistants that can answer your questions and hold a conversation. But that’s just the begin
Hayes Ly