diff --git a/hugo/content/tags/angular/_index.md b/hugo/content/tags/angular/_index.md new file mode 100644 index 000000000..c4ce6c5ef --- /dev/null +++ b/hugo/content/tags/angular/_index.md @@ -0,0 +1,5 @@ +--- +title: Angular +description: Angular is a framework which helps you build great cross-platform applications. +link: https://angular.io/ +--- diff --git a/hugo/content/tags/cloud-functions/_index.md b/hugo/content/tags/cloud-functions/_index.md new file mode 100644 index 000000000..60e91165a --- /dev/null +++ b/hugo/content/tags/cloud-functions/_index.md @@ -0,0 +1,5 @@ +--- +title: Cloud functions +description: Cloud functions is a serverless service that helps you run code by triggers like database events(new data created),auth(new user was created) etc. +link: https://firebase.google.com/docs/functions/ +--- diff --git a/hugo/content/tags/firestore/_index.md b/hugo/content/tags/firestore/_index.md new file mode 100644 index 000000000..ab3a32c6e --- /dev/null +++ b/hugo/content/tags/firestore/_index.md @@ -0,0 +1,5 @@ +--- +title: Firestore +description: Firestore is NoSQL cloud database where data is stored in documents that contain fields mapping to values. +link: https://firebase.google.com/docs/firestore/ +--- diff --git a/hugo/content/tags/node/_index.md b/hugo/content/tags/node/_index.md new file mode 100644 index 000000000..f01beeef1 --- /dev/null +++ b/hugo/content/tags/node/_index.md @@ -0,0 +1,5 @@ +--- +title: Node +description: Node.js is a JavaScript runtime environment that achieves low latency and high throughput. +link: https://nodejs.org/en/ +--- diff --git a/hugo/content/tags/rxjs/_index.md b/hugo/content/tags/rxjs/_index.md new file mode 100644 index 000000000..1999c5b80 --- /dev/null +++ b/hugo/content/tags/rxjs/_index.md @@ -0,0 +1,5 @@ +--- +title: RxJS +description: RxJS is javascript library that helps you work better with asynchronous and callback-based code. +link: https://rxjs-dev.firebaseapp.com/ +---