Development & DevOps Software for Windows

WnMp WnMp

A prepackaged software stack that includes Nginx+MariaDB+PHP as an exectuable for Windows.

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.

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.

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.

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.

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.

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.

ArangoDB ArangoDB

ArangoDB is a database system that was designed to support key/value, document, and graph data to be stored together, and queried via a unified language called AQL. The project is developed by ArangoDB GmbH, and released free and open-source under the Apache License 2.0. The universal "native multi-level" design of the database allows for a flexible approach when structuring and building an application, a feature that many have come to love.

phpMyAdmin phpMyAdmin

With phpMyAdmin you can manage MySQL and MariaDB via a user interface. phpMyAdmin is free and open-source portable web application written primarily in PHP. It supports wide range of native MySQL and MariaDB database operations including maniging tables, columns, relations, indexes, users, permissions and more.

SQLiteStudio SQLiteStudio

SQLiteStudio is a SQLite database manager with an intuetive user interface. It provides a pretty-print code formatter, marks syntax errors. Allowing you to easily view, query and manage data in your SQLite database. SQLiteStudio is released as free and open source software under the GNU General Public License.