Tag: Github
-
Your own developing environment at cloud? that’s very useful
Cloud9 IDE is a freeware online integrated development environment. It supports more than 40 programming languages, including PHP, Ruby,Python, JavaScript with Node.js, and Go. It enables developers to get started with coding immediately with pre-setup workspaces, collaborate with their peers with collaborative coding features, and web development features like live preview and browser compatibility testing…
-
Learn APIs for SoundCloud, Youtube, Github, Box, Evernote, Twitter & More
CodeAcademy Learn to code interactively, for free. https://www.codecademy.com APIs at CodeAcademy A programmer may use API (application programming interface) in order to interact with some other system. At this post there will be a list of services with APIs and also a link for each API and a lessons (from Code Academy) of how to…
-
Git – How to…
Table of Content: 1. Start Project from Scratch Create a Repo at BitBucket: Create a directory at local drive. Init Git at selected directory: Inside the directory right click and select “Git Init”. Add remote Repo to Local Directory: Inside the directory right click and select “Git GUI”. At Git select from Menu: Remote->Add. At…