DevOps and Development

Linux set Command & How to Use it {9 Examples}

November 23, 2021

The set command allows you to show or change the shell and environment variables in a Linux system. Follow this tutorial to learn how to use the set command and see practical examples.

Read more

16 Best Java IDEs {With Pros and Cons}

November 10, 2021

Java IDE bundles all the useful tools for writing, debugging, and testing your Java code. Take a look at the best Java IDEs you can use.

Read more

Install Jenkins on Windows: A Step-By-Step Guide


Jenkins allows developers to automate build, test, and deploy their applications. This tutorial shows you how to install Jenkins on Windows 10.

Read more

Yarn vs NPM: A Comprehensive Comparison

November 4, 2021

Yarn and NPM are among the most popular package managers for Node.js. This articles compares and contrasts their features to help you determine which you should choose.

Read more

Bash Function & How to Use It {Variables, Arguments, Return}

November 3, 2021

Learn how to use functions in Bash scripting through this hands-on tutorial with example codes.

Read more

How to Install Homebrew on Mac

November 2, 2021

Homebrew is a popular open-source package manager for macOS. This tutorial shows how to install and use Homebrew on your Mac.

Read more

AWK Command in Linux with Examples

October 28, 2021

This tutorial shows how to use the awk command in Linux to perform advanced text manipulation and processing. Learn to format a complex output to make readable files.

Read more

SOAP vs REST API: Head to Head Comparison


Read on to find out how SOAP and REST differ, why they are not directly comparable, and when to use one over the other.

Read more

Setting up a Sandbox Environment on an S.0 BMC Instance

October 25, 2021

Developers of applications with low hardware requirements do not need high-performance servers. Instead, they can opt for cost-effective solutions providing high availability. Bare metal cloud technology allows you to delegate the critical testing work to affordable cloud instances. This article will show you how to set up a sandbox environment on a small server instance using Rancher and Kubernetes.

Read more

Bash if elif else Statement: A Comprehensive Tutorial

October 21, 2021

Conditional statements help automate decision making processes in scripts. Learn how to use the if elif else statement in bash scripts and the difference between the various syntax options.

Read more
1 27 28 29 30 31 46