Title: Command Memo for Mac
Date: 2012-05-19 23:31:39
Tags:#
Concise Vim Leveling Strategy | CoolShell.cn.
Force yourself to use terminal for programming, must be proficient in commands and vim.
Use github.com (public code repository for free) and bitbucket.org (private code repository for free) to keep the development code synchronized on different machines.
Also familiarized myself with git commands, no problem with basic operations, it becomes clear with the help of the following image.
Still need to level up in vim, currently only at level two, will continue to progress slowly.
Recently, I have also been exposed to nodejs + express + socket.io, and I think it is a good solution for developing a chat program or an online multiplayer game. JavaScript is becoming more powerful, combined with phonegap, it can also be used to develop mobile apps. With the combination of nodejs, both the client and server sides can be handled easily.