A Not So Simple Introduction to Git

Found another presentation from Speaker Deck about Git.

Read more →

A Good Introduction to Agile and Scrum

Found this in Speaker Deck. Love the simple explanation.

Read more →

Renaming Author in Git

Recently, I noticed that there are other authors with a different name in my Git’s history. Apparently, I’ve accidentally committed into the repository using a different author’s name and email. This is mainly due to the way Netbeans stores author’s information history.

Read more →

Git Remote Commands

These are some of the git commands that I usually use.

Read more →

How to Read MyKad

I’ve decided to merge posts about reading MyKad from my previous blog into a single post.

Notes:

  1. The original codes were written by Xenon from Lowyat.net. Somehow, he managed to reverse engineer MyKad’s APDU so that we can read it without buying any SDK.

  2. This application only reads data from Jabatan Pendaftaran Negara (JPN).

Read more →