Development & DevOps Software for Linux

Postman Postman

Postman simplifies each step of building an API and streamline collaboration so you can create better APIs. The software is a free API client that can send REST, SOAP, and GraphQL that allows you to design and mock APIs. Postman also provides premium features for subscribers that allows for better collaboration among teams where workspace can be setup to work closer together on your APIs and web services.

DrJava DrJava

DrJava is a lightweight programming environment specifically designed for writing Java. Through its design the IDE foster test-driven software development that leads to scalable and maintainable Java applicaitons. DrJava includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, a unit testing tool, and a new code coverage tool.

k3s k3s

K3s is a lightweight Kubernetes distribution by Rancher Labs intended for IoT, Edge, and cloud deployments.

Visual Studio Code Visual Studio Code

A free and open source IDE based on Electron and Atom, developed by Microsoft. Visual Studio Code or VS Code is an extensible IDE or coding editor that is loved by many developers around the globe. The editor combines a streamlined UI with advanced code assistance, code nagivation and intellisense.

Unreal Engine Unreal Engine

The Unreal Engine is a game engine and suite of tools and technologies developed by Epic Games. The engine was first released in 1998 as a part of the first-person shooter game Unreal, where the game itself was built on the engine. Today the Unreal Engine has grown into an ecosystem that includes a marketplace for game assets that can help indie developer to develop games and make a living selling game assets them selves. The Unreal Engine is free to use and provides a revenue-share model for developers and has been used to tipple A studios and indie developers to create games in almost every genre, including platformers, fighting games,RPGs, MMORPGs, and many more.

Docker Docker

Docker is an open-source platform that automates deployment and development life cycles with OS-level virtualization. These virtualization are called containers and contain application specific operating system, software and configurations that are built on deployment. Containers are encapsulated and work across systems, be it in local development or on production servers, they run anywhere. Docker provides a Community Edition (CE) and an Enterprise Edition (EE) and can be used for personal and enterprise level projects alike.

Haskell Haskell

Haskell is a free and open-source purely-functional programming language. The language has been around since the 1990's and has pioneered a number of advanced programming language features such as type classes, which enable type-safe operator overloading. Haskell is an open-source project of more than twenty years of scientific research and provides built-in concurrency and parallelism, debuggers, profilers and rich libraries that can be used to build robust applications while following functional programming patterns.

neo4j neo4j

Neo4j is a commercially provided graph database management system developed by Neo4j, Inc. The graph database is fundamentally different to the relational model found in relational database management systems (RDBMS). With Neo4j, each data record, or node, stores direct pointers to all the nodes it's connected to. The database is also designed to perform complex queries with complex connections orders of magnitude faster. Neo4j is ACID-compliant and suited for projects that requires complicated relationship structures.

Concurrent Versions System Concurrent Versions System

CVS (Concurrent Versions System) is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. It fills a similar role to the free software RCS, PRCS, and Aegis packages. CVS is a production quality system in wide use by organization around the world to organize and manage the creation of software projects. The system is useb by proprietary and free software projects alike.

GNU Emacs GNU Emacs

GNU Emacs is an extensible and customizable, free and open source text editor. It was created by GNU Project founder Richard Stallman and has been dubbed "the most powerful text editor available today". At the core of GNU Emacs is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing. Which allows users to extend and customize GNU Emacs to their heart's content.