REST API Development with Sails.js
In the previous article I explained how develop a REST API with MongoDB, NodeJS and Express from scratch. We saw that developing an API from scratch is a simple process although it could be quite...
View ArticleMEANJS Demo Application
Sometime ago I started developing manually the following application with the MEAN stack. When I started developing this application there didn’t exist some Yeoman generators that exist nowadays, and...
View ArticleImprove your Productivity with generator-meanjs-table
In this video we are going to see how to improve our productivity with generator-meanjs-table. This generator will allow us create new entities very fast and automatically will allow us to manage this...
View ArticleSailsJS and AngularJS Applications with generator-angular-crud
In this video we are going to see how generator-angular-crud will allow us creating very quickly and very easy new entities for our AngularJS application and automatically will allow us managing our...
View ArticleAngular2 demo working with Firebase Storage and Realtime Database
This project is an Angular2 demo to show how to use Firebase Storage to upload images in Firebase and how to use Firebase Realtime Database to see in real time the files that are uploaded. GitHubDemo...
View ArticleSpring Boot REST API protected with JWT
Protecting a REST APIs with JWT is a tedious task and, normally, it is quite similar in common projects. To avoid this tedious task I have developed a Yeoman generator generator-spring-rest-jwt that...
View ArticleLocal Parse Server + Ionic2 tutorial
In this video we create a mobile application with Parse Server installed locally in our computer and with Ionic2. Parse Server Parse Server is a server that run on NodeJS, over Express server, and...
View ArticleAngular, Ionic and Firebase Starter Kit
When we have to develop a mobile application, in many cases we also need to develop a backoffice to manage the information that is displayed in the mobile app. The following system is composed by two...
View ArticleCourse FullStack JavaScript Application with NodeJS and Angular
In this course we will see to create a fullstack application with JavaScript. The backend will be developed with NodeJS, ExpressJS and Mongoose, and the frontend will be developed with Angular and...
View ArticleFiltering lists in Angular with RxJs
Suppose that you have an observable that contains a list of elements and you have a text input control. You want that when the user types something in the input control your list is filtered...
View Article