DEV Community

A Serputov
A Serputov

Posted on

Software Portability and Optimization

Introduction

After reading this article, you will know how to contribute to this great open source projects:

  • Kubernetes?
  • v8 JavaScript Engine ?
Kubernetes?

Licence: Apache License 2.0
GitHub: Kubernetes

Image description

Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

Getting Started On How To Contribute

Nowadays, as with most projects on GitHub, it's become pretty easy to contribute to any project. Simple steps could sound like that:

  1. Choose the issue you would like to solve.
  2. Fork and Clone the repo.
  3. Make a fix.
  4. Push it to the newly created branch with a similar name to the solving issue.
  5. Lastly, create a Pull Request and sign CLA
Node.js ?

Licence: BSD licenses
GitHub: V8

Node.js is an open-source, cross-platform, JavaScript runtime environment.
Image description

Getting Started On How To Contribute

  1. Choose the issue you would like to solve.
  2. Fork and Clone the repo.
  3. Make a fix.
  4. Push it to the newly created branch with a similar name to the solving issue.
  5. Lastly, create a Pull Request

Conclusion

⚠️ Second Blog Post: Link

Links

🖇 git https://github.com/aserputov
🖇 twitter https://twitter.com/aserputov\

p.s This post was made for my SPO class Lab 1 assignment

Top comments (0)