DevOps and Development

How to Squash Commits in Git

March 23, 2023

Squashing commits in Git means combining multiple smaller commits into a large one. This tutorial provides four methods for squashing commits.

Read more

When to Use Kubernetes


Kubernetes has many applications throughout the IT industry, however, deploying it can be time-consuming and complex. This article discusses the most common Kubernetes use cases to help you perform an early assessment of whether it suits your needs.

Read more

Git Merge Master into Branch

March 22, 2023

This tutorial shows two methods for merging the master branch into another branch in Git. See examples and use cases.

Read more

How to Pull All Branches in Git

March 16, 2023

This tutorial shows how to pull all branches from a remote repository into a local one in Git.

Read more

Git Rebase vs. Git Merge: What's the Difference?

March 15, 2023

This article compares git rebase and git merge, two commands that allow users to implement changes from a separate branch into the main one.

Read more

Kubernetes Pods: Basics for Beginners

March 9, 2023

Kubernetes pods are the most basic objects and the building blocks of Kubernetes architecture. Understanding how they work can help you get a grasp on the mechanism behind Kubernetes itself. This article will provide a comprehensive beginner's overview of Kubernetes pods.

Read more

How to Remove Untracked Git Files and Folders

March 8, 2023

Untracked files and folders in a Git repository can cause the project to become cluttered with unnecessary data. This tutorial shows how to remove untracked files and folders without affecting the rest of your project.

Read more

What Is Signal 11 SIGSEGV Error?

February 28, 2023

Learn how to respond to a Signal 11 SIGSEGV error, what causes it and how to avoid the error in Linux and Kubernetes.

Read more

SSH vs. HTTPS for Git: Which One Should You Use?

February 21, 2023

This article compares and gives advice on choosing between SSH and HTTPS - two network protocols used to secure the connection to remote repositories.

Read more

SaltStack vs. Ansible: Comprehensive Comparison

February 9, 2023

Manual management of fragmented infrastructure consumes a lot of resources, which is why IaC solutions became popular. This article compares two well-known IaC platforms for infrastructure automation and configuration management, SaltStack and Ansible.

Read more
1 12 13 14 15 16 46