Monthly Archives: June 2012

Ce m’est avis #3: Learn to use the CLI

What is CLI? CLI means Command Line Interface. It the way to manipulate a computer without a graphical user interface (GUI). Why Well, almost all the top web services runs on platforms normally managed through the CLI. And I am

Posted in Science, the Universe and God

Ce m’est avis #87: JavaScript module pattern

Have you ever had JavaScript in your page looking like this? function createCookie () { // create cookie code } I have. There is a nasty surprise lurking in the shadows (third party script providers) for those who also uses

Posted in Featured, Opinion, Web

Ce m’est avis #39: use the terminal emulator and a terminal multiplexer

Why? You have a remote unix-like server running your blog/project and you want to be a effective front end developer. You want to start/stop/upgrade your web application. Source control management You need to backup/restore the application database. You also need

Posted in Featured, Opinion