Mohd Faiz Hasim

Mohd Faiz Hasim

Software, Programming and Thoughts

  • Articles
  • About me
  • github
  • linkedin
© All rights reserved.

Programming

January 2013Programming

For-loop, to ++i or i++ or not?

I just recalled an interesting theory mentioned by my C lecturer back in uni days, use ++i instead of i++ in a for-loop.

Read
December 2012Programming

Printing A5 size on A4 papers using iText

Automating bulk printing A4-sized papers into A5 size

Read
August 2012Programming

Funny "__OBJC_CLASS_$_" during compile/linking

I've been following the CoreData tutorial and I receive errors ... Turns out, CoreData.framework wasn't in my project

Read
August 2012Programming

Revamping the background services

I have been assigned a job to improve the way the background services work. Most of them are background schedulers and all of them are implemented using Java.

Read
← PREV
→ NEXT