Brackets on Debian/Ubuntu…

[![Brackets](https://revryl.com/wp-content/uploads/2014/04/200px-Brackets_Icon.png)](http://brackets.io/) Adobe Brackets (once known as Edge) is an Open-Source cross-platform source/text editor for Web development written in HTML, CSS and JavaScript. Brackets is free and licensed under the MIT License and maintained on GitHub. Currently, Brackets has yet to achieve version 1.0. It gets updates roughly twice a month. Brackets, at the time, is under … Read more

Atom on Linux

Atom is a cross-platform text and source code editor developed by GitHub. Atom is Open Source, written in C++, Node.js, CoffeeScript, Javascript, CSS and HTML. Atom is still under active development does not come with a pre-compiled package for Linux and is not officially supported by any Linux distributions, As of now Atom only support … Read more

Brackets on Debian/Ubuntu

Brackets is an editor for Web development written in HTML, CSS and JavaScript, Brackets is created by Adobe Systems. Its is a free software licensed under the MIT License, and is maintained on [GitHub](https://github.com/adobe/brackets). Brackets has not achieved 1.0, Brackets is under active development and roughly twice a month a new Sprint release of Brackets … Read more

MongoDB on Debian

[**MongoDB**](http://MongoDB.org) is a cross-platform document-oriented database system. MongoDB is classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favour of JSON-like documents with dynamic schemas (MongoDB calls the format BSON). BSON makes the integration of data in certain type of applications easier and faster. MongoDB has been adopted as a … Read more

Go on Ubuntu

Go also known as golang, is a programming language developed at Google. It is a statically typed language with syntax loosely derived from that of C, Go feature an automatic memory management and type safety. You can learn more about Go from Wikipedia. We will be installing Go using Gophers PPA. This PPA will install … Read more