August 18, 2014
August 17, 2014
What is Object-Oriented Programming?
I haven't seen a better explanation about OOP till date than the one given by a guy who never had any formal engineering training but always had clear idea about everything he did and preached, be it technology,design or art.
Here, in an excerpt from a 1994 Rolling Stone interview, Jobs explains what object-oriented programming is.
August 13, 2014
Supervise your node app in development
It's such a pain during the development of node.js apps that we often forget to restart our app after the changes are made in the source code of the app. And even if we are diligent enough to remember and restart the node server after every change, it is still a pain.
August 9, 2014
Express 3.x - Web-app framework without Web-server
![]() |
This image is not the logo of ExpressJS |
For the sake for simplicity and clarity by comparison, check the code pre and post Express 3.x version, all by yourself. I believe the code is self-explanatory.
And I should say, I like Express 3.x this way - loose coupling.
August 8, 2014
Convenience of Ruby's Readline
What API do you use to get input from terminal for a CLI app - use the combination of gets and chomp in ruby? That is okay. But didn't feel some pain trying to input again (and again?) in case of any input typo/error? Didn't you wish the CLI-app in ruby mimic the completion feature or the history feature as in the terminal?
August 6, 2014
Subscribe to:
Posts (Atom)