Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New tag descriptions #28

Merged
merged 2 commits into from
Jan 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hugo/content/tags/angular/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Angular
description: Angular is a framework which helps you build great cross-platform applications.
link: https://angular.io/
---
5 changes: 5 additions & 0 deletions hugo/content/tags/cloud-functions/_index.md
Original file line number Diff line number Diff line change
@@ -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/
---
5 changes: 5 additions & 0 deletions hugo/content/tags/firestore/_index.md
Original file line number Diff line number Diff line change
@@ -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/
---
5 changes: 5 additions & 0 deletions hugo/content/tags/node/_index.md
Original file line number Diff line number Diff line change
@@ -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/
---
5 changes: 5 additions & 0 deletions hugo/content/tags/rxjs/_index.md
Original file line number Diff line number Diff line change
@@ -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/
---