Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 19, 2022 01:20 pm GMT

Appwrite Loves Open Source: Why I Chose To Support Homebrew

Open-source is at the of everything we do at Appwrite, and we want to enable and foster the open-source community that helped us grow to nearly 24,000 stars on GitHub. Open-source projects, though, require a great deal of effort to maintain and grow. We use open-source tools every day to build Appwrite, and we want to help our community. To give back, each Appwrite engineer gets to pick an open-source project for Appwrite to sponsor for one year.

We're building Appwrite, an open-source Backend-as-a-Service (BaaS), packaged as a set of Docker microservices, to give developers of any background the tools necessary to build modern apps quickly and securely. Come chat with us on Discord.

I can't function without Brew!

Brew.sh is "The Missing Package Manager for macOS (or Linux)". I couldn't agree with the tagline for this open source project further. To install anything on my machine all I need to do is run this simple command brew install.

Homebrew installs the stuff you need that Apple (or your Linux system) didnt.

brew install wget

I even use it to install other package managers like npm

brew install node

or yarn

brew install yarn

Do many people use brew?

Installs

If you look at this years top 50 installs.

  • openssl - 11 million installs
  • node - 5 million
  • git - 3 million

Image description

GitHub Statistics

At time of writing this post there are almost 33,000 stars and 7,800 forks, and a massive 847 contributors. While I don't like writing Ruby myself if you are into it you should check out if you can solve any of the issues.

Why did I pick Brew?

For a tool that I use daily (or at least monthly) I couldn't imagine trying to exist as a programmer on Mac or Linux without it. Plus I love their sponsorship reasoning below.

Homebrew is a non-profit project run entirely by volunteers. We need your funds to pay for software, hardware, hosting around continuous integration, maintainer contributions, travel to conferences and future improvements to the project. Every donation will be spent on making Homebrew better for our users.

More about Appwrite

Appwrite is an open-source Backend-as-a-Service (BaaS), packaged as a set of Docker micro-services, to give developers of any background the tools necessary to build modern apps quickly and securely.

Chat with us on Discord, or, Learn more about Appwrite:
Check out Appwrite as the backend for your next web, Flutter, or server-side application. Here are some handy links for more information:
Appwrite Contribution Guide
Appwrite Discord
Appwrite Github
Appwrite Documentation


Original Link: https://dev.to/appwrite/appwrite-loves-open-source-why-i-chose-to-support-homebrew-h6i

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To