React Redux infinity scroll

hello today we will do a simple example of infinity scroll using react/redux, for this approach we will use a boilerplate that i ready made react redux boilerplate, for the service will use a fake rest service from jsonplaceholder.

Continue reading “React Redux infinity scroll”

Vuejs with typescript basic tutorial

Hello mates.

Today I will illustrate you how to start a project in vuejs using typescript. vuejs is a framework that the main features are fast, simple and the build give you an small footprint app. so let’s get start.
Continue reading “Vuejs with typescript basic tutorial”

ionic 2 app tutorial, a simple YouTube player

Welcome again, today we will build a YouTube player in ionic framework 2 using the YouTube api for search videos and the YouTube iframe api for play videos, so let’s begin.

Ionic framework is a tool for making mobile apps using angular 1 and 2, today we going to be using the version 2 of the framework. for this tutorial you will need to know some typescript,css and html.
Continue reading “ionic 2 app tutorial, a simple YouTube player”

Angular 2 basic app part 1 (express backend with jwt auth)

Hello, in this post we are going to build an angular 2  app. For the backend we going to use mongodb , expressjs, angular 2 and nodejs.
First, we are going to build our backend. There are different approaches for doing this, but in this case we are going to build the backend as a REST API, allowing us to connect different kind of client apps (front end) in mobiles, desktop or web, so we are going to develop our backend and our front end like different apps
Continue reading “Angular 2 basic app part 1 (express backend with jwt auth)”