How to fork your own repository on GitHub

Forking someone’s repository on GitHub is very easy. You just click the Fork button on their repository page, and you will get your own personal copy of their repository in your GitHub account, simply clone it and you’re good to go.

However when you try to fork one of your own repositories then you will quickly discover this doesn’t work.

Using jQuery from Angular 2

At times you may need to use jQuery from Angular 2. Here are a couple of ways to do just that.

Piano Play: Angular 2 piano notation app

Piano Play: Angular 2 piano notation app

Piano Play is an Angular 2 application to help beginners learn music notation in a simple and fun way.

My family were recently given a beautiful old Ed Seiler piano. It was built in the early 1900s and is in great condition with a rich and vibrant sound. To improve my rusty piano skills, I thought it would be fun to build a piano web app to (re)learn the basics of piano notation, and to play more with Angular 2.