Free Software
Scala
A programming language that combines object-oriented and functional programming in one concise, high-level language. Scala is used by developers to build scalable software for the JVM, the Java Virtual Machine. The Scala source code is automatically compiled into Java bytecode that is executable on the JVM. When the language first was designed it aimed to address some of the most common criticisms of Java, and the static types in Scala help developers to avoid bugs in complex applications and large-scale systems.
TypeScript
TypeScript is a free and open-source programming language created by Microsoft. The language is a strict syntactical superset of JavaScript and redefines the way developer writes JavaScript-based web applications and software by adding optional static typing in the mix. TypeScript is designed specifically for development of large-scale applications with a need to transcompile into JavaScript.
Clojure
A modern, dynamic, and functional dialect of the Lisp and programming language that targets the JVM (Java Virtual Machine). Clojure is a compiled language, yet remains completely dynamic as it combines the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. The development of Clojure is completely community-driven, while being overseen by its creator Rich Hickey.
OpenStack
OpenStack is an IaaS (Infrastructure-as-a-Service) and cloud computing platform developed by the OpenStack Foundation. The project was first started in 2010 as a joint venture by Rackspace Hosting and NASA. OpenStack both free and open-source and allows you to create public or private clouds with distributed virtual servers. The OpenStack dashboard can be used by administrators of the cloud to empower user, provision resources and track the overall health of the network and infrastructure.
Pushbullet
Pushbullet is a software that connects your devices, making them feel like one. Pushbullet makes sharing and chatting with friends more convenient than ever. Send files. Moving pictures and files between your devices has never been easier. Files download automatically and can be opened right from the notifications.
Pika.dev
Pika.dev is a front-end package manager that aims to make the web 90% faster by using ES module syntax (ESM). With Pika.dev youi can find modern, web-ready packages on npm and deliver them as smaller JavaScript bundles.
Dark Star
Dark Star is a web framework that provides filesystem routing for Starlette and first-class support for server-side rendering. The web framework's routes are defined by their filesystem path and both the route's backend code and template are contained in the first page. Dark Star aims to provide an easy way to create web applications using the HATEOAS and HDA philosophies favoured by htmx. It also aims to reduce the boilerplate code normally needed when creating web apps. In particular, it looks to reduce the need of having a separate files for view functions and templates. It tries to embrace Locality of Behaviour by putting the view function code and template in the same file, and having the file's path be the route used by Starlette to access the code.