CouchDB is a cross-platform document database released by the Apache Software Foundation. CouchDB is classified as a NoSQL database. So it stores data in JSON-based document format. CouchDB is an...
MeiliSearch is an open-source search engine written in the Rust programming language. This search engine provides customizable search and indexing, understands typos, supports full-text search, synonyms, and offers other features...
MariaDB Server is a cross-platform relational database that enables to access data using SQL language. It is a fork of MySQL Server. Development of MariaDB was started from the original...
Testssl.sh is a tool that allows to check if service in the server supports specified SSL/TLS ciphers and protocols. This tool enables to test any SSL/TLS enabled service, not only...
Yarn is a package manager for Node.js that enables to install various packages from the npm registry. Yarn can be used as alternative for npm. Yarn can use the same...
The vcpkg is a cross-platform C/C++ package manager for downloading and building various libraries. The vcpkg is an open-source project developed by Microsoft, which released under the MIT license.
This...
.NET (previously known as .NET Core) is a cross-platform applications development framework created by Microsoft. It is successor to .NET Framework. .NET is an open-source project available under the MIT...
DMD is a compiler for the D programming language. D is a high level, general purpose, statically typed language that has syntax similar to C/C++.
This tutorial explains how to...
Julia is an open-source, high-level, dynamically typed programming language. Julia is commonly used for numerical analysis and scientific computing.
This tutorial demonstrates how to install Julia on Ubuntu 20.04.
Install...
The gfortran is a compiler of the GNU Compiler Collection (GCC). The gfortran compiler is used for compiling programs that is written in Fortran programming language.
This tutorial shows how...