Blogs

Category: none



Summary of functional-javascript-workshop

07 Jan 2015    JavaScript, functional

This blog post is about functional-javascript-workshop, a workshop provided in nodeschool. You can just type sudo npm install functional-javascript-workshop -g to install it.

About Year 3 Sem 1

04 Jan 2015    NUS, modules, academic

Time has really flied–now it is me as a third year student now and the thoughest semester ever since I entered NUS is just behind me. Looking back at the semester, it does not feel like the battle field as I was experiencing at that time–I can still do better but I did not give my best effort to my team and myself.

The GAME that gives you 10 extra years of life

29 Nov 2014    life

Before starting reading this post, maybe it is a good idea if you can watch this entire TED talk by yourself first YouTube Link

openCV on Rasbperry Pi

28 Nov 2014    rpi, opencv

First update the archive:

Simple guidelines for coding interview

03 Mar 2014    interview, tip

First of all, basics of programming that you must be familiar with:

Career talk summary(Teo from Symantech)

03 Mar 2014    career, talk

This is a summarization of a career talk conducted by Teo from Symantech about preparing for coding/programming interviews.

Understanding of protocol in objective C and interface in Java

16 Jan 2014    obj-C, Java

~~~obj-c @interface XYZPerson : NSObject{ }