facebook

Genuitec's Blog: February, 2018

Angular Observables and Promises – How to Use Them

Posted on Feb 21st 2018
Angular, as we all know, is a JavaScript framework that makes it easy to build web applications. RxJS is really about bringing the principles of functional programming to JavaScript.Functional Programming in JavaScript?It all started with the rise of asynchronicity or asynchronous JavaScript,where we have data that is flowing … Read More

Angular 5 Authentication: Getting Started

Posted on Feb 6th 2018
In this tutorial, we are going to build an Angular 5 authentication system using Google’s Cloud Firestore. Most of the applications we build require some kind of authentication, and the simplest and fastest way to get started with that is by using the Firestore – a flexible, scalable … Read More
Show More