Cyberithub

C# Data Types with Best Examples(.NET v4.7)

In this tutorial, I will take you through the understanding of different C# Data Types. As C# is an object-oriented language, and at the basic level it contains building blocks known as classes. The classes interact with one another, and as a result, provide functionality at runtime. A class consists of two components: Data attributes: ... Read more

Install Node.js in 6 Easy Steps on Ubuntu 18.04

In this tutorial, I will take you through the steps to Install Node.js on Ubuntu 18.04. Node.js is ideal for building highly scalable, data intensive and real time backend services that power our client applications. Node provides a runtime environment for executing Javascript code which basically means it contains a Javascript engine which can execute ... Read more

How to Install Ruby on CentOS/RedHat 7 in 5 Easy Steps

In this article, I will take you through the steps to install ruby on CentOS/RedHat 7.Ruby is an interpreted, high-level, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. Ruby is dynamically typed and uses garbage collection. It supports multiple programming paradigms, including procedural, object-oriented, and functional ... Read more

C++(v17) Tutorial: Concepts of Encapsulation with Best Example

In this tutorial, I will take you through the concepts of Encapsulation in C++. It was designed with a bias toward system programming and embedded, resource-constrained software and large systems, with performance, efficiency¸ and flexibility of use as its design highlights. C++ has also been found useful in many other contexts, with key strengths being ... Read more

How to install PHP on Ubuntu 18.04

In this article, I will take you through the steps to install php on Ubuntu 18.04. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Install PHP on Ubuntu Prerequisites Apache webserver should have already be ... Read more