Compilation of articles about Node.js

Compilation of articles about Node.js

Daily short news for you
  • A software that converts text to speech created by a Vietnamese programmer - J2TEAM - Text to Speech (Free). You can convert dozens of languages into dozens of different natural voices. The special thing is that it is free.

    In preliminary evaluation, the conversion of long texts or texts in pure Vietnamese is very good. However, when it includes English words, it sounds a bit funny 😅

    » Read more
  • How terrifying, Codeium - known as a competitor to Github Copilot, as it allows users to use it for free without limits. Recently, they introduced the Windsurf Editor - no longer just a VSCode Extension but a full Editor now - directly competing with Cursor. And the main point is that it... is completely free 🫣.

    » Read more
  • There is a rather interesting study that I came across: "Users never bother to read things they don't want to." (That's a bold statement, but it's more true than not. 😅)

    Don't believe it? I bet you've encountered situations where you've clicked on a button repeatedly and it doesn't respond, but in reality, it has displayed an error message somewhere. Or you've filled out everything and then when you hit the submit button, it doesn't go through. Frustrated, you scroll up or down to read and find out... oh, it turns out there's an extra step or two you need to take, right?

    It’s not far from the blog here. I thought that anyone who cares about the blog would click on the "Allow notifications" button just below the post. But the truth is, no one bothers to click it. Is it because they don't want to receive notifications? Probably not! I think it's because they just didn’t read that line.

    The evidence is that only when a notification pops up and takes up half the screen, or suddenly appears to grab attention, do they actually read it—and of course, it attracts a few more subscribers—something that was never achieved before.

    » 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

5 profound lessons

Every product comes with stories. The success of others is an inspiration for many to follow. 5 lessons learned have changed me forever. How about you? Click now!

Every product comes with stories. The success of others is an inspiration for many to follow. 5 lessons learned have changed me forever. How about you? Click now!

View all

Subscribe to receive new article notifications

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

Hello, my name is Hoai - a developer who tells stories through writing ✍️ and creating products 🚀. With many years of programming experience, I have contributed to various products that bring value to users at my workplace as well as to myself. My hobbies include reading, writing, and researching... I created this blog with the mission of delivering quality articles to the readers of 2coffee.dev.Follow me through these channels LinkedIn, Facebook, Instagram, Telegram.

Did you find this article helpful?
NoYes

Comments (0)

Leave a comment...