From 54f8cc787a7dc08da95c8440add187129d64d10e Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Wed, 24 Oct 2018 17:52:19 +0800 Subject: [PATCH] Update tags of some posts --- _posts/2018-05-15-node-js-npm.md | 2 +- _posts/2018-05-8-node-js-basics.md | 2 +- _posts/2018-07-4-an-abc-web-dev-reference-list.md | 2 +- ...mplified-introduction-to-the-memory-and-memory-management.md | 2 +- ...0-introducing-the-simplesvg-sprites-my-first-node-project.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2018-05-15-node-js-npm.md b/_posts/2018-05-15-node-js-npm.md index 24cf2eb..ca46f92 100644 --- a/_posts/2018-05-15-node-js-npm.md +++ b/_posts/2018-05-15-node-js-npm.md @@ -4,7 +4,7 @@ title: "Node.js: NPM" date: 2018-05-15 04:25:33 +0800 author: foo-dogsquared categories: node-js -tags: [node, programming-notes, javascript] +tags: [node-js, programming-notes, javascript] --- Now that we've tackled a little bit about Node, we know that Node.js comes with a huge number of user-created modules that will diff --git a/_posts/2018-05-8-node-js-basics.md b/_posts/2018-05-8-node-js-basics.md index 1524354..09e6736 100644 --- a/_posts/2018-05-8-node-js-basics.md +++ b/_posts/2018-05-8-node-js-basics.md @@ -4,7 +4,7 @@ title: "Node.js: Basics" date: 2018-05-08 21:47:24 +0800 author: foo-dogsquared categories: node-js -tags: [node, programming-notes, javascript] +tags: [node-js, programming-notes, javascript] --- Ever since JavaScript boomed in popularity, so does its related technology as more people create tools with JavaScript. Now, it does not only revolves around the browser as some kind of diff --git a/_posts/2018-07-4-an-abc-web-dev-reference-list.md b/_posts/2018-07-4-an-abc-web-dev-reference-list.md index 0c0d2f6..43b6dde 100644 --- a/_posts/2018-07-4-an-abc-web-dev-reference-list.md +++ b/_posts/2018-07-4-an-abc-web-dev-reference-list.md @@ -3,7 +3,7 @@ layout: post title: "An Absolute Beginners' Complete Web Development Resource List" date: 2018-07-2 9:56:34 +0800 author: foo-dogsquared -categories: general +categories: freebies tags: [programming-notes, computer-science, real-notes] updatedOn: Jul 3, 2018 --- diff --git a/_posts/2018-08-7-simplified-introduction-to-the-memory-and-memory-management.md b/_posts/2018-08-7-simplified-introduction-to-the-memory-and-memory-management.md index a6438a2..4856fc9 100644 --- a/_posts/2018-08-7-simplified-introduction-to-the-memory-and-memory-management.md +++ b/_posts/2018-08-7-simplified-introduction-to-the-memory-and-memory-management.md @@ -1,7 +1,7 @@ --- layout: post title: "[Simplified!] Introduction to the Memory and Memory Management" -# date: 2018-07-7 18:32:05 +0800 +date: 2018-07-7 18:32:05 +0800 author: foo-dogsquared categories: computer-science tags: [programming-notes, computer-science, simplified] diff --git a/_posts/2018-10-20-introducing-the-simplesvg-sprites-my-first-node-project.md b/_posts/2018-10-20-introducing-the-simplesvg-sprites-my-first-node-project.md index 131a52a..f122e48 100644 --- a/_posts/2018-10-20-introducing-the-simplesvg-sprites-my-first-node-project.md +++ b/_posts/2018-10-20-introducing-the-simplesvg-sprites-my-first-node-project.md @@ -5,7 +5,7 @@ date: 2018-10-20 15:27:06 +0800 author: foo-dogsquared categories: side-projects id: simplesvg-sprites -tags: [projects, beginner, nodejs] +tags: [projects, beginner, node-js] --- As you have read the title, in this post, I'll just be introducing my first "serious" Node app: [**`simplesvg-sprites`**](https://simplesvg-sprites.herokuapp.com/). I spent developing on it on the span of 10 days as I familiarize myself with the concepts of an API, how back-end works, and... other stuff.