DEV Community

Cover image for What Is Open-Source? A Simple Introduction
codeyStein
codeyStein

Posted on • Updated on • Originally published at the-net-blog.netlify.app

What Is Open-Source? A Simple Introduction

Quick plug before we get started: this post was original published in my new blog site, check it out if you want to read more like this! I'll be posting a new blog every Monday!

Open-source is a very important topic that every software engineer should know about. By the end of reading this post, you'll know what the popular term open-source means, potentially start using open-source software and understand the importance of open-source.

Table Of Contents

  1. The Basics
  2. Why Open Source
  3. What Is Wrong With Closed Software?
  4. Popular Open Source Software
  5. Read More

The basics

Let's start with what the actual defenition is of open-source, basically when something is open-source it means that anyone can see the code that makes that product, and anyone can contribute to it as well. Anyone can see the code, modify, and inspect the code.

Actual Picture of an Open Source User:

Picture Of Open Source User

Why Open Source?

  • Open source ensures that the software that you use is secure and private (or easy to know if it's not),
  • Open source allows any bug to be easily detected and fixed a lot faster.
  • Everyone has different points of view of things, open source allows millions of developers from all around the world to contribute to their favourite software's code.

BTW: this website is open-source so feel free to contribute to it! You don't need to know how to code, even a simple typo fix can help!

What is wrong with closed software (proprietary software)

First of all, you have no idea how much data they are stealing from you, and how much they know about you. Since the code is not available to the public security bugs (and other bugs as well) might go un-noticed for a long time which can lead to very security hazardous bugs being abused.

Popular Open Source Software:

So you want to start using open source software? Well here are a few software that can help you get started!

Like this post? Watch more!

I appreciate you spending your time reading this post, if you'd like to read more here you go:

Why I chose Hugo (and why you should too)

Home Page

Top comments (0)