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

Learning together with Open source

Learning together with Open source

Sentry's Go SDK has a lot of interesting things inside it, in this talk we deep dive into the project to learn more and how to contribute to it.

Yashish Dua

July 17, 2019
Tweet

More Decks by Yashish Dua

Other Decks in Programming

Transcript

  1. ABOUT ME Platform Team, Postman Event Organiser, Women Who Go

    - New Delhi Ericsson Innovation Awards 2018 Finalists Blogger and Speaker Go fanatic*
  2. WHY OPEN SOURCE? Learn to code Hobby / fun Help

    you to show your work Teaches best practices Helps to develop a new way of thinking You stay updated in that domain
  3. THINGS TO KEEP IN MIND Commits activity Opened/Closed Issues Response

    time while reviewing issues Reviewers to Contributors ratio
  4. THINGS TO KEEP IN MIND Commits activity Opened/Closed Issues Response

    time while reviewing issues Reviewers to Contributors ratio External channels for communication
  5. GETTING STARTED Make sure above metrics are in right direction

    Look for existing opened issues or create one.
  6. GETTING STARTED Make sure above metrics are in right direction

    Look for existing opened issues or create one. DON'T START CODING.
  7. GETTING STARTED Make sure above metrics are in right direction

    Look for existing opened issues or create one. DON'T START CODING. Discuss about the issue in communication channels
  8. GETTING STARTED Make sure above metrics are in right direction

    Look for existing opened issues or create one. DON'T START CODING. Discuss about the issue in communication channels Once issue is worth solving, start coding!
  9. GETTING STARTED Make sure above metrics are in right direction

    Look for existing opened issues or create one. DON'T START CODING. Discuss about the issue in communication channels Once issue is worth solving, start coding! A single commit is more than a PR