Visual Studio Code on Ubuntu

Microsoft recently announced Visual Studio Code at its BUILD conference. Visual Studio Code is a free build of Visual Studio that supports Windows, Mac, and Linux. Visual Studio Code is built for developers who focus on ASP.NET or Node.js. It has Git integration. It’s an excellent source/text editor currently in its preview stage and supports … Read more

How to install and setup GitLab Community Edition on Ubuntu

GitLab is an open source web-based Git repository manager with features like GitHub like wiki, issue tracking. GitLab CE lets developers host a GitLab instance on their own servers that lets developers store source code on their own private server that gives them more freedom, and lets them choose the type of hardware they prefer to serve this purpose, GitLab also is a cost effective solution to other Enterprise options like GitHub. GitLab also offers hosted GitLab for developers that prefer GitLab and don’t feel the need to host their own version of GitLab, the hosted GitLab comes with a limit of 1 GB per repository.

Read more