mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
Update tags of some posts
This commit is contained in:
parent
6a2bd100a2
commit
54f8cc787a
@ -4,7 +4,7 @@ title: "Node.js: NPM"
|
|||||||
date: 2018-05-15 04:25:33 +0800
|
date: 2018-05-15 04:25:33 +0800
|
||||||
author: foo-dogsquared
|
author: foo-dogsquared
|
||||||
categories: node-js
|
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
|
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
|
||||||
|
@ -4,7 +4,7 @@ title: "Node.js: Basics"
|
|||||||
date: 2018-05-08 21:47:24 +0800
|
date: 2018-05-08 21:47:24 +0800
|
||||||
author: foo-dogsquared
|
author: foo-dogsquared
|
||||||
categories: node-js
|
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
|
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
|
create tools with JavaScript. Now, it does not only revolves around the browser as some kind of
|
||||||
|
@ -3,7 +3,7 @@ layout: post
|
|||||||
title: "An Absolute Beginners' Complete Web Development Resource List"
|
title: "An Absolute Beginners' Complete Web Development Resource List"
|
||||||
date: 2018-07-2 9:56:34 +0800
|
date: 2018-07-2 9:56:34 +0800
|
||||||
author: foo-dogsquared
|
author: foo-dogsquared
|
||||||
categories: general
|
categories: freebies
|
||||||
tags: [programming-notes, computer-science, real-notes]
|
tags: [programming-notes, computer-science, real-notes]
|
||||||
updatedOn: Jul 3, 2018
|
updatedOn: Jul 3, 2018
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "[Simplified!] Introduction to the Memory and Memory Management"
|
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
|
author: foo-dogsquared
|
||||||
categories: computer-science
|
categories: computer-science
|
||||||
tags: [programming-notes, computer-science, simplified]
|
tags: [programming-notes, computer-science, simplified]
|
||||||
|
@ -5,7 +5,7 @@ date: 2018-10-20 15:27:06 +0800
|
|||||||
author: foo-dogsquared
|
author: foo-dogsquared
|
||||||
categories: side-projects
|
categories: side-projects
|
||||||
id: simplesvg-sprites
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user