Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Useful Tools in Software Development

Introduction to Useful Tools in Software Development

A discussion on Slack , StackOverflow and Version Control.

andela-sakande

January 20, 2017
Tweet

More Decks by andela-sakande

Other Decks in Education

Transcript

  1. What does a developer do with Slack? 1. Messaging(Direct and

    Channel) 2. Calls 3. Drag, drop or share files, code. 4. App Integration 5. Set Reminders 6. Create Bots 7. Customization 8. Fun with Emoji
  2. What does a developer do with SO? 1. Ask Questions

    2. Answer Questions 3. Build your reputation 4. Get Jobs
  3. What is Version Control? Revision control is any kind of

    practice that tracks and provides control over changes to source code. What is Git? Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people.
  4. What is Github? Online project hosting using Git. Includes source-code

    browser, in-line editing, wikis, and ticketing. Free for public open-source code. Create an Account https://github.com/ Learn! https://patchwork.github.io/curriculum/