Browsing tag

programming

How To Install IntelliJ IDEA on Ubuntu 18.04 / 19.10 & Ubuntu 16.04

IntelliJ IDEA is an integrated development environment for Java development. Notably, Google uses IntelliJ IDEA as the base for its Android Studio, an open-source Android development IDE for developing Android applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA supports major build automation tools such as Maven, […]

How To Install Node.js on CentOS 7 / RHEL 7

Node.js is an open-source, cross-platform JavaScript runtime environment for developing network tools and web applications. Many of Node.ja modules are written in JavaScript, which simplifies the development of applications using Node.js. Node.js nothing but a combination of the Runtime environment and JavaScript modules. Node.js interprets JavaScript using Google’s V8 JavaScript engine, and it was developed […]