Open Source Development & DevOps Software
React
React is a free an open-source Javascript framework for frontend development. With React you can build powerful, component-based application that supports compilation of JSX, ES6 and auto-prefixed CSS files. The popular framework is developed by Facebook and used by countless of applications across the web and mobile devices to build structured user interfaces or UI components.
Docker Swarm
Docker Swarm is a container orcherstration tool based on Docker. With Docker Swarm you can manage multiple containers deployed across multiple host machines. Current versions of Docker includes swarm mode, which allows you to run Docker Engines as swarms. You can manage your Docker Swarm's with the Docker CLI, to create, deploy and manage your Docker Swarm's.
ArangoDB
ArangoDB is a database system that was designed to support key/value, document, and graph data to be stored together, and queried via a unified language called AQL. The project is developed by ArangoDB GmbH, and released free and open-source under the Apache License 2.0. The universal "native multi-level" design of the database allows for a flexible approach when structuring and building an application, a feature that many have come to love.
phpBB
One of the world most popular, free, open-source and self-hosted forum software, written in PHP. With phpBB you can create communities that can be hosted with most hosting providers. The software package is built and designed from the ground up to to be extensible and provides customization option through themes and feature extensions through plugins. The extensive database of user-created extensions and styles database, easy of use, and the simple installation process has made phpBB a common choice among self-hosted forums and communities.
NodeBB
NodeBB is an open source forum software powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. With NodeBB you can self-host communities with instant interactions and real-time notifications powered with the help of web sockets. Thousands of organizations have also stared their communites with NodeBB SaaS product, free from self-service and maintinance.
Redis
Redis is a free and open-source, in in-memory data structure store that can be used as a database, cache or message broker. The project is community developed and released under the BSD license. Redis supports common data structures including strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.
Ruby on Rails
Ruby on Rails is an iconic, free and open source, server-side web application framework released under the liberal MIT license. The Ruby-based framework has helped millions of developer make their ideas a reality. The framework is opinionated and promotes best standards and practices for web development. When combining that with a community that is open, helpful and guiding, it's not hard to see why Ruby on Rails is one of the most loved web application frameworks to this day. Ruby on Rails is also used by industry giants like Basecamp, HEY, GitHub, Shopify, Airbnb, Twitch, SoundCloud, Hulu, Zendesk, Square, Cookpad.
Nuxt.js
Nuxt.js is an intuetive Vue framework that supports generating a static website based on your Vue application. It provides the best of both worlds, as you don't need a server, yet can reap the SEO benefits. Nuxt achives this by pre-rendering all pages and include the necessary HTML. And when you are ready to deploy, Nuxt.js got you covered with simple integrations to serverless and third-party providers such as Netlify, Vercel and GitHub pages.
Docker
Docker is an open-source platform that automates deployment and development life cycles with OS-level virtualization. These virtualization are called containers and contain application specific operating system, software and configurations that are built on deployment. Containers are encapsulated and work across systems, be it in local development or on production servers, they run anywhere. Docker provides a Community Edition (CE) and an Enterprise Edition (EE) and can be used for personal and enterprise level projects alike.
MoinMoin
MoinMoin is a free and open-source, Python-based WikiEngine thate features an extensible core. With MoinMoin you can create self-hosted wikies and informational resource sites. MoinMoin's extensible core allow for plugins to be installed to further extend the capability of the software. Allowing you to install auth plugins for custom authentication, filter plugins for indexing file attachments of different mimetypes, parsers for new input formats formatters to produce different output formats than HTML, themes xmlrpc and CMS solutions.