Coding in the Wild

I recently wrote up a little blurb to help out my friend Jeremy Keeshin with a project he’s starting called Coding in the Wild. The goal is to get people to write just a few paragraphs showing how coding is used across different industries in different ways. Here’s my contribution, which focuses on my involvement in the open source community.

I’m Feross and I write open source software.

What is open source?

The term “open source” refers to code that other people can modify and share because the source code is publicly accessible.

Why is open source cool?

Open source software has brought enormous amounts of good to the world.

Open source is everywhere today. The majority of servers on the Internet are powered by Apache (an open source web server) and Linux (an open source operating system). Most networks in large corporations are powered by Linux, and even 95% of the desktops and servers at major Hollywood movie studios like Disney, Pixar, DreamWorks, and Sony run Linux.

Nearly everyone in the world directly benefits from open source software, whether they’ve heard of it or not.

How do I learn more about open source?

There’s an enormous trove of open source software on GitHub. You can learn a ton about coding just by reading code that’s been written by programmers in the past.

Try searching for some of your favorite projects, for example: jQuery, Node.js, Python, or Linux. You’ll find all the code that was written to make these projects work right there!

One good place to find some interesting projects is the Trending in Open Source page on GitHub.

How do I get involved in open source?

Whenever you find a bug or problem in one of these projects, you can go to GitHub to “file an issue” which is how you let the developers know about the problem.

If you’re feeling really brave and want to take your involvement to the next level, you can try fixing issues that have already been filed by downloading the code to your computer, fixing the problem, and sending your changes back to the project for inclusion. This is called “sending a pull request”.

If you want to get involved but aren’t sure where to start, check out My First PR which highlights good issues for first-timers to tackle!

Why do I write open source software?

I work on projects like WebTorrent, Standard JS, and Study Notes which are entirely open source.

Not everything I’ve worked on over my career has been open source, but most of it has been. I have over 100 open source projects on GitHub and npm. I am able to create lots of value in the world when I don’t restrict how people can use my work. Publishing things under an open source license lets anyone use my code however they like.

For example, my business Study Notes is doing extremely well in terms of making money even though the code is available on GitHub.

It’s possible to make a profit and share your code with the world :)

What tools do I use?

Some of my favorite tools at the moment are:

Happy hacking!

(If you liked this, you might like Freedom of Speech on the Internet.)

Thanks for reading! RSS Feed Icon

Feross Aboukhadijeh

I'm Feross, an entrepreneur, programmer, open source author, and mad scientist.

I maintain 100+ packages on npm. All my code is freely accessible on GitHub and funded by my supporters. I now offer a support contract for companies and teams.

I build innovative projects like WebTorrent, a streaming torrent client for the web, WebTorrent Desktop, a slick torrent app for Mac/Windows/Linux, and StandardJS, a JavaScript style guide, linter, and automatic code fixer.

I also work on fun projects like BitMidi, a free MIDI file database, Play, a music video app, and Study Notes, a study tool with college essay examples.

If you enjoyed this post, you should follow me on Twitter.

Or, sign up to get an email whenever I write a post: