Skip to content

Tag Archives: how-to-install

Prerequisite -Windows 8 or higher CockroachDB  : It is built on a transactional and strongly-consistent key-value store.  It is a distributed SQL database.   It… Read More
To start developing Android applications, one has to set up a proper development environment. It facilitates developers to use the tools needed in creating an… Read More
The most common practice of installing external libraries in your system is by using the Python pip command. However, there is an alternate method of… Read More
Prerequisite : Download the archive zipfile from given below directory. Download directory unzip the file. Rename it with ‘mysql’ (for ease of use of the… Read More
Android Studio provides a platform where one can build apps for Android phones, tablets, Android Wear, Android TV, and Android Auto. Android Studio is the… Read More
Sass is a scripting language that is compiled into Cascading Style Sheets (CSS). It is a kind of preprocessor language. It was initially designed by… Read More
Genymotion is an Android Emulator that is faster than the Android Studio Emulator. Genymotion emulator offers a wide range of virtual devices for development, test,… Read More
The ext-curl CURL stands for client user, In Linux cURL is a PHP extension, that allows us to receive and send information via the URL… Read More
Once you understand how to pull base Docker Images from the Docker registry, you can now simply pull OS distributions such as Ubuntu, CentOS, etc… Read More
Windows, Apache, MySQL and PHP is commonly abbreviated as WAMP. Some people may confuse with LAMP but the only difference between the two is their… Read More
Solidity is a programming language used for writing smart contracts for many platforms of blockchain, the most common of which is ethereum. It is an… Read More
The high-level python API starts with the creation of a secure connection object. To have more direct control and pass a socket to transport to… Read More
In the Competitive Programming field C++ is one of the most used language, because of it’s huge STL(standard template library) functions, and day by day… Read More
We can install modules required for a particular project in node.js without npm, the recommended node package manager using yarn. Yarn is a wonderful package… Read More
CMake is a cross-platform free and open-source software tool for managing the build process of software using a compiler-independent method. It supports directory hierarchies and… Read More