Open Source Development & DevOps Software
Create React App
With Create React App it's easy to setup structured React applications that is the perfect stating point for building an SPA. Under the hood, we use webpack, Babel, ESLint, and other prominent projects to power your application. All these tools allow you to focus on your code and bussiness objective, rather then build tools and configuration. The Create React App sets up a development environment with the latest JavaScript features that provides a solid developer experience, while at the same time optimizing your application for production.
Spider Gazelle
Spider Gazelle is a Rails esque web framework written in the programming language Crystal. The framework focuses on speed, extensabillity and ease-of-use.
Bevy Engine
Bevy is a refreshingly simple data-driven game engine built in Rust. In Bevy, all engine and game logic uses Bevy ECS, a custom Entity Component System, the fastest ECS according to some benchmarks. With Bevy you can create and render 2D using sprite sheets, dynamic texture atlases, cameras, textures, and materials and extend the capability of the engine with custom shaders, materials, and render pipelines. It also allows you to create 3D games with a modern and flexible 3D renderer with lights, cameras, meshes, textures, materials, gltf loading custom shaders, materials, and render pipelines. The game engine is developed and released as open source software under the MIT License.
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.
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.
Apache HTTP Server
A free and open-source cross-platform web server developed by the Apache Software Foundation. The Apache HTTP Server is a continuous development effort to build an open HTTP server for modern operating systems. The web server is used by organizations, businesses and hobbyists alike, to power web-based applications.
Bower
Bower provides hooks to facilitate using packages in your tools and development workflows. With Bower, you can optimize and build front-end code to follow the flat dependency graph and to help reduce page load. Bower is released free and open-source under the
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.