Open Source Development & DevOps Software
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.
Plotly
Plotly provides a frontend for data visualization used for machine learning and data science models. With Ploty you can
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.
Apache CloudStack
Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering, or as part of a hybrid cloud solution.
Haskell
Haskell is a free and open-source purely-functional programming language. The language has been around since the 1990's and has pioneered a number of advanced programming language features such as type classes, which enable type-safe operator overloading. Haskell is an open-source project of more than twenty years of scientific research and provides built-in concurrency and parallelism, debuggers, profilers and rich libraries that can be used to build robust applications while following functional programming patterns.
JungleJS
JungleJS is a free and open-source static site framework for Svelte. JungleJS generates completely static code that doesn't have to be hydrated into a single page application, or SPA.
Padrino
Padrino is a Ruby web framework built upon the library Sinatra. Sinatra is a DSL designed to create simple and performant applications written in Ruby. Padrino is uses Sinatra at its core and builds upon it to create a framework take makes it even easier and faster to create advanced web applications with Ruby. Padrino is designed to be agnostic and provides full support for many popular testing, templating, mocking, and data storage choices. It also provides generators that makes it easy to create, models, controllers and application scaffolding. On top of that Padrino provides functionality found in most frameworks including solutions for assets, forms, mail, caching, administration and logging.
MediaWiki
MediaWiki is a free and open source wiki engine used by thousands of organizations and websites across the globe. It's the software that powers Wikipedia, which was released as a free and open source project under the name MediaWiki, a year after the release of Wikipedia. The software allows people to collect and organize knowledge in cooperation with one another, and make it available on the web. MediaWiki is now built by a community of open source developers and provides plugins can be used to extend the software further. Allowing sister sites like Wiktionary, Wikimedia Commons and Wikidata to utilize the same code base.
Trac
Trac is an enhanced open source, wiki and issue tracking system for software development projects. With Trac, developers and teams can manage their projects with ease and write great software in the process. Trac provides bug tracking system that ca be used by organizations building open source or proprietary software. The system impose as little as possible on team's established development process and policies, while integrating seamlessly with version control systems including Subversion and Git.
Visual Studio Code
A free and open source IDE based on Electron and Atom, developed by Microsoft. Visual Studio Code or VS Code is an extensible IDE or coding editor that is loved by many developers around the globe. The editor combines a streamlined UI with advanced code assistance, code nagivation and intellisense.