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…
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…
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…
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…