Update tags of some posts

This commit is contained in:
foo-dogsquared 2018-10-24 17:52:19 +08:00
parent 6a2bd100a2
commit 54f8cc787a
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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
---

View File

@ -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]

View File

@ -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.