github

TOP 10 Open Source Projects for 2018

Github as we know is a web-based hosting service for version control using Git. Projects on GitHub can be accessed and manipulated using the standard Git command-line interface. Developers who work on projects around the world can contribute to and use projects,it makes the job easier and standardize the way applications get built and talk to one another.

Github annually releases an Octoverse report which details how what and how much of Github is being used. Based on this year’s report, there were around 96 million+ repositories are hosted and more than 200 million+ pull requests created this year.

Here are some of the key highlights :

  1. Angular from Google and React from Facebook remains to be the most popular JS frameworks
  2. Vue.js has become one of the fastest-growing open-source projects
  3. Another cross-platform open-source project on the fastest growing open source projects is Electron,it allows developers to build desktop applications using HTML, CSS, and JavaScript
  4. Data science and machine learning are also growing trends for developers, which is evident from Google’s TensorFlow project are topping the list.
  5. Just another deep neural network open-source project this year is PyTorch, it ranks second in GitHub’s list of fastest-growing projects.
  6. On the IoT side, Frameworks like Kaa and ThingsBoard tops the list. Other notable projects include Node-RED that helps with setting up an IoT network.
  7. Kubernetes from Google has seen a lot of growth over the past few years and remains a major force in container orchestration in 2018. Another project on the rise in 2018 is Vault from HashiCorp.
  8. JavaScript (both front and backend), Machine learning, Docker, mobile app development, and containerization are among the topics contributed to the most.
  9. Topics across different areas of blockchain development are also trending. On that front, the open-source Hyperledger project is creating a library of decentralized ledger tools and protocols so that any industry can build and use blockchain.

Now let us check out the TOP 10 list of open source projects based on contributor count.

#1.Microsoft VS Code

VS Code is a code editor and provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with the existing toolset.

VS Code is available for Windows, macOS, and Linux.

Microsoft VS Code
Image – Microsoft VS Code

#2.Facebook React Native

The framework to build mobile apps with React. React Native lets you build mobile apps using JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.

Supported target operating systems are >= Android 4.1 (API 16) and >= iOS 9.0. You may use Windows, macOS, or Linux as your development operating system

Check out the Getting Started guide to install and build your first React Native app.

Documentation can be found here.

#3.TensorFlow

TensorFlow is an open-source software library for numerical computation using data flow graphs. The graph nodes represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow between them.

This flexible architecture enables you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device without rewriting code.

TensorFlow also includes TensorBoard, a data visualization toolkit.

TensorFlow
Image – TensorFlow

Check out Installing TensorFlow for detailed instructions on how to install and get started. If you’re interested in TensorFlow tutorials, check out here.

#4.Angular CLI

Angular CLI framework is for creating, building, and testing your Angular projects.

For installation, generating new project refer here.

#5.Microsoft Azure Documentation

This is the place to look for open-source documentation of Microsoft Azure. If you’re interested in contributing to the documentation, check out here.

#6.Angular

Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.

Angular
Image – Angular

For installation, getting started guide that shows you how to build and run a simple Angular app, please refer here.

#7.Ansible

Ansible is an automation utility that handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration including trivializing things like zero-downtime rolling updates with load balancers.

Ansible
Image – Ansible

Installation instructions are here for a variety of platforms.Do check out Ansible Documentation for more.

#8.Kubernetes

Kubernetes is an open-source system for managing containerized applications across multiple hosts; providing basic mechanisms for deployment, maintenance, and scaling of applications.

kubernetes logo

Documentation is available on kubernetes.io.

If you’re looking for a quick start on a basic understanding of Kubernetes concepts, please refer to earlier posts for understanding Kubernetes & how to create, deploy & rollout updates to the cluster.

Download Kubernetes Quick Start Guide!

In This Ebook, You’ll Learn:

  • Understand container basics
  • Understand Kubernetes concepts and principles
  • Create a simple cluster & Deploy app
  • Scale & perform updates to your app
  • Create deployments using a YAML file
  • Running Kubernetes on Microsoft Azure
  • Introduction to Kubeless native serverless framework

Also, check out the best compilation of Kubernetes articles from Upnxtblog.

#9.npm CLI

npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently.

For documentation, check out here. If you’re a developer, and you want to use npm to publish your program, you should read this.

#10.DefinitelyTyped

This is a repository for high-quality TypeScript type definitions. For including this definition, use it like the below.

npm install --save-dev @types/jquery

The types should then be automatically included by the compiler. More examples and tutorials available in the handbook.

If you’re interested in the contributions, check out here.

Like this post? Don’t forget to share it!

Summary
TOP 10 Open Source Projects for 2018
Article Name
TOP 10 Open Source Projects for 2018
Description
Github annually releases Octoverse report which details how,what and how much of Github is being used.In this post,we look TOP 10 Open Source Projects
Author
Publisher Name
Upnxtblog
Publisher Logo

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Happy New Year Previous post ​​May this New Year bring many opportunities your way ! Happy New year 2019!
Next post Implementing secure containers using gVisor+Docker tutorial