DevOps and Development

How to Make a Calculator With Python

February 1, 2023

This step-by-step guide shows how to make a calculator with Python and runs through some basic programming concepts. By the end of this tutorial, you will have a fully functional Python calculator program.

Read more

Ansible vs. Jenkins: What's the Difference?

January 26, 2023

DevOps promotes automation across the entire software development life cycle. Therefore, there are many DevOps tools that enable automation at various SDLC stages. This article compares two popular automation solutions, Ansible and Jenkins.

Read more

How to Find the List Length in Python

January 25, 2023

When working with Python lists, knowing the list length is a key piece of information. A list length helps describe how many elements are in a list. Read this guide to see how you can find the list length in Python.

Read more

Python Power Operator and Function

January 23, 2023

Python has two ways to calculate the power of a number: using a power operator and a built-in function. Check out this guide to see how to use both through examples.

Read more

What Is the .bashrc File in Linux?


The .bashrc file holds all the configuration for the Bash shell. Learn how to configure the Bash shell using functions and aliases and create custom colors. Every shell should be unique.

Read more

How to Use The SSH Config File

January 19, 2023

Do you use the SSH config file? Learn how to utilize the SSH config file to automate and streamline SSH connections.

Read more

How to Append a String in Python

January 18, 2023

Python offers several different ways to append (or concatenate) strings. Learn how each of the methods works and when to use which in this Python guide.

Read more

Linux bc Command with Examples

January 12, 2023

The bc command is a command-line utility in Linux allowing users to perform complex mathematical and arithmetic calculations. This tutorial shows how to use the bc command.

Read more

Windows CMD Commands: Mastering the Command Prompt

January 11, 2023

Windows offers over 280 CMD commands to automate various tasks through the command prompt. Read this guide and grab our free cheat sheet to master the command prompt in no time.

Read more

Bash Single vs. Double Quotes: What's the Difference?

January 5, 2023

Single and double quotes are often used in Bash to instruct the shell how to interpret the input string. This tutorial clarifies the difference between the two quote types.

Read more
1 12 13 14 15 16 46