Compilation of articles about Node.js

Compilation of articles about Node.js

Daily short news for you
  • Void - the name I've mentioned quite some time ago. From the time when continue.dev just emerged. It's similar to Cursor and Windsurf, and today they've released the Beta version and allowed everyone to download it.

    The strength of this is that it is open source, free, and uses free local models on your machine via Ollama or LM Studio... If you don't like it, you can plug in APIs from other providers. I just tried it out and found the suggestion capabilities and chat framework quite similar to Cursor, and it even has an Agent feature 👏. It's more stable than continue.dev (the last time I used it), and the only thing left to do is to choose a better model 🤤

    » Read more
  • Zed has recently introduced a new feature called Agent - similar to Agent in Cursor or Write in Windsurf, and they call it The Fastest AI Code Editor.

    It is indeed fast because Zed is written in Rust. However, their strategy seems to be shifting, focusing on AI instead of developing the currently limited extensions that cannot compete with VSCode 🥶

    Zed: The Fastest AI Code Editor

    » Read more
  • Right after the news that OpenAI reached an agreement to acquire Windsurf for $3 billion, today Cursor has offered 1 year of free Pro access for students. Chaaaaà 🤔

    OpenAI Reaches Agreement to Buy Startup Windsurf for $3 Billion

    Cursor for Students | Cursor - The AI Code Editor

    » Read more

Introduction

Three (3) years of writing is neither short nor long, and during that time I have written many articles revolving around the topic of Node.js. They range from the most basic to the in-depth ones about how Node.js works, as well as sharing experiences to use Node.js more effectively. Today, as I sat down and thought about it, I realized that if there are many articles like this scattered without being compiled somewhere, it would make it difficult for readers to have an overview or have difficulty in searching. Therefore, in this article, I will compile a list of articles by category to summarize the information, and hopefully this will be a useful source of documentation for many people.

Actually, this list includes some articles that were written a long time ago when I was still practicing my writing skills, so the sentences may be flawed or the content may be outdated. If you notice any issues, please leave a comment below this article so that I can revise the content better. Without further ado, let's get to the topics!

Introduction to Node.js

These are the articles introducing Node.js that I wrote right when I started my blog. The content mainly serves as an announcement and a check of the blog's functionality.

Node.js Architecture

These are the articles diving deep into the architecture of Node.js. They cover the components, how they work, and how they interact with each other to run your applications.

Event Loop

Event Loop is an important concept in Node.js. Through Event Loop, we can handle events asynchronously. So let's learn more about Event Loop in Node.js.

Improving Node.js Application Performance

Regardless of the programming language, there are always ways to optimize performance. Here are some articles on how to improve the performance of your Node.js applications.

Other Useful Articles

Finally, a collection of some interesting articles about Node.js.

Premium
Hello

The secret stack of Blog

As a developer, are you curious about the technology secrets or the technical debts of this blog? All secrets will be revealed in the article below. What are you waiting for, click now!

As a developer, are you curious about the technology secrets or the technical debts of this blog? All secrets will be revealed in the article below. What are you waiting for, click now!

View all

Subscribe to receive new article notifications

or
* The summary newsletter is sent every 1-2 weeks, cancel anytime.

Comments (0)

Leave a comment...