Why invest your time to learn Angular and Spring
I personally think there are a lot of reasons why these technologies are proving to be relevant in the modern web developer ecosystem. In the following lines, I will try to illustrate the top 4 reasons and also I will show an easy way to learn it in case you don't.
Angular 2 and Typescript in action - Modules and Components
In this article I will give you a little introduction to Modules and Components, I will show you how to code them in Angular 2 using Typescript.
How to install Node.js and npm
Node.js is a JavaScript open-source, cross-platform runtime. Npm is the package manager for NodeJS. Let's see how to install both of them.
Introduction to Typescript
Typescript is an open source language developed by Microsoft. And is a superset of Javascript, but let's have a look its key features and how to install it and configure it to run our first typescript app.
Introduction to Angular 2
The goal of this article is to explain what I think are the key features of Angular 2. I will explain the details and usage of each feature in upcoming articles. Note: At the time of writing this article, the Angular 2 team has just published its first candidate release...