<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>NodeJS on HuyDQ&#39;s Blog</title>
    <link>https://robinhuy.github.io/tags/nodejs/</link>
    <description>Recent content in NodeJS on HuyDQ&#39;s Blog</description>
    <image>
      <url>https://robinhuy.github.io/icons/dragon-thumbnail.png</url>
      <link>https://robinhuy.github.io/icons/dragon-thumbnail.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Tue, 20 Sep 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://robinhuy.github.io/tags/nodejs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Debug bằng console.log theo cách PRO hơn</title>
      <link>https://robinhuy.github.io/blog/debug-bang-console-log-theo-cach-pro-hon/</link>
      <pubDate>Tue, 20 Sep 2022 00:00:00 +0000</pubDate>
      
      <guid>https://robinhuy.github.io/blog/debug-bang-console-log-theo-cach-pro-hon/</guid>
      <description>Khi code các dự án bằng JavaScript (hoặc NodeJS) thì có nhiều tool để debug, nhưng mình vẫn hay debug theo kiểu nông dân đó là dùng console.log. Những ai có cùng sở thích như vậy thì có thể tham khảo bài viết này để có thể log một cách pro hơn
Có nhiều loại log ngoài console.log Console là một object, và nó có nhiều phương thức khác nhau. Trong đó .</description>
    </item>
    
    <item>
      <title>Tạo 1 REST API phục vụ cho mục đích học tập trong 30 giây</title>
      <link>https://robinhuy.github.io/blog/tao-1-rest-api-phuc-vu-cho-muc-dich-hoc-tap-trong-30-giay/</link>
      <pubDate>Tue, 29 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://robinhuy.github.io/blog/tao-1-rest-api-phuc-vu-cho-muc-dich-hoc-tap-trong-30-giay/</guid>
      <description>Video demo: https://youtu.be/O6Agt4cLbfo.
Dựng Server local Yêu cầu máy tính đã cài và chạy được Git + NodeJS.
Các bước thực hiện:
  Clone repository sau (hoặc fork về nếu muốn quản lý source code, nhớ star để ủng hộ tác giả): https://github.com/robinhuy/fake-rest-api-nodejs.git
1   git clone https://github.com/robinhuy/fake-rest-api-nodejs.git     Cài đặt dependencies
1 2   cd fake-rest-api-nodejs  npm install     Chạy server</description>
    </item>
    
  </channel>
</rss>
