Skip navigation

Moving Editor Configuration into the Cloud

I know, I know—everybody does it in our days. But the results are so sweet that I can’t resist a temptation to make a post myself. So, if your editor configuration is already uploaded to some hosting, and is version-controlled, please go away, you won’t learn anything new here. If not, go on reading—it should [...]

Hybrid Version Control

At some point in time your version control system (VCS) may become a bottleneck in your development process. Why? There are several reasons:

the access to the VCS server can be too sloooow: slow connection, many developers, limited server resources; in fact it is not easy to scale your centralized VCS server because it is, well… [...]