Open Source Development & DevOps Software
Gogs
Gogs is a painless self-hosted Git service that can be used to manage development projects. The lightweight footprint og Gogs allow you to host the software on the inexpensive Raspberry Pi.
Docz
Docz is a free and open source documentation software that makes it easy to write and publish beautiful interactive documentation for your code. It allows you to create markdown files showcasing your code and Docz turns them into a live-reloading, production-ready site. Docz is powered by GatsbyJS and is highly optimized for fast build times and end-user perfomance, while also allowing you toleverage GatsbyJS's huge ecosystem of plugins and tools. The software is written in TypeScript and Docz provides native TypeScript support for TSX components and can generate documentation from your prop types and comments in your code.
pgModeler
pgModeler is an open source software for modeling PostgreSQL databases. It merges the classical concepts of modeling using entity-relationship diagrams with specific features that only PostgreSQL implements. With pgModeler you can create and edit database models easily with a simple and intuitive interface. pgModeler allows you to design your database once with dynamic code generation, and export to multiple versions of PostgreSQL ranging from 9.x to 13.x.
Material UI
Material UI is a free and open-source framework with React components for faster and easier web development. With Material UI you can build your own design system and get started with Material Design. The framework includes pre-built React components for almost all UI use-cases that are at your fingertips as soon as you install Material UI.
MariaDB
MariaDB is an free and open-source, community-developed relational database management system. MariaDB is a fork of MySQL, and is developed and maintained by the creators of MySQL, after concerns over its acquisition by Oracle Corporation in 2009. The databases comes bundled by default with most Linux distributions and is also apart of most cloud offerings. MariaDB is built upon the values of performance, stability, and openness which is ensured through the MariaDB Foundation.
Anjuta
Anjuta is an IDE (integrated development environment) developed for the GNOME Project. With Anjuta developers can work with programming languages like C, C++, Java, JavaScript, Python and Vala. The IDE provides full Glade integration that can be used for WYSIWYG UI development for GTK+/GNOME applications and GDE integration for onboard debugging.
Parse
Parse is a free, open-source complete application stack that can be used to build applications faster. Parse includes object and file storage as part of the stack while also providing easy to use components for dashboard, user authentication, push notification and much more. The projects inclueds a client SDK that makes it easy to build applications for mobile, desktop or the web.
GitBucket
GitBucket is a free and open-source Git platform built on the JVM. GitBucket is written in Scala and released under the Apache License Version 2.0.
Gulp.js
A toolkit to automate & enhance your workflow. Leverage gulp and the flexibility of JavaScript to automate slow, repetitive workflows and compose them into efficient build pipelines.
Grunt.js
Grunt is an open-source JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. The Grunt ecosystem contains hundred of plugins that can be used to automate just about anything build related. With Grunt, you use the command-line interface to run custom tasks defined in a your config file to optimize your development workflow.