DEV Community

Cover image for 10 open source projects you should be aware of in 2023
Helitha Rupasinghe
Helitha Rupasinghe

Posted on • Updated on

10 open source projects you should be aware of in 2023

A well curated list of the most interesting development tools and projects on GitHub in 2023.

1. Linux

One of the most popular open source operating systems, it is used on servers, desktop computers, and mobile devices.

Linux.gif

2. Git

A popular version control system for tracking changes in code and collaborating on software development.

Git.gif

3. Docker

A platform for designing, delivering, and operating containerized applications.

Docker.gif

4. Kubernetes

An open source container orchestration system for automating the deployment, scaling, and management of containerized applications.

Kubernetes.gif

5. TensorFlow

An open source machine learning framework developed by Google.

Tensorflow.gif

6. Apache Cassandra

A NoSQL database that is extremely scalable and commonly used for handling enormous amounts of data.

Apache.gif

7. Elasticsearch

A search engine based on the Lucene library that is commonly used for log analysis and business intelligence.

ElasticSearch.gif

8. Ansible

An open-source automation tool that is widely used for configuration management and application deployment.

Ansible.gif

9. Spring Framework

A widely used open-source Java framework for building enterprise applications.

Spring.gif

10. React

A JavaScript library for building user interfaces, it is widely used for building web and mobile applications.

React.gif

Thanks for reading! πŸ‘¨β€πŸš€πŸ‘¨β€πŸš€πŸ‘¨β€πŸš€

Top comments (44)

Collapse
 
szsz profile image
Sz.

Wow, I feel like back in 2005 again, thank you! ;)

Collapse
 
dahanigal profile image
Igal Dahan

πŸ˜‚

Collapse
 
mrvreg profile image
Tammy

@hr21don thanks for thr article. It's a great topic. Problem is none of these projects alll that new and they have all been written up elsewhere for years. They are all very mainstream. I would love tonsee some more effort to give us new ideas that are not so trite.

Collapse
 
cyrilall profile image
CyrilAll

hey what about komiser.io :)

Collapse
 
calihunlax profile image
Cali Hunlax

I found this article unreadable because of the amount of moving pictures.

Collapse
 
alexcheninfo profile image
Alex

jQuery is missing. And Notepad++.

Collapse
 
nottrobin profile image
Robin Winslow

Heh. Just those?

Collapse
 
jmarcossf profile image
Juan Marcos

Haters gon' hate πŸ˜… Sure, these projects have been around for a while. But it doesn't mean folks shouldn't be aware of them in 2023. The headline didn't lie πŸ˜…

Collapse
 
hr21don profile image
Helitha Rupasinghe

very true

Collapse
 
obasi042 profile image
Obasi Nwosu

How do open source projects fit into the broader landscape of the software industry, and how do they coexist with proprietary software and other types of projects?

Collapse
 
nottrobin profile image
Robin Winslow • Edited

This is such a big and foundational topic that if you know nothing about it you're probably better off starting with Google rather than a comment thread.

But in summary: Most commercial companies in the world will use one or more of those products (especial postgresql). So they're free, provided for free, survive through contributions (or occasionally extra paid for services), and yet provide much of the underlying value for every multi-billion dollar company out there, who rarely contribute back in any significant way.

That's the world we live in.

Collapse
 
hr21don profile image
Helitha Rupasinghe

Because some businesses utilise and contribute to open source projects while still building private software for their specialised purposes or to make cash, open source and proprietary software can coexist.

Collapse
 
airtonix profile image
Zenobius Jiricek

They exist.

./thread

Collapse
 
bahner profile image
Lars Bahner

How on Earth did you come up with this list? What on earth is exciting about any of these - maybe apart from opencv and netbeans. Why do you feel they are ones to watch for 2023?

Collapse
 
leob profile image
leob

Netbeans? ancient as well, ain't it?

Collapse
 
teamradhq profile image
teamradhq

Thanks for the memories. This list makes me feel old πŸ‘΄πŸ»

Collapse
 
jwp profile image
John Peters

What's your thoughts on github?

Collapse
 
hr21don profile image
Helitha Rupasinghe

I absolutely love GitHub for its contributions to the open-source community.

Collapse
 
ryanellis profile image
Ryan Ellis

Seriously, where did you dig this up? Web-archive?

Collapse
 
rebertim profile image
Tim Reber

Use .gitlab-ci and not jenkins pleeease! :(

Collapse
 
jijinraj profile image
Jijin Raj • Edited

Welcome to 2000s mates πŸ₯²

Collapse
 
fatihbaltaci profile image
Fatih Baltaci

GitHub logo ddosify / ddosify

High-performance load testing tool, written in Golang. For distributed and Geo-targeted load testing: Ddosify Cloud - https://ddosify.com πŸš€

Ddosify logo dark
Ddosify logo light
Ddosify - High-performance load testing tool

ddosify latest versionΒ  ddosify build resultΒ  golang versionΒ  go coverageΒ  go reportΒ  ddosify license ddosify discord server ddosify docker image

Ddosify - High-performance load testing tool quick start

Features

πŸ“Œ Protocol Agnostic - Currently supporting HTTP, HTTPS, HTTP/2. Other protocols are on the way.

πŸ“Œ Scenario-Based - Create your flow in a JSON file. Without a line of code!

πŸ“Œ Different Load Types - Test your system's limits across different load types.

πŸ“Œ Parameterization - Use dynamic variables just like on Postman.

πŸ“Œ Correlation - Extract variables from earlier phases and pass them on to the following ones.

Installation

ddosify is available via Docker, Docker Extension, Homebrew Tap, and downloadable pre-compiled binaries from the releases page for macOS, Linux and Windows.

Docker

docker run -it --rm ddosify/ddosify
Enter fullscreen mode Exit fullscreen mode

Docker Extension

Run Ddosify open-source on Docker Desktop with Ddosify Docker extension. More: hub.docker.com/extensions/ddosify/...

Homebrew Tap (macOS and Linux)

brew install ddosify/tap/ddosify
Enter fullscreen mode Exit fullscreen mode

apk, deb, rpm, Arch Linux, FreeBSD packages

  • For arm architectures change ddosify_amd64 to ddosify_arm64 or ddosify_armv6.
  • Superuser privilege…




Collapse
 
isalahyt profile image
iSalah-YT

Bro I got confused πŸ€” so we can use them or we don't have to use them because what? They good or bad someone tell me please thanks β˜ΊοΈπŸ™

Collapse
 
raviklog profile image
raviklog

Hi Bro,Each one is good on one front...some of these tools i worked/came across...if you would like to proceed on AI,ML space...OpenCV is good one to carry with...mainly on Image/Video Processing algorithms....Jenkins on CI/CD to maintain code integrations and delivery pathway.
MYSQL/PostgreSQL easier way of getting to know of Database structures, work on it in your local systems and it will help in workplaces as well.
Wordpress mainly for quick templating based website creations and much more.
Overall good to know of these tool based on your need

Collapse
 
orix profile image
Waleedh Nihal

Cool!