Free Development & DevOps Software

Rust Rust

A language that empowers people to build reliable and efficient software. Rust is a multi-paradigm programming language focused on performance, safety and concurrency. The language provides a syntax similar to that of C++ while providing memory safety without using garbage collection. Rust is blazingly fast and memory-efficient and can be used for performance-critical services for embedded devices or services that needs to integrate with other programming languages.

kodeWeave kodeWeave

kodeWeave is a free and open source, realtime coding playground for Markdown, HTML, CSS and Javascript. It shares many similarities with platforms like JSFiddle and JSBin, while being designed to work specifically offline across multiple devices, including mobile. If you every used JSFiddle, JSbin, Dabblet, Liveweave, CodePen, CSSdeck, CSSdesk, Tinkerbin, d3 playground, Plunker or Pastebin kodeWeave will feel familiar.

Rollup Rollup

Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.

Phoenix LiveView Phoenix LiveView

Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. LiveView is free and open-source tool built for the Elixir framework Phoenix. It allows you to use a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback. It also comes with templating and change tracking, live form validation with upload support, rich integration API with the client with phx-click, phx-focus, phx-blur, phx-submit, and a phx-hook for the cases where you have to write JavaScript.

Hotwire Hotwire

Hotwire or HTML Over The Wire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire is a newly released project from the guys at Basecamp, and the Ruby on Rails creator David Heinemeier Hansson. The project aims to simplify the process of building web-based apps as a small team or solo developer.  The concept is however not new, it dates back years, and we have seen implementations being done before. Laravel Livewire, Phoenix Liveview and HTMX is similar implementations of the concept or serverside render blocks of HTML dynamically.

HTMX HTMX

HTMX is a HTML-first web framework that allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML Markup, using attributes. With HTMX, developers can quickly build emmersive experiences and modern user interfaces without having to worry about REST APIs or complicated frontend JavaScript configurations. HTMX weighs in at just under 10k min.gz'd and is completley dependecy-free.

Zoop Zoop

Zoop provides a fast & easy way to host your sites on serverless powered edge network. Zoop was designed from the ground up to provide one of the most cost effective, powerful and future-proof hosting solution available.

Apache ActiveMQ Apache ActiveMQ

Apache ActiveMQ is a popular open source, multi-protocol, Java-based messaging server. It supports industry standard protocols so users get the benefits of client choices across a broad range of languages and platforms. Apache ActiveMQ provides connectivity with languages like C, C++, Python, .Net, and more.

RedisGraph RedisGraph

RedisGraph is the first free and open source queryable Property Graph database to use sparse matrices to represent the adjacency matrix in graphs and linear algebra to query the graph.

TypeORM TypeORM

TypeORM is a free and open-source object-relational mapper for TypeScript and JavaScript (ES7, ES6, ES5). The ORM supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. NodeJS, Browser, Ionic, Cordova and Electron are all supported platforms of TypeORM.