Development & DevOps Software for Self-Hosted
OpenTSDB
OpenTSDB is a free and open-source distributed, scalable Time Series Database written on top of Apache HBase. OpenTSDB was designed to address a common need: store, index and serve metrics collected from computer systems such as network gear, operating systems and applications, at a large scale, and make this data easily accessible and graphable. OpenTSDB allows you to collect thousands of metrics from tens of thousands of hosts and applications, at a high rate and will never delete or downsample data and can easily store hundreds of billions of data points.
Turbolinks
Turbolinks is a JavaScript library that intercepts all clicks on <a href> links to the same domain. When you click an eligible link, Turbolinks prevents the browser from following it. Instead, Turbolinks changes the browser's URL using the History API, requests the new page using XMLHttpRequest, and then renders the HTML response. Allowing you to create dynamic page loading without utilizing SPA architecture.
Memcached
Memcached is a free and open-source in-memory key-value store used for storing small chunks of data objects in dynamic memory. Most commonly, Memcached is used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an data sources needs to be fetched. Rather than querying the database for each unique request, Memcached can be used to store data from common pages in memory and speedup and improve the experience of a web application or website.
Vite.js
Vite provides next generation tooling for frontend JavaScript development. It allows users to enjoy an instant server start with on demand file serving over native ESM, without required bundling. This allows Vite to be extremely fast when compare to traditionally bundled solutions like Webpack, Yarn and Rollup. Vite also provides lightning fast HMR (Hot Module Reload) that remains performant regardless of application or project size.
WP Symposium Pro
WP Symposium Pro is a social network plugin for WordPress. With WP Symposium Pro, WordPress-powered sites can handle user profiles, unlimited forums, groups, private messaging, images, galleries, and integrate with third party services such as Facebook, YouTube, Twitter and more.
MainWP
The MainWP WordPress plugin is a free and open-source, self-hosted solution for managing multiple WordPress sites from a single dashboard. With MainWP you can manage posts and pages, controlling users, making backups and performing updates through the unified MainWP dashboard. All of which will minimize the time and cost of maintaining multiple WordPress sites.
GraphQL
A free and open-source data query and manipulation language for APIs, combined with a runtime for fulfilling queries with existing data. GraphQL makes it easy to understand and query your data and bridge the gap between frontend and backend web development. The project is openly developed by Facebook, and community around it.
Apache Wicket
Apache Wicket is a free and open-source, Java-based component oriented web application framwork. With Apache Wicket you can quickly create web well structured, component-based web applications. Apache Wicket is used by governments, stores, universities, cities, banks, email providers across the globe.