Saturday 22 July 2017

SSH Key Management on Ubuntu

I installed my notebook with Ubuntu 16.04 LTS. Now I must manage the different keys I use to access my GIT repositories on different hosts/services. I found some interesting hints I resume here.

Monday 5 June 2017

Project Migration to Angular 2: Bootstrap Part 2

This article should be called Bootstrap Part 1 rewinded, because, in the mean time i did move from Angular 2 and Angular-Seed to Angular 4 and Angular CLI.

Sunday 4 June 2017

Build & Deploy Angular 4 Projects

In January, this year, I was dealing with the migration from AngularJS to Angular 2. In the meantime the current version of Angular is 4. I decided to skip Angular 2 and continue with Angular 4.

Sunday 26 February 2017

Ubuntu 16.04 on HP Pavilion dv7

Ten years ago I did buy a big HP laptop which was delivered with Windows Vista. Microsoft now is going to end the support for Vista. The device still works perfectly. I decided to move it to Ubuntu. The dv7-1060ez is a dual core with 4 GB memory and 310 GB hard disk, good candidate to become a usable Ubuntu laptop.

Saturday 28 January 2017

Project Migration to Angular 2: Bootstrap Part 1

The migration of a working application to a more recent platform brings some risks. Generally, some functions cannot be reproduced as is and it takes many times. I wish to move a simple client, programmed using a mix of JavaScript and AngularJS, to Angular 2.

Thursday 19 January 2017

Build & Deploy Angular 2 Projects

I have built the front end of some WEB applications using AngularJS. Now I would like to move it to Angular 2. The first step is learning about Angular 2 and to figure out how to migrate the AngularJS code. The second step is to build the project for deployment on a WEB container which is not the NodeJs WEB server used for development.