services

Learn about Managing Services in Red Hat Linux Part 2

0
In the client/server model, a server is a computer that provides (runs) one or more services to clients. Managing Services is an essential part...
C++-(9)-Loops

Learn Do While loop in C++ Programming

0
After learning the for and while loops, we are on a date to see the third type: the do loop. After that, we will...
Learn How to Setup Basic System Configuration in Red Hat Linux Administration (2)

Learn How to Setup Basic System Configuration in Red Hat Linux Administration

So far, we have been exploring the system and using it as it is. The only thing we have changed is adding a basic...
Functions in C++ programming

Learn More about Functions in C++ Programming

0
Continuing with Functions from Part one, here is Part two. Recursion A user-defined function can call itself. Yes, you have read it correctly, and there are no typos....
How Puppet

Learn How Puppet Is Used To Define Infrastructure As Code

0
When IT teams rely on old infrastructure management techniques such as manual configuration and creating scripts such a process is error prone and slow....

Learn About Events in C# Programming

0
We’ve talked about delegates before, and how they can be used as pointers to functions. Delegates are the cornerstone of what’s called events, which...
c#

Learn about Error handling in C# Programming

0
Error handling refers to the methods and techniques that a programmer uses to anticipate and work with errors that might happen during application execution. What...
c++-(17-02)

Learn the Concept of OOP in C++ Programming

0
What is OOP? Welcome to the article you are all waiting for; Object-Oriented Programming. Object-Oriented Programming is an approach that models real-life objects into programmable classes...
C#-(17)-OOP-740X296

Learn about Object Oriented Programming in C#

0
In the previous article, we started dealing with C# as a true object oriented programming language. We briefly discussed the merits of this type...
Shell Script Calculator

Learn To Create A Shell Script Calculator using Switch Case

In this blog, we will learn how to create a simple calculator that will be able to perform arithmetic operations like addition, subtraction, multiplication,...