Top Banner
Getting Started with Open Source Natasha Murashev @NatashaTheRobot
23

Getting Started with Open Source

Jan 15, 2015

Download

Technology

The world of open source is intimidating. Using open source feels like magic. There are these wizards that do this magical work, and you get to use it.

In reality, open source software is written by everyday software engineers like you and me. People who write software with bugs. People who don’t write tests (I’m guilty of this!). People who don’t think of every single edge case. People who don’t always follow best practices (e.g. DRY code).

You can contribute too! You'll get to:
- Learn from others to become better coder.
- Build your brand / reputation. Put it on your resume. Speak at conferences. Get more opportunities.
- Feel good by giving back.

It's easy. Just start by making small changes to open source libraries you already use!
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Getting Started with Open Source

Getting Started with Open Source

Natasha Murashev @NatashaTheRobot

Page 2: Getting Started with Open Source
Page 3: Getting Started with Open Source

WHAT IF OPEN SOURCE SOFTWARE IS WRITTEN BY…

MUGGLES LIKE YOU?

Page 4: Getting Started with Open Source

Why Contribute?

Page 5: Getting Started with Open Source

Getting Started

Page 6: Getting Started with Open Source

Finding Projects

Page 7: Getting Started with Open Source

You’ve already found the treasure!

Page 8: Getting Started with Open Source

Start small

Page 9: Getting Started with Open Source

Modify README

Page 11: Getting Started with Open Source

Fix Bugs

Page 12: Getting Started with Open Source
Page 13: Getting Started with Open Source
Page 14: Getting Started with Open Source

Refactor

Page 16: Getting Started with Open Source
Page 17: Getting Started with Open Source

Fix Issues

Page 18: Getting Started with Open Source
Page 19: Getting Started with Open Source

Add Features

Page 22: Getting Started with Open Source

You take the Blue pill, the story ends . You’re a consumer of open source.

You take the Red pill, you become an open source contributor. You impact the future of software.

Page 23: Getting Started with Open Source

Questions?@NatashaTheRobot