DISCOVER
X

-=Latest Posts=-

5 Best Cross-Platform Text Editors for Coders

October 12, 2014 9:56 am Leave your thoughts

Today we talk about the best cross-platform text editors for coders. I have spent some time working with each of them and now I’d like to share it with you. These are the text editors that works on all major operating systems, namely Linux, OSX and Windows. Brackets This one... View Article


Is Scrum the Project Management Silver Bullet?

September 28, 2014 4:06 pm Leave your thoughts

It seems that like many things in the “standards scope”, there is always a flavour of the year. In this case I think in the recent years I have been hearing the buzzwords agile, scrum, Kanban and many things. Now, I call these buzzwords as the methodology has existed for many... View Article


Secure Your Private Stuff Online

September 5, 2014 7:03 am Leave your thoughts

In the past couple days, the internet and media has been swamped with news about leaked celebrity nude photos, especially Jennifer Lawrence and few other actresses. This proves there are a couple problems in our society these days: invasion of privacy is getting more frequent, ignorance to our own personal... View Article


Cordova Installation in Windows 8 Part 2

August 31, 2014 4:01 pm Leave your thoughts

Contributed by Arthur K Continuing from part 1, we will now setup Apache Ant, Android SDK and prepare our first application. Apache Ant The easiest way to install Ant is using “npm install –g ant”, but somehow on my machine it only installed version 1.8.4 and would not work with current JDK version... View Article


Cordova Installation in Windows 8 Part 1

August 28, 2014 10:52 pm Leave your thoughts

Contributed by Arthur K In my pursuit to further my experiences in the software development world, I have dived into the interesting world of Cordova. The concept is quite simple, build applications using JavaScript and use Cordova to convert them into native applications in various mobile platform. This means that as... View Article


A Simplistic Explanation to EmberData Polymorphism

August 18, 2014 10:37 pm Leave your thoughts

I have been implementing Ember data for one of my projects and one of the most interesting handy features that ember data has is polymorphic models. As the name suggests, this is ember data’s implementation of polymorphism. The first time I use ember data however, requires me spending a lot of... View Article


Raspberry Pi Image Cruncher Part 1

August 6, 2014 11:08 pm Leave your thoughts

A Raspberry Pi image cruncher, this is something that I have been wanting to write about for quite some time. The plan is to get this article out weeks ago however I had to hold back and make sure that the script and processing actually works all the time. Most... View Article