Guide

Technical Journal // Guide
Apr '26

Why Your Goroutines Need a Speed Limit: Bounded Concurrency in Go

Unbounded concurrency is a reliability nightmare. Learn how to protect your system from OOM kills and database exhaustion by implementing Semaphores and Worker Pools in Go.

May '21

Learn Complete Linux Bash Scripting in One Article

– Photo by Iván Rivero from Pexels In this article I’ll be discussing about linux bash scripting (shell scripting) and I will cover every fundamental concept that you need to get started with bash scripting under linux environment. Bash scripting is a critical skill for every programmer. First of all you will need a linux machine to execute these scripts. You can use any of the below techniques to get a linux machine: