Free Development & DevOps Software
EnjoyCSS
EnjoyCSS is an advanced CSS generator for rich graphical styles. With EnjoyCSS you can generate beautiful CSS without having to write routine code.
Vim
Vim dates back all the way to 1991 when Vim's author, Bram Moolenaar released it to the public. Vim is a highly configurable text editor built to enable efficient text editing. The software is released as free and open-source software under the Vim License. Vim is often called a "programmer's editor," as it relies more on customization of shortcuts and makes heavy use of macros that can be combined with muscle memory to achieve maximum proficiency. Vim was designed for use in both command-line interfaces and as a standalone application in a graphical user interface.
Atom
A free and open-source IDE for macOS, Linux, and Windows developed by GitHub Inc. The application is build on the Electron framework and provides a wide eco-system of add-ons that can be used to extend the IDE further. Atom is loved by developers across the globe.
openElement
openElement is a free website building application with a WYSIWYG interface. With openElement you can work visually and choose from many functional, graphical, ready-to-use, and adaptable elements. The software automatically generates the necessary code for a website to display and function correctly, without the creative constraints imposed by other tools. Allowing for a simpler approach and more streamline approach to website building.
ISPConfig
With ISPConfig you can manage your servers directly through your web browser. ISPConfig is an open-source panel for Linux-based servers which is capable of managing multiple servers from one unified control panel.
OpenFaaS
OpenFaaS makes it simple to deploy both functions and existing code to Kubernetes. With OpenFaaS developers can deploy their applications and serveless functions to their very own scalable, fault-tolerant event-driven serverless platform powered by Docker and Kubernetes.
Objection.js
Objection.js is an ORM (Object Relational Mapper) built on top of knex for Node.js. Objection.js aims to stay out of your way and make it as easy as possible to use the full power of SQL and the underlying database engine while still making the common stuff easy and enjoyable. Even though ORM is the best commonly known acronym to describe objection, a more accurate description is to call it a relational query builder. With Objection.js you get all the benefits of an SQL query builder but also a powerful set of tools for working with relations.
web2py
Web2py is a free and open-source web application framework written Python. With Web2py, developers can build dynamic applications with ease. The framework ships with "batteries included" for fast multi-threaded web server, SQL database and web-based interface. Web2py also ships with a web-based IDE that can be used to manage your application using your browser. A single instance can also run multiple web applications using different databases. Web2py free of charge under the LGPLv3 License.
Cycle.js
Cycle.js is a functional and reactive JavaScript framework used to write predictable code. Cycle’s core abstraction is your application as a pure function main()
where inputs are read effects (sources) from the external world and outputs (sinks) are write effects to affect the external world. These I/O effects in the external world are managed by drivers: plugins that handle DOM effects, HTTP effects, etc.
OCaml
OCaml is a general-purpose, multi-paradigm programming language created in 1996 by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy, Ascánder Suárez, and others. The language extends the Caml dialect of ML with object-oriented features and provides a rich set of libraries. OCaml is openly developed by the community and is used by companies that require speed and code safety when writing mission critical software.