BLOG

Latest Articles

How to reduce Git repo size with git filter-branch

In this tutorial, we'll learn how to shrink or reduce Git repo size using git filter-branch. We'll cover identifying large files, safely removing them, and …

By admin · 7 min read · GIT

DevSecOps Best Practices for 2024

DevSecOps is like adding a security guard to the team that builds and maintains software. In the old way of doing things, this security guard would only check

By admin · 4 min read · Application Services

Install Go 1.21 and Setup GO Workspace in Ubuntu

This tutorial guides you through detailed steps to install Go 1.21 on Ubuntu, covering steps from uninstalling older versions, downloading and installing Go, to …

By admin · 6 min read · GO